The only thing I need (and is sorely missing from Restic) is that the metadata be kept separate from the actual data. That way I can store the data in AWS S3 Deep Glacier at a cost of nothing per year, and still do incremental backups. Currently the architecture of Restic for instance requires all data to be quickly and cheaply accessible; which makes it impossible for this. I have terabytes of data that I'd be happy…
Kopia – Fast and Secure Open-Source Backup
51–60 of 80 posts
Re: Kopia – Fast and Secure Open-Source Backup
#52The only thing I need (and is sorely missing from Restic) is that the metadata be kept separate from the actual data. That way I can store the data in AWS S3 Deep Glacier at a cost of nothing per year, and still do incremental backups. Currently the architecture of Restic for instance requires all data to be quickly and cheaply accessible; which makes it impossible for this. I have terabytes of data that I'd be happy…
Yes, Kopia does segregate metadata from data. Directory listings, snapshot manifests and few other minor data pieces are stored in pack files starting with "q" while the bulk of data is stored in pack files starting with "p". Indexes into both kinds of pack files are stored in filenames starting with "n".
This has some interesting properties. For example we can easily cache all metadata files locally, which provides fast directory listing, manifest listing and very fast verification without having to download actual data.
Re: Kopia – Fast and Secure Open-Source Backup
#53What I want is a way for me to incrementally back up to Synology when I’m on my local network/VPN, while Synology maintains an encrypted cloud backup of my stuff. Alternatively when I’m outside of my network travelling, my laptop is backing up directly to the cloud with a way to sync that up with Synology.
In other words, I want to have a synchronized local and offline backup that works seamlessly whether I’m on my network or outside of it.
Is that a reasonable expectation? Does a tool like that exist?
Re: Kopia – Fast and Secure Open-Source Backup
#54If so any opinions?
Re: Kopia – Fast and Secure Open-Source Backup
#55I’m curious if this or other tools can help me with the following use case: I have a Synology network attached storage. What I want is a way for me to incrementally back up to Synology when I’m on my local network/VPN, while Synology maintains an encrypted cloud backup of my stuff. Alternatively when I’m outside of my network travelling, my laptop is backing up directly to the cloud with a way to sync that up with Sy…
I bought a second (cheap,slow) NAS and installed it off-site (away from home) and I keep a full off-site mirror of my NAS.
Use any tools you want, syncthing, rsync, smb, NFS... It's all just internal IPs routed via ZeroTier.
Re: Kopia – Fast and Secure Open-Source Backup
#56Re: Kopia – Fast and Secure Open-Source Backup
#57Re: Kopia – Fast and Secure Open-Source Backup
#58* Multi-platform
* Encrypted
* Compressed
* Deduplication
* Supports S3 Compatible + Backblaze B2
* Performant even with millions of small files
* Supports mounting
* Good usability
Wishlist:
* Automatic exclusion from .gitignore files
* Support nested includes/excludes
Re: Kopia – Fast and Secure Open-Source Backup
#59The only thing I need (and is sorely missing from Restic) is that the metadata be kept separate from the actual data. That way I can store the data in AWS S3 Deep Glacier at a cost of nothing per year, and still do incremental backups. Currently the architecture of Restic for instance requires all data to be quickly and cheaply accessible; which makes it impossible for this. I have terabytes of data that I'd be happy…
Would you mind sharing how much you pay for S3? I assume you’ve considered options like Backblaze B2 and Wasabi?
Re: Kopia – Fast and Secure Open-Source Backup
#60Earlier quoted context omitted.
Would you mind sharing how much you pay for S3? I assume you’ve considered options like Backblaze B2 and Wasabi?
S3 Glacier Deep Archive is $1/TB/month. Super cheap storage costs, but retrieval costs are insane.
Network is one thing but what am I missing here? Maybe I just think $10/month is reasonable for 1TB (because I don't have enough TBs? or use remote storage enough?), and that's different from most people who are interested in this.