Skip to content

Commit ec00f1c

Browse files
committed
fix
1 parent a22cf19 commit ec00f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ done
3333

3434
case "$ACTION" in
3535
backup)
36-
rsync $ARCHIVE$INFO $HASH $PRUNE $PROGR --exclude='.$Trash$/' --exclude='Android/' "$RSYNC_URL/$node2/" "$BACKUPDIR/$node2/"
36+
rsync $ARCHIVE$INFO $HASH $PRUNE $PROGR --exclude='.$Trash$/' --exclude='.thumbnails/' "$RSYNC_URL/$node2/" "$BACKUPDIR/$node2/"
3737
;;
3838
restore)
39-
rsync $ARCHIVE$INFO $HASH $PROGR --exclude='.$Trash$/' --exclude='Android/' "$BACKUPDIR/$node2/" "$RSYNC_URL/$node2/"
39+
rsync $ARCHIVE$INFO $HASH $PROGR --exclude='.$Trash$/' --exclude='.thumbnails/' "$BACKUPDIR/$node2/" "$RSYNC_URL/$node2/"
4040
;;
4141
test)
4242
rsync --list-only $RSYNC_URL

0 commit comments

Comments
 (0)