krang_backup - make a backup of a Krang installation
Create a backup named krang-`hostname`-YYYYMMDD.kba:
bin/krang_backup
Create a compressed backup named krang-`hostname`-YYYYMMDD.kba.gz:
bin/krang_backup --compress
Create a backup named backup.kba:
bin/krang_backup backup.kba
This script creates a backup of a Krang installation. The .kba (or
.kba.gz) file produced may be later fed to krang_install --FromBackup
to recreate the Krang installation.
For more details, see docs/ops_backup.pod.
If this option is specified, the backup will be limited to the data/ paths
and SQL dump for a particular instance (and cannot be fed at a later time to krang_install).
In this case the default filename will be krang-`hostname`-INSTANCE-YYYYMMDD.kba.gz.
If this option is specified then the resulting file will be compressed using gzip. For large installations this can be very slow.
Prints a running dialog of what's happening. Repeat for more details.