Add a test mode
This commit is contained in:
parent
ffb924491b
commit
8b522cbf13
|
@ -549,6 +549,7 @@ function backup_extra_directories {
|
|||
}
|
||||
|
||||
backup_configuration
|
||||
if [[ "$1" != "test" ]]; then
|
||||
backup_users
|
||||
backup_letsencrypt
|
||||
backup_gnusocial
|
||||
|
@ -568,6 +569,7 @@ backup_voip
|
|||
backup_tox
|
||||
backup_mariadb
|
||||
backup_extra_directories
|
||||
fi
|
||||
|
||||
# For each remote server
|
||||
while read remote_server
|
||||
|
|
Loading…
Reference in New Issue