add retention and remote file transfer
This commit is contained in:
@@ -9,3 +9,12 @@ DB_PASS=password_mysql
|
||||
# Gotify
|
||||
GOTIFY_URL="https://alert.qwince.com/message"
|
||||
GOTIFY_TOKEN="ABnq7pJSSPrFRjx"
|
||||
|
||||
# Retention (numero di giorni di conservazione backup)
|
||||
RETENTION_DAYS=7
|
||||
|
||||
# Trasferimento remoto via rsync/scp
|
||||
REMOTE_HOST="nas.qwince.com"
|
||||
REMOTE_USER="fpicone"
|
||||
REMOTE_PASS="C3llul4r3@22"
|
||||
REMOTE_PATH="/volume2/CloudpanelBackup"
|
||||
|
||||
Reference in New Issue
Block a user