Linux: incremental backup using rsync on btrfs with snapshots

From Luky-Wiki
Revision as of 15:39, 21 February 2014 by Lukas Dzunko (talk | contribs) (Created page with "My production data are backed up by http://www.bacula.org bacula. This is good for data "online" all the time, but it is not so convent for my notebook and media PC. Till ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

My production data are backed up by [bacula]. This is good for data "online" all the time, but it is not so convent for my notebook and media PC. Till now I was using only simple rsync script to "copy" everything important to USB drive or iSCSI LUN. This solution was working fine but hat one catch. There is no way to retrieve older version of files.

I would like to have possibility to retrieve also older versions of files so i combined my rsync backup with btrfs and snapshot feature. Here is result:

...