Ask HN: Offsite backup, BUT without local copy of the data (with catalog)?

https://news.ycombinator.com/item?id=786931
by dimitry12 • 17 years ago
3 3 17 years ago

The problem: if I have 1TB of data, I need to have 1TB of "local" storage to make incremental backups with most tools. That consumes space and disables me to store my incremental backups encrypted/signed/etc

There is obviously the not-so-space-technology of backup catalogs. For windows systems there are: backup4all and Genie-Soft Backup Manager that use those.

For linux I could not find one. The closest alternative I could come with is 'git add ./*', 'git-gc' and then storing the packfile offsite, but it's a bit unstraight method, I suppose.

Are there any free/OSS alternatives for both linux and windows, which you can tell me about?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com