Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1260937

Summary: [RFE] New Command line flag --output-rsync to generate output file ready to consumed by Rsync
Product: [Community] GlusterFS Reporter: Aravinda VK <avishwan>
Component: glusterfindAssignee: bugs <bugs>
Status: CLOSED UPSTREAM QA Contact: bugs <bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: avishwan, khiremat, vbellur
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-11-19 05:20:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aravinda VK 2015-09-08 09:26:29 UTC
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.

Comment 1 Vijay Bellur 2018-11-19 05:39:17 UTC
Migrated to github:

https://github.com/gluster/glusterfs/issues/569

Please follow the github issue for further updates on this bug.