demyxsh / demyx

Demyx is a Docker image that automates and manages WordPress installations. Traefik for reverse proxy with Lets Encrypt SSL/TLS. WordPress sites are powered by OpenLiteSpeed/NGINX-PHP and MariaDB.
https://demyx.sh
MIT License
142 stars 23 forks source link

Demyx 1.2.3 backup does not understand the --path option #12

Closed NuclearMonster closed 3 years ago

NuclearMonster commented 3 years ago

example:

user@server:~$ demyx help backup

demyx backup <app> <args>     Backup an app by domain
             all              Backup all apps
                   --path     Save backups to a specific path
                   --config    Backup only the configs

dockeruser@ioq3:~$ demyx backup all --path /home/user/backup/
[CRITICAL] Unknown option: --path
demyxco commented 3 years ago

Sorry, no spaces allowed. This will backup to whatever path you specify inside the demyx container though. It's best to backup without the --path flag if you're not familiar with Docker.

demyx backup all --path=/path/to/wherever