|
@@ -55,7 +55,8 @@ _borg() {
|
|
|
--remote-path'[set remote path to executable (default: "borg")]:_files'
|
|
|
--remote-ratelimit'[set remote network upload rate limit in kiByte/s (default: 0=unlimited)]:RATE'
|
|
|
--consider-part-files'[treat part files like normal files (e.g. to list/extract them)]'
|
|
|
- --debug-profile'[Write execution profile in Borg format into FILE.]:_files')
|
|
|
+ --debug-profile'[write execution profile in Borg format into FILE.]:_files'
|
|
|
+ --rsh'[use COMMAND instead of ssh]:COMMAND')
|
|
|
|
|
|
borg_possible_commands=(init create extract check rename list diff delete prune info mount umount key upgrade recreate export-tar serve config with-lock break-lock benchmark help)
|
|
|
borg_possible_key_commands=(change-passphrase import export)
|
|
@@ -74,6 +75,7 @@ _borg() {
|
|
|
{-e,--encryption}'[select encryption key mode]:MODE'\
|
|
|
--append-only'[only allow appending to repository segment files]'\
|
|
|
--storage-quota'[Override storage quota of the repository]:QUOTA'\
|
|
|
+ --make-parent-dirs'[create parent directories]'\
|
|
|
$borg_common_options
|
|
|
;;
|
|
|
(create)
|