New sequence to backup and update a roundcube installation

This commit is contained in:
2020-02-21 11:38:56 +01:00
parent ab91cc1ab9
commit 3d04a5ecc3
2 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Roundcube sequence configuration
# RC = RoundCube
RC_LOC="/var/www/webmail"
RC_BACKUP="/root/backup/roundcube"
RC_DATABASE="roundcube_db"