On Sun, Feb 22, 2015 at 07:51:27PM -0300, Hugo Osvaldo Barrera wrote: > What I had is mind is something like "Backup up 200G of photos that I have in > my home NAS. I'll only want these if my NAS blows up, which will hopefully be > never."
git-annex works well with Amazon Glacier for this purpose. What you lose compared to Tarsnap is whole-archive duplication. For photos though, it should work fine, as it effectively deduplicates individual files that never change since it's content addressed (it uses a hash).
