Displaying 1 result from an estimated 1 matches for "lina_backup".
2001 Dec 30
1
--backup-dir confusion
With the following rsync settings:
cd /home/lina_backup
rsync -R -v -z -rlptgo --delete \
--password-file=password \
--include-from=include --exclude="*" \
--backup --backup-dir=./`date -d yesterday +%Y-%m-%d` \
rsync://root@lina/backup current
I would expect the backup directory to be /home/lina_backup/2001-12-29.
But it becomes /hom...