We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22cf19 commit ec00f1cCopy full SHA for ec00f1c
test
@@ -33,10 +33,10 @@ done
33
34
case "$ACTION" in
35
backup)
36
- rsync $ARCHIVE$INFO $HASH $PRUNE $PROGR --exclude='.$Trash$/' --exclude='Android/' "$RSYNC_URL/$node2/" "$BACKUPDIR/$node2/"
+ rsync $ARCHIVE$INFO $HASH $PRUNE $PROGR --exclude='.$Trash$/' --exclude='.thumbnails/' "$RSYNC_URL/$node2/" "$BACKUPDIR/$node2/"
37
;;
38
restore)
39
- rsync $ARCHIVE$INFO $HASH $PROGR --exclude='.$Trash$/' --exclude='Android/' "$BACKUPDIR/$node2/" "$RSYNC_URL/$node2/"
+ rsync $ARCHIVE$INFO $HASH $PROGR --exclude='.$Trash$/' --exclude='.thumbnails/' "$BACKUPDIR/$node2/" "$RSYNC_URL/$node2/"
40
41
test)
42
rsync --list-only $RSYNC_URL
0 commit comments