Add option to backup using relative paths with working directory directive #477

Merged
witten merged 5 commits from fabianschilling/borgmatic:pr-working-directory into master 2022-03-03 19:28:18 +00:00
Showing only changes of commit 5821c6782e - Show all commits

View File

@ -48,7 +48,7 @@ properties:
Working directory for the "borg create" command. Tildes are Working directory for the "borg create" command. Tildes are
expanded. Useful for backing up using relative paths. See expanded. Useful for backing up using relative paths. See
http://borgbackup.readthedocs.io/en/stable/usage/create.html http://borgbackup.readthedocs.io/en/stable/usage/create.html
for details. for details. Defaults to not set.
example: /path/to/working/directory example: /path/to/working/directory
one_file_system: one_file_system:
type: boolean type: boolean