Duplicity

  • Canonical BootStack Charmers
Channel Revision Published Runs on
latest/stable 3 07 Jun 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 3 06 May 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 10 Yesterday
Ubuntu 22.04 Ubuntu 20.04
juju deploy duplicity
Show information

Platform:

Ubuntu
22.04 20.04

Learn about actions >

  • 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