Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • So you actually want to merge the backup directories of one rsnapshot installation into the directories of another installation? Otherwise rsync/tar/whatever would be enough. Commented May 8, 2013 at 13:39
  • I want the remote installation to basically be another copy of whatever the local one is. Commented May 8, 2013 at 13:41
  • Then why should rsync become confused? Commented May 8, 2013 at 14:16
  • because lets say there are 12 monthlies.. and then comes a new month. Rsync then changes all the folder names by incrementing each number by one. Rsync will then be updating every monthly when more efficient would be to only rsync the latest.. somehow. Commented May 8, 2013 at 14:27
  • So you want to keep backup and rsnapshot in sync over time and not just do a oneshot. AFAIK there's no easy way for that; rsync is probably the best you can get - or rename the folders manually. Commented May 8, 2013 at 14:35