pvc/client-cli
Joshua Boniface 5954feaa31 Add autobackup functionality to CLI
Adds autobackup (integrated, managed VM backups with automatic remote
filesystem mounting, included backup expiry/removal and automatic
full/incremental selection, independent from the manual "pvc vm backup"
commands) to the CLI client.

This is a bit of a large command to handle only inside the CLI client,
but this was chosen as it's the only real place for it aside from an
external script.

There are several major restrictions on this command, mainly that it
must be run from the primary coordinator using the "local" connection,
and that it must be run as "root".

The command is designed to run in a cron/systemd timer installed by
pvc-ansible when the appropriate group_vars are enabled, and otherwise
not touched.
2023-10-26 21:25:23 -04:00
..
pvc Add autobackup functionality to CLI 2023-10-26 21:25:23 -04:00
autobackup.sample.yaml Add autobackup functionality to CLI 2023-10-26 21:25:23 -04:00
pvc.py Move new CLI client into place 2023-08-16 23:55:27 -04:00
setup.py Bump version to 0.9.79 2023-10-24 02:10:24 -04:00