Skip to content
Discussion options

You must be logged in to vote

Your config is right — the reason nothing appears at the new path is that copyparty never migrates or deletes the old .hist. It just starts writing new state at the new location, and only when a volume actually initialises its database. The old 77 GB sits there untouched until you move it yourself.

So to answer your direct question: yes, you have to deal with the original folder manually. You can literally move the contents rather than deleting them, which preserves your index instead of forcing a full rescan:

mv /path/to/volume/.hist/* /mnt/directory/

A few things to check if the new folder still stays empty:

Make sure the config file is actually being loaded — it only applies if you st…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by riflesniper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants