I'm running an linux server and needing to back it up each day to a Mac OS X Server. The sync works fine, however a dated backup is not working for some reason. I'm trying to use the following to create those backups, could someone please point out why this is not working or why it there is a Mac OS X issue with this at the moment?

sudo rsync -azRvb -e ssh --backup-dir=/Volumes/Production\ Backup/Production_Server_Backup/dated_backup/`date "+%m-%d-%y"` [EMAIL PROTECTED]:/ /Volumes/Production\ Backup/Production_Server_Backup/


Thanks much!

-George

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to