-
./cloudmanic-backup (this will run in Daemon mode backing up every X hours)
-
./cloudmanic-backup --backup (this will run one backup and then die)
-
./cloudmanic-backup --decrypt=/some/path/to/backup/cloudmanic_com_1515207144.sql.tar.gz.enc (This will decrypt a backup -- first step in restoring)
This is a helpful command for one off decrypts.
export ENCRYPT_KEY=YOURENCRYPTKEYHERE && cloudmanic-backup -decrypt=your-database.sql.tar.gz.enc