search for: leveln

Displaying 1 result from an estimated 1 matches for "leveln".

Did you mean: level
2010 Feb 08
1
files-from and delete option?
Hi Guys, is there a way to have a absolute file paths in a file - and use --files-from together with --delete option? what i mean is - lets say i have a daily generated file a.txt from an external script which contains something like this: /level1/level2/level/.../.../leveln/file.txt can i ask rsync to copy all files from that kind - /level1/level2/level/.../.../leveln/file.txt which my file a.txt contains and --delete all others which are not in the file but were copied on destination in past? or should i go for one more bash script and call a "cleaner" CMD...