Displaying 1 result from an estimated 1 matches for "datadisk2".
Did you mean:
datadisk
2009 Jun 29
2
include-from with different source points
Trying to automate backup of the following local mounts/directories to
a usb drive (/mnt/usbbackup); here's what's in my include file:
+ /home/gravyface/www/*
+ /mnt/datadisk1/music/*
+ /mnt/datadisk2/projects/*
If I run the following, nothing happens, so I checked the man and I'm
not specifying a source (I thought the include-from was the source):
sudo rsync --progress -avz --include-from=/home/gravyface/backup.list
/mnt/usbbackup/localbackup/
I then tried the following, thinking "/&...