1
0
mirror of https://github.com/Luzifer/duplicity-backup.git synced 2024-09-16 15:08:25 +00:00
duplicity-backup/help.txt

25 lines
1.3 KiB
Plaintext

Wrapper around duplicity to create backup with less hazzle
Usage:
duplicity-backup [command]
Available Commands:
backup / incr Create backup according to the backup rules
full Forces the creation of a full backup
cleanup Delete the extraneous duplicity files
list-changed-files Lists the files changed since last backup
list-current-files Lists the files contained in the backup
restore [file path] [target] Restores single file / dir to target directory
restore [target] Restores everything to target directory
status Summarize the status of the backup repository
verify Compares backup contents against local files
Flags:
--config-file / -f Configuration for this duplicity wrapper
(Default: ~/.config/duplicity-backup.yaml)
--lock-file / -l File to hold the lock for this wrapper execution
(Default: ~/.config/duplicity-backup.lock)
--debug / -d Print duplicity commands to output
--drt-run / -n Do a test-run without changes
--version Prints the current program version and exits