Displaying 1 result from an estimated 1 matches for "iminutes".
Did you mean:
minutes
2004 Nov 15
2
Problem with --backup and deleting a directory: Two directories created
Hello everyone,
Im kinda new to rsync and this list, so if there are any errors in
my reqest, please tell me.
I want to use rsync to make a backup of a diretory, and use the
--backup option. My script looks like this:
rsync -ab --suffix=-`date -Iminutes` --backup-dir=rsync_backup
--delete --rsh=ssh directoryA directoryB
If I run it once, then delete the file directoryA/test/test.file,
the directorys directoryB/rsync_backup/test is created, and the file
test.file-204-11-15.... is created.
So everything works fine.
When I delete or rename a di...