This website works better with JavaScript.
Home
Help
Register
Sign In
decentral1se
/
borgmatic
forked from
witten/borgmatic
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add `temporary_directory` as a configuration option defaulting to $TMPDIR
master
root
5 months ago
parent
9b83fcbf06
commit
7cad5a8608
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
borgmatic/borg/environment.py
+6
-0
borgmatic/config/schema.yaml
+ 1
- 0
borgmatic/borg/environment.py
View File
@ -9,6 +9,7 @@ OPTION_TO_ENVIRONMENT_VARIABLE = {
'
encryption_passcommand
'
:
'
BORG_PASSCOMMAND
'
,
'
encryption_passphrase
'
:
'
BORG_PASSPHRASE
'
,
'
ssh_command
'
:
'
BORG_RSH
'
,
'
temporary_directory
'
:
'
TMPDIR
'
,
}
DEFAULT_BOOL_OPTION_TO_ENVIRONMENT_VARIABLE
=
{
+ 6
- 0
borgmatic/config/schema.yaml
View File
@ -228,6 +228,12 @@ map:
Remote network upload rate limit in kiBytes/second. Defaults
to unlimited.
example
:
100
temporary_directory:
type
:
str
desc
:
|
Directory where temporary files are stored. Defaults to
$TMPDIR
example
:
/path/to/tmpdir
ssh_command:
type
:
str
desc
:
|
Write
Preview
Loading…
Cancel
Save