I was looking to rename the backup dir for the backup plugin and came across this post
What I'm not sure about is if I only need to add a new line in /etc/default/openmediavault like so:
Code
## OMV_BACKUP_DIR_NAME="omvbackup"
OMV_BACKUP_DIR_NAME="omvsettings"
OMV_BACKUP_FILE_PREFIX="backup-omv"
OMV_BACKUP_MAX_DEPTH="1"
What would happen with a new plugin update? Will that setting be overwritten?
TIA