On Thursday 12 April 2012 11:20:54 joop g wrote: (I forgot to include my rsync commands)
> mount -t ntfs-3g -o locale=nl_NL.iso-8859-1,silent > /dev/disk/by-id/usb-DiskA \ /mnt/tmp || > mount -t ntfs-3g -o locale=nl_NL.iso-9959-1,silent > /dev/disk/by-id/usb-DiskB \ /mnt/tmp || > mount -t ntfs-3g -o locale=nl_NL.iso-9959-1,silent > /dev/disk/by-id/usb-DiskC \ /mnt/tmp > if [ $? -eq 0 ] > then > <backup starts> /usr/bin/rsync -a /windows/ /mnt/tmp/backup/windows /usr/bin/rsync -a /home/ /mnt/tmp/backup/home /usr/local/bin/rsync -rltDh --no-group --no-owner --delete --modify-window=1 -stats --exclude='mail/vmware-data/' /museum/ /mnt/tmp/backup/museum as you see, the last command reflects quite a few attempts to solve the problem, so far without success... -- joop gerritse Mühlenstraße 11 D-47546 Kalkar-Wissel Germany +49-2824-971487
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html