Ask HN: Offsite backup, BUT without local copy of the data (with catalog)?
https://news.ycombinator.com/item?id=786931The 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?