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 - 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) - 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 - Open the git repository in Obsidian
- Optionally, configure `~/.ssh/config` and add: - PC Client: onfigure `~/.ssh/config` and add:
- ``` - ```
Host ziffeldogip.de Host ziffeldogip.de
User git User git
@ -44,6 +44,7 @@ Journal --> anything
IdentityFile ~/.ssh/id_rsa IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes 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 - Open the Git-Plugin settings to local git config
- configure user.name - configure user.name
- configure user.email - configure user.email