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: | glusterfind | Assignee: | bugs <bugs> |
| Status: | CLOSED UPSTREAM | QA Contact: | bugs <bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | mainline | CC: | 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: | |||
Migrated to github: https://github.com/gluster/glusterfs/issues/569 Please follow the github issue for further updates on this bug. |
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.