Re: rsync, vs Partimage, vs other backup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2010-02-25 at 14:25 +0100, Roberto Ragusa wrote:
> Robert Nichols wrote:
> > rsync can be used to maintain a mirror of a file system as long as you
> > aren't particular about preserving metadata such as access times and
> > inode numbers.  The drawback is that a mirror is for one point in time
> > only.  If you want multiple backup levels you have to have storage for
> > several complete mirrors.
> 
> Not if you use hard links, for example
>   rsync --link-dest
> or one of the backup tools using this great rsync option.
> 
> Real world example: 4 backups per day, more than 1000 "full"
> snapshots available in directories named with a timestamp.

I second that. It's almost as good as Apple's TimeMachine (except that
the latter also hardlinks directories, due to Apple mods in their
filesystem).

I also recommend rsnapshot, (which incorporates this funcionality via
rsync). The only downside I can see is that if your source files have
multiple hard links then the counts in the backup will be off (as each
new backup adds an extra link to any file which hasn't changed; also it
will by default make multiple copies of such source files). This
probably doesn't matter to most people.

poc

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux