The original rsync has an option --backup that works with --backup-dir.
When they are used, all the modified and/or deleted files are put in the
--backup-dir argument.
When using the --delete option at the same time, the destination folder is
then always kept as a perfect copy like the source folder. And the
--backup-dir folder has all the modified/deleted files in it.
An example of that command would be:
rsync --archive --delete --backup
--backup-dir=/home/user/backup-2014-12-30/ /home/user/backup-source/
/home/user/backup-destination/
Does rsyncrypto has an option like that?
Cheers,
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Rsyncrypto-devel mailing list
Rsyncrypto-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel