|
@@ -49,30 +49,33 @@ properties:
|
|
type: string
|
|
type: string
|
|
description: |
|
|
description: |
|
|
The encryption mode with which to create the repository,
|
|
The encryption mode with which to create the repository,
|
|
- only used for the repo-create action. To see the
|
|
|
|
- available encryption modes, run "borg init --help" with
|
|
|
|
- Borg 1 or "borg repo-create --help" with Borg 2.
|
|
|
|
|
|
+ only used for the repo-create action. Also set via the
|
|
|
|
+ "--encryption" flag. To see the available encryption
|
|
|
|
+ modes, run "borg init --help" with Borg 1 or "borg
|
|
|
|
+ repo-create --help" with Borg 2.
|
|
example: repokey-blake2
|
|
example: repokey-blake2
|
|
append_only:
|
|
append_only:
|
|
type: boolean
|
|
type: boolean
|
|
description: |
|
|
description: |
|
|
Whether the repository should be created append-only,
|
|
Whether the repository should be created append-only,
|
|
- only used for the repo-create action. Defaults to false.
|
|
|
|
|
|
+ only used for the repo-create action. Also set via the
|
|
|
|
+ "--append-only" flag. Defaults to false.
|
|
default: false
|
|
default: false
|
|
example: true
|
|
example: true
|
|
storage_quota:
|
|
storage_quota:
|
|
type: string
|
|
type: string
|
|
description: |
|
|
description: |
|
|
The storage quota with which to create the repository,
|
|
The storage quota with which to create the repository,
|
|
- only used for the repo-create action. Defaults to no
|
|
|
|
- quota.
|
|
|
|
|
|
+ only used for the repo-create action. Also set via the
|
|
|
|
+ "--storage-quota" flag. Defaults to no quota.
|
|
example: 5G
|
|
example: 5G
|
|
make_parent_dirs:
|
|
make_parent_dirs:
|
|
type: boolean
|
|
type: boolean
|
|
description: |
|
|
description: |
|
|
Whether any missing parent directories of the repository
|
|
Whether any missing parent directories of the repository
|
|
path should be created, only used for the repo-create
|
|
path should be created, only used for the repo-create
|
|
- action. Defaults to false.
|
|
|
|
|
|
+ action. Also set via the "--make-parent-dirs" flag.
|
|
|
|
+ Defaults to false.
|
|
default: false
|
|
default: false
|
|
example: true
|
|
example: true
|
|
description: |
|
|
description: |
|
|
@@ -812,15 +815,24 @@ properties:
|
|
progress:
|
|
progress:
|
|
type: boolean
|
|
type: boolean
|
|
description: |
|
|
description: |
|
|
- Display progress as each file or archive is processed. Defaults to
|
|
|
|
|
|
+ Display progress as each file or archive is processed when running
|
|
|
|
+ supported actions. Also set via the "--progress" flag. Defaults to
|
|
false.
|
|
false.
|
|
default: false
|
|
default: false
|
|
example: true
|
|
example: true
|
|
stats:
|
|
stats:
|
|
type: boolean
|
|
type: boolean
|
|
description: |
|
|
description: |
|
|
- Display statistics of an archive when running supported actions.
|
|
|
|
- Defaults to false.
|
|
|
|
|
|
+ Display statistics for an archive when running supported actions.
|
|
|
|
+ Also set via the "--stats" flag. Defaults to false.
|
|
|
|
+ default: false
|
|
|
|
+ example: true
|
|
|
|
+ list:
|
|
|
|
+ type: boolean
|
|
|
|
+ description: |
|
|
|
|
+ Display details for each file or archive as it is processed when
|
|
|
|
+ running supported actions. Also set via the "--list" flag. Defaults
|
|
|
|
+ to false.
|
|
default: false
|
|
default: false
|
|
example: true
|
|
example: true
|
|
skip_actions:
|
|
skip_actions:
|