Le 14/01/2018 à 08:47, David C. Rankin a écrit :
On 01/11/2018 12:13 PM, jdd@dodin.org wrote:
I would like to use the --delete option, because I may remove old files on source
thanks jdd
My first thought is use use 'find' to dump the list of files you want to transfer for each period of time (each year) to a file (e.g. <yearfile>). Either using the
-newermt <start date> ! -newermt <stop date>
I tested this and it don't seems to work. one of the reason I use it is when a target medium is full, with --delete-before to make room, this allows adding more target medium simply by changing one of the date with limited work
(the man page does a pretty good job explaining)
there is no real way to explain simply hard things :-(. The rsync man page is an example of very hard to follow text thanks jdd -- http://dodin.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org