I installed duplicacy CLI on my ubuntu home server using \
as my repository (and filtering various branches out, of course). All works fine but I realized that the duplicacy cache folder is filling up my root partition (as the .duplicacy
folder sits in \
by default). I’m not really a linux guy, so I’m asking here: what would be the best way to proceed (and how do I do it)?
To anyone reading this before initializing their root repository on linux: you best avoid this problem by [using the -pref-dir
option of the init
command:
(see also here).
I suppose there is a way for me to change the .duplicacy
folder into a file, but I suspect this will be more complicated than moving the folder to a different partition and symlinking it from its original location (i.e. \
), but how do I do this without breaking stuff?