Bootstack Charmers Duplicity
- Canonical BootStack Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 18 | 01 Nov 2023 | |
latest/stable | 12 | 03 May 2023 | |
latest/stable | 5 | 31 Aug 2022 | |
latest/stable | 2 | 29 Jul 2021 | |
latest/candidate | 18 | 18 Oct 2023 | |
latest/candidate | 12 | 03 May 2023 | |
latest/candidate | 5 | 19 Aug 2022 | |
latest/edge | 18 | 18 Oct 2023 | |
latest/edge | 16 | 11 Aug 2023 | |
latest/edge | 5 | 12 Aug 2022 |
juju deploy bootstack-charmers-duplicity
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
do-backup
Execute the duplicity backup procedure as configured by charm metadata. Config values may be overridden at the command line.
-
list-current-files
Lists the latest backed up files on the remote repository
-
remove-all-but-n-full
Keep only the most recent 'count' number of full backup(s) and any associated incremental sets and delete the rest from the remote repository.
- Params
-
count integer
Count must be larger than zero. A value of 1 means that only the single most recent backup chain will be kept.
- Required
count
-
remove-all-inc-of-but-n-full
Keep only the most recent 'count' number of full backup(s) but NOT any of their incremental sets and delete the rest from the remote repository.
- Params
-
count integer
Count must be larger than zero. A value of 1 means that only the single most recent backup chain will be kept intact.
- Required
count
-
remove-older-than
Delete all backup sets older than the given time on the remote repository
- Params
-
time ['string', 'number']
Time string follows the same time format (w3) as duplicity. For example: now, 2022-09-30T13:31:15+00:00, 1665058250, 3D4H are all valid.
- Required
time