Deja-dup (now Ubuntu Backup) is just a GUI for duplicity, therefore it should store the config files somewhere. I would like to changed the backup volume size to something like 300MB and the increase the --full-if-older-than variable. is this possible?
The deja-dup settings can also be changed with
dconf-editor
in thedconf-tools
apt package. The settings are inorg.gnome.DejaDup
.Instead of using
dconf-editor
, you can usegsettings
from command line.See all the options (keys) within the Deja-Dup schema, and their configurations:
Edit keys:
For example:
This has changed in various Déjà Dup versions, but I believe it is currently at:
What can't you change using the GUI front-end?
UPDATE
from: launchpad.net: How do I also backup my deja Dup settings?
The settings used to be stored there, and the files are still present.
In more recent version they are stored in:
fwiw, added a dconf setting if you build this from source, it will create a volsize setting in org.gnome.DejaDup. you can change it to 500mb with dconf-editor.
patched source code for deja-dup