no this is currently not possible for the gui, but you could open an enhancement request on our bugtracker [1], no promises though as to if/when we implement such a thingIs it possible to specify/change the defaults for the 'Backup Now' option?
sed -i 's/value: 'snapshot',/value: 'stop',/' /usr/share/pve-manager/js/pvemanagerlib.js
I tried this and it still used snapshot as default...To change the default Backup mode for "Backup Now" from Snapshot to Stop:
Code:sed -i 's/value: 'snapshot',/value: 'stop',/' /usr/share/pve-manager/js/pvemanagerlib.js
I think an ideal way for this to function instead were if it simply remembered the last setting you used, but it dont sound like this is a high priority item so I just edited the file.