I’ve been struggling to use Kopia to backup media files to cold storage–I keep running out of space despite the source and destination disks having over 100 GB free space, limiting to only 1 snapshot, and ensuring the changes after the first initial snapshot are only file deletions (not changes or addition of new files). Not sure how this extra 100+ GB is being used.
I’ve been asking around elsewher but have only one reply where someone said they use Restic and they have similar issues and it turned out to be a metadata one where limiting to one snapshot fixed it but I’ve already tried that.
I’m wondering if Kopia can handle snapshots of media files and also curious if it has the equivalent of rsync –delete before to avoid the case that the destination disk might initially be overfilled with space during the mirroring process (not relevant to my particular issue since my examples only included file deletions in subsequent snapshot).
The reason I’m trying to use Kopia with 1 snapshot to mirror media disk to cold storage is that rsync cannot handle file renames and Kopia (like other snapshot software) have useful features like deduplication, built-in encryption, snapshots, etc. that may be more appropriate than filesystem counterparts in terms of performance and efficiency. For example, on Btrfs it’s not possible to resume a btrfs send/btrfs resume without quirky workarounds meaning backups are not resumable (you lose all progress and must start again if you need to shut down your system or disconnect your disk for whatever reason.
Can I still use Kopia for my needs? What may be the cause of high disk usage in my experience? I might be able to make more than one snapshot if I have lots of space available, but I need a better idea of how the space is used and about how much is required to avoid failing to snapshot due to disk space. I would think it would be straightforward with limiting to only 1 snapshot and also with only file deletions involved but somehow the second snapshot always fails. My intuition is that given this, snapshotting a second time should actually use less disk space since no diff is kept.