diff --git a/Bin/rsync.sh b/Bin/rsync.sh index ca15708..0d0b706 100755 --- a/Bin/rsync.sh +++ b/Bin/rsync.sh @@ -11,7 +11,7 @@ TYPE='' # usb / sshfs CMD=rsync -ARGS='-avz --delete' +ARGS='-avz --delete --exclude /Nextcloud --exclude /.cache --exclude /.config/google-chrome-unstable --exclude /.config/google-chrome --exclude /Downloads --exclude /.thunderbird --exclude /Projects --exclude /Software --exclude /tmp' ORIG='/home/dbroqua/' DEST='' HOSTNAME=`hostname`