Combine chunks, snapshots from two different storages?

Not fully understanding Duplicacy when I first set it up, I have two repositories/snapshot-ids in two different b2 buckets. Apparently I can do a backend copy from one bucket to another. Can I copy the second snapshot folder to the first bucket and then combine the chunks folders into the first bucket and just point my second repository to the first bucket as storage?

If the second repository was created with -but-identical flag to the first, then yes, you could directly copy files. But I suspect it wasn’t.

If you created the second storage as copy-compatible to the first — then you could use duplicacy copy to send the range of snapshots

This however likely wasn’t the case either.

Hence, the answer is no.

The reason is a storage config file with the encryption secrets. If you want more details, link to pdf is here: Duplicacy paper accepted by IEEE Transactions on Cloud Computing

1 Like