Bug 160967

Summary: Back up feature in FC5 using rsync
Product: [Fedora] Fedora Reporter: Amadeus <sha256sum>
Component: fedora-releaseAssignee: Elliot Lee <sopwith>
Status: CLOSED DEFERRED QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: wtogami
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-27 20:23:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Amadeus 2005-06-19 11:07:57 UTC
According to
http://www.fedoraproject.org/wiki/FC5Future

is a back up feature considered, and I would like to suggest rsync
http://samba.anu.edu.au/rsync/

for this with the following arguments
rsync -avWHRx --delete --delete-excluded --log-format='%i %f %l'
--exclude-from=$(HOME)/.rsync-exclude-list source destination

# -a                    symbolic links, devices, attributes, permissions,
ownerships etc are preserved and recursive dirs.
# -v                    verbose
# -R                    relative
# -W                    whole files
# -H                    presurve hardlinks
# -x                    one file system
# --delete              delete files on dest side, that aren't on the src side
# --delete-excluded     also delete excluded files on receiver

After such back up, can the partition be made bootable and boot. So exact is it.

Comment 1 Elliot Lee 2005-06-27 20:23:10 UTC
Thanks - rsync is definitely an option, but it will ultimately be up to the
person who takes on that project. One of the projects for the Google
SummerOfCode is to create a per-user backup tool, so I imagine that will have
some bearing on this project as well.