backup-integrator

Backup integrator

Channel Revision Published Runs on
latest/edge 6 Today
Ubuntu 24.04
juju deploy backup-integrator --channel edge
Show information

Platform:

Ubuntu
24.04

Learn about configurations >

  • fileset | string

    A comma-separated list of files to be backed up. Paths must be absolute.

  • run-after-backup | string

    The content of a script to run after completing the backup operation. This script will still run even if the backup operation fails. You should include a shebang in your script.

  • run-after-restore | string

    The content of a script to run after completing the restore operation. This script will still run even if the restore operation fails. You should include a shebang in your script.

  • run-before-backup | string

    The content of a script to run before starting the backup operation. If this script fails, the backup operation will be canceled. You should include a shebang in your script.

  • run-before-restore | string

    The content of a script to run before starting the restore operation. If this script fails, the restore operation will be canceled. You should include a shebang in your script.