vault backup: 2025-12-07 23:24:07

This commit is contained in:
lightbringur 2025-12-07 23:24:07 +01:00
parent e935c33dd5
commit 78bb759e4e

View File

@ -36,7 +36,7 @@ Journal --> anything
- Create access token for user in git
- In terminal `git clone https://<access-token>@<server-ip>:<port>/falsfour/thevault.git` (make sure to check if it is http or https)
- Open the git repository in Obsidian
- Optionally, configure `~/.ssh/config` and add:
- PC Client: onfigure `~/.ssh/config` and add:
- ```
Host ziffeldogip.de
User git
@ -44,6 +44,7 @@ Journal --> anything
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
```
- Phone Client: Termux git clone http link, then set git user/email in Termux, set name and email in Git Plugin in Obsidian, try git sync and enter user credentials once
- Open the Git-Plugin settings to local git config
- configure user.name
- configure user.email