Same files synched from two different OS

I’m right now doing some switch to Linux.

I have quite a big repository with backups made on WIndows machine (so i.e. “Backups” folder is D:\Backups).
I would like to mount the same hard disk and continue doing backups/snapshots from new OS, but right now the path will be /mnt/d/Backups.

I know kopia.io will manage deduplication of files, but how to approach this properly?
Paths in snapshot will not be the same.

It’s not crucial but I’d like to keep the history of repository. If not possible I might switch/remake the repo, but would like to know the best approach in case I’ll leave dual-boot on my machine.

So, you’re about to attach a Windows NTFS volume to a Linux system? If yes, there had been a discussion about using ntfs3g on Linux, you might want to dig that up in the search.

Otherwise, Kopia doesn’t care about the source path, as long as the path are not the same… You’d end up with two snapshot sources.

Well I’ve tried to do the snapshot from new OS and it went quite smooth.

Only ‘bytes uploaded’ were (probably) metadata.

Now I just wonder how to (and when) get rid of old snapshot/repository on old user.
I assume files will stay when I delete it.

Thanks for the answer.

You can simply delete the snapshots of the old user. After deleting the last snapshot the target will vanish from KopiaUI. The files in use by the new folder will stay in the repo and the files, not belonging to the new folder will get evicted over time - depending on your retention policy/policies.

1 Like