Timestamp backups

Wayne Davison wayned at samba.org
Tue Feb 8 19:41:25 GMT 2005


On Mon, Feb 07, 2005 at 06:04:49PM -0500, lists at southernohio.net wrote:
> sudo rsync -azRvb -e ssh --backup-dir=/Volumes/Production\
> Backup/Production_Server_Backup/dated_backup/`date "+%m-%d-%y"`
> root at mydomain.com:/ /Volumes/Production\ Backup/Production_Server_Backup/

Directory-specifying options that contain spaces are not currently
working in rsync.  Either rename the dir or create a symlink to the
dir that doesn't contain a space and use that name in the --backup-dir
option.

..wayne..


More information about the rsync mailing list