Is it possible to backup two different directories using two different intervals using rsnapshot? For example, if I want to backup my /home directory every day, but my /archive directory once a month. Or is that kind of moot point since rsnapshot only saves hard links if no changes are made?
Asked
Active
Viewed 1,869 times
1 Answers
5
I'd try to create different config files and then call rsnapshot separately for each directory, passing the respective config file with the -c option.
Peachy
- 7,077
- 10
- 37
- 45
Christian Sievers
- 51
- 1
- 2
-
I think this is definitely the way to go. just make sure you use a different `snapshot_root` in each config file. – bmaupin Oct 31 '12 at 22:45