Displaying 1 result from an estimated 1 matches for "lustre_rsync".
2012 Sep 27
0
lustre_rsync and verbose output of changed files?
...TSM, and am trying to find a
way to generate a list of changed files from the Lustre changelogs, so
that I can pass this list to dsmc to backup only the specified files
(rather than having TSM traverse the filesystem to scan for changes).
It seems like one way to potentially do this, is to run lustre_rsync
using the --dry-run option, and get a list of the files that
lustre_rsync would have copied, and then pass these to dsmc as a filelist.
The lustre_rsync documentation says that --dry-run "Shows the output of
lustre_rsync commands (copy, mkdir, etc.) on the target file system
without actua...