Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added backup system #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FalkoInc
Copy link
Contributor

@FalkoInc FalkoInc commented Oct 13, 2022

change docker-composer.yml to have "/data/panel/:/data_tmp/" used to create sym folder for backup

###     Initial Installation only, execute Backup Script inside the Container before shutting down
#        volumes: ["/data/panel/backup/:/var/backup/","/data/panel/:/data_tmp/"]
###     Make Data persistent, execute Move Script on host before starting containers    
        volumes: ["/data/panel/backup/:/var/backup/", "/data/panel/var/lib/amavis/:/var/lib/amavis/","/data/panel/etc/amavis/:/etc/amavis/", "/data/panel/etc/letsencrypt/:/etc/letsencrypt/", "/data/panel/etc/apache2/sites-available/:/etc/apache2/sites-available/", "/data/panel/etc/apache2/sites-enabled/:/etc/apache2/sites-enabled/", "/data/panel/usr/local/ispconfig/:/usr/local/ispconfig/", "/data/panel/etc/cron.d/:/etc/cron.d/", "/data/panel/etc/bind/:/etc/bind/", "/data/panel/var/vmail/:/var/vmail/", "/data/panel/var/www/:/var/www/"]

andreaspeters added a commit that referenced this pull request Feb 20, 2024
Update to Ubuntu Jammy
Update to ispconfig v3.2.11p1

Reviewed-on: https://gitea.aventer.local:3000/AVENTER/docker-ispconfig/pulls/5
Co-authored-by: Andreas Peters <ap@aventer.biz>
Co-committed-by: Andreas Peters <ap@aventer.biz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant