Commit ca469bf8bc5f

Vincent Demeester <vincent@sbr.pm>
2018-09-09 22:11:49
Try to not fail in case of rsync error…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 98ed070
Changed files (2)
machine
pkgs
vrsync
machine/honshu.nix
@@ -33,6 +33,7 @@
 /home/vincent/desktop/pictures/screenshots/ vincent@synodine.local:/volumeUSB2/usbshare/pictures/screenshots/
 /home/vincent/desktop/pictures/wallpapers/ vincent@synodine.local:/volumeUSB2/usbshare/pictures/wallpapers/
 /home/vincent/desktop/pictures/photos/ vincent@synodine.local:/volumeUSB2/usbshare/pictures/photos/
+/home/vincent/desktop/documents/ vincent@synodine.local:/volume1/documents/
 /run/media/vincent/FcCuir/music/ vincent@synodine.local:/volumeUSB2/usbshare/music/
   '';
 
pkgs/vrsync/vrsync
@@ -2,8 +2,6 @@
 # Look for /etc/vrsync.conf
 # For each line run rsync with on source:target
 # and some specials cases
-set -e
-
 CONF=${CONF:-/etc/vrsync}
 
 cmd="rsync -ave ssh --progress --size-only --delete --exclude='*~' --exclude=.stfolder"