From 97cded41d5e70638741d7c3e221b931020a4e32c Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 10 Oct 2017 17:14:55 +0200 Subject: [PATCH] - Updated list of ignored files --- Bin/rsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bin/rsync.sh b/Bin/rsync.sh index 0d0b706..e2ae1f2 100755 --- a/Bin/rsync.sh +++ b/Bin/rsync.sh @@ -11,7 +11,7 @@ TYPE='' # usb / sshfs CMD=rsync -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' +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 --exclude /VirtualBox\ VMs' ORIG='/home/dbroqua/' DEST='' HOSTNAME=`hostname`