Difference between revisions of "Rsnapshot"

From Amahi Wiki
Jump to: navigation, search
(Created page with 'Quick recipe to configure rsnapshot. These are the critical settings in /etc/rsnapshot.conf: snapshot_root /mnt/1tb-external/snapshots/ interval daily 14 interval…')
 
Line 3: Line 3:
 
These are the critical settings in /etc/rsnapshot.conf:
 
These are the critical settings in /etc/rsnapshot.conf:
  
snapshot_root  /mnt/1tb-external/snapshots/
+
    snapshot_root  /mnt/1tb-external/snapshots/
interval        daily  14
+
    interval        daily  14
interval        weekly  4
+
    interval        weekly  4
interval        monthly 4
+
    interval        monthly 4
  
 
This will create a series of directories called daily.0 through daily.13
 
This will create a series of directories called daily.0 through daily.13

Revision as of 12:23, 1 December 2009

Quick recipe to configure rsnapshot.

These are the critical settings in /etc/rsnapshot.conf:

    snapshot_root   /mnt/1tb-external/snapshots/
    interval        daily   14
    interval        weekly  4
    interval        monthly 4

This will create a series of directories called daily.0 through daily.13 weekly.0 to weekly.3 ... etc.