Changes

From Amahi Wiki
Jump to: navigation, search
384 bytes removed ,  19:47, 27 February 2013
m
:chmod 0755 /media/usbdisk/.private/.snapshots/
 
===Quick rsnapshot Recipe===
 
Here is a 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.
===Another example of rsnapshot configuration on amahi 5.1===