[Bugs] [Bug 1260937] New: [RFE] New Command line flag --output-rsync to generate output file ready to consumed by Rsync

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 8 09:26:29 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1260937

            Bug ID: 1260937
           Summary: [RFE] New Command line flag --output-rsync to generate
                    output file ready to consumed by Rsync
           Product: GlusterFS
           Version: mainline
         Component: glusterfind
          Assignee: bugs at gluster.org
          Reporter: avishwan at redhat.com
        QA Contact: bugs at gluster.org
                CC: avishwan at redhat.com, khiremat at redhat.com



Description of problem:

New option to glusterfind to generate rsync ready output file, so that we can
avoid post processing.

For example,

    glusterfind pre backup homegfs ~/out.txt --outfile-rsync

Then you can use rsync as

    rsync -0 --files-from=~/out.txt SRC/ DEST/

Note: -0 is required since outfile is delimited by \0 instead of new line.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list