I have made a portable application out of Duplicati windows install and would like to change prefix for backup files (duplicati by default) permanently to e.g (myname) in my portable application so the user would not require setting up the option in Settings / Default Options anymore and that would also be independent of local AppData.
Can someone help, i have been trying to find but no luck!
How’d you do that, out of curiosity? If you are forcing the usage of certain parameters (eg, --portable-mode) maybe you can just force the usage of an additional parameter (--prefix).
I am not forcing --portable-mode. In windows, Duplicati stores Default Options settings in %APPDATA% but when my custom Duplicati Installation is shared with someone it wont retain the settings and will be reverted to defaults. I want the prefix to stay permanently the name i set i.e change in its source. But i’m not been able to find where it is located exactly.
Is there an option or a file where i can put the Default / Advance Option in text and that it wont affect the portability?
To make Duplicati independent of Local AppData or System App Data set DUPLICATI_HOME environment variable as either User or Computer specific depending on your needs