Use of --trim in rsyncrypto 1.13
Brought to you by:
thesun
From: <ru...@ru...> - 2017-08-29 08:05:28
|
Hi everybody, I just upgraded from rsyncrypto v1.12 to v1.13, and I am stuck with the --trim argument. Here is my cmdline : rsyncrypto --delete --delete-keys --changed --trim 2 --filelist list.txt . /mnt/backup/ /home/ruliane/keyfiles/ /home/ruliane/backup.crt Content of list.txt : /home/ruliane/nas/Logiciels/Keys.txt /home/ruliane/nas/Multimedia/Clips/ I obtain the following : /mnt/backup/Clips/file1.avi /mnt/backup/nas/Logiciels/Keys.txt It seems that the --trim option does not give the same result with folders and files. I expected the following : /mnt/backup/nas/Multimedia/Clips/file1.avi /mnt/backup/nas/Logiciels/Keys.txt My cmdline worked well with rsyncrypto v1.12. Since I upgraded to v1.13, according to the manpage, I added the dot "." as a first argument. What should I do to get the old behavior ? Regards, Julien |