Add config folder
This commit is contained in:
parent
d396a65adc
commit
b9b0cae0d2
6 changed files with 24 additions and 19 deletions
1
config/default.env
Normal file
1
config/default.env
Normal file
|
|
@ -0,0 +1 @@
|
|||
PASSWORD=my_password
|
||||
9
config/exclude.conf
Normal file
9
config/exclude.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# https://borgbackup.readthedocs.io/en/stable/usage/create.html#description
|
||||
# https://borgbackup.readthedocs.io/en/stable/usage/help.html#borg-patterns
|
||||
|
||||
*/node_modules
|
||||
*/.env
|
||||
*/.dev.env
|
||||
*/__pycache__
|
||||
*/.venv
|
||||
/snapshot
|
||||
4
config/ssh_config
Normal file
4
config/ssh_config
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Host *
|
||||
StrictHostKeyChecking no
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue