]> git.deb.at Git - debienna.git/commitdiff
add howto for Adi
authorMarkus Raab <elektra@markus-raab.org>
Thu, 21 Mar 2019 18:22:54 +0000 (19:22 +0100)
committerMarkus Raab <elektra@markus-raab.org>
Thu, 21 Mar 2019 18:22:54 +0000 (19:22 +0100)
Kalender/2019-03-21/index.mdwn

index 30f8e915a526c9e66d98b783fbfa988c682079e4..ab136ce09a555fdefed144549c0705340095f8d3 100644 (file)
@@ -23,8 +23,50 @@ im [Metalab](http://www.metalab.at/) ab 19:00.
 - License of
   - RPMs
   - DEBs
 - License of
   - RPMs
   - DEBs
+- nextcloud sync
 - ...
 
 - ...
 
+### Unison Setup
+
+How to sync with unison to server:
+
+`screen unison-2.48 -auto -prefer /home/m -batch current`
+
+or (server wins):
+
+`screen unison-2.48 -auto -prefer ssh://server//home/m -batch current`
+
+With following .unison/current.prf (for every device, not for server):
+
+```
+label = Synch between laptop and server
+
+root = /home/m
+root = ssh://server//home/m
+
+logfile = /home/markus/.unison/laptop.log
+
+times = true
+sshargs = -C
+
+ignore = Path {.unison/*.log}
+ignore = Path {.unison/current.prf}
+ignore = Path {.unison/ar*}
+ignore = Path {.unison/fp*}
+
+ignore = Path {.cache}
+
+ignore = Path {.dmrc}
+ignore = Path {.ICEauthority}
+ignore = Path {.Xauthority}
+ignore = Path {.xsession-errors}
+ignore = Path {.mcop/random-seed}
+ignore = Path {.mcop/trader-cache/cache-data-version}
+```
+
+
+
+
 ### Fragen
 
 - ...
 ### Fragen
 
 - ...