Please describe what you are doing to trigger the bug:
I have a duplicacy repository of size 5.5TiB with over 1000 revisions, and i’m trying to use duplicacy copy
to copy the snapshots between repositories (wasabi to google drive)
Please describe what you expect to happen (but doesn’t):
I expect the copy to complete successfully, allowing me to use the new repository.
Please describe what actually happens (the wrong behaviour):
Instead, memory usage rises for each “Copying snapshot X at revision Y” message, eventually causing the OOM killer to kill the process after it eats through all of my 32GiB of ram.
A workaround I have found is to copy in chunks, for example duplicacy copy -id X -r 1-100
then -r 100-200
etc.