juju / 1.25-upgrade

Tools to upgrade and move a 1.25 environment to a 2.2.4+ controller
4 stars 7 forks source link

Add flags to selectively back up and migrate LXC containers #28

Closed axw closed 7 years ago

axw commented 7 years ago

This PR adds --match and --dry-run flags to the backup-lxc and migrate-lxc commands. The --match flag takes a regular expression which will be used to match container names; non-matching containers will be skipped. The --dry-run flag prevents any modifications from being made.

The README has also been updated.