💾 Archived View for freeshell.de › tldr › duplicity.gmi captured on 2023-09-28 at 16:25:12. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

duplicity

Creates incremental, compressed, encrypted and versioned backups.
Can also upload the backups to a variety of backend services.

More information.

FTP_PASSWORD={ftp_login_password} PASSPHRASE={encryption_password} duplicity {path/to/source/directory} {ftps://user@hostname/target/directory/path/}
duplicity --full-if-older-than {1M} --use-new-style s3://{bucket_name[/prefix]}
FTP_PASSWORD={webdav_login_password} duplicity remove-older-than {1Y} --force {webdav[s]://user@hostname[:port]/some_dir}
duplicity collection-status "file://{absolute/path/to/backup/directory}"
duplicity list-current-files --time {YYYY-MM-DD} scp://{user@hostname}/path/to/backup/dir
PASSPHRASE={gpg_key_password} duplicity restore --encrypt-key {gpg_key_id} --file-to-restore {relative/path/restoredirectory} file://{absolute/path/to/backup/directory} {path/to/directory/to/restore/to}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY