Sync content with Obsidian

This commit is contained in:
2026-03-30 15:58:34 +02:00
parent e65d6c9cad
commit 54a8364cab
7 changed files with 176 additions and 1 deletions

View File

@@ -106,3 +106,8 @@ tar -xf archive_name.tar
tar -czf archive_name.tar.gz /path/to/dir
tar -xzf yourfile.tar.gz
```
### sync two dirs
```
unison /path/to/dir/one /path/to/dir/two
```