Add config folder

This commit is contained in:
Andras Schmelczer 2024-06-02 12:40:54 +01:00
parent d396a65adc
commit b9b0cae0d2
6 changed files with 24 additions and 19 deletions

1
config/default.env Normal file
View file

@ -0,0 +1 @@
PASSWORD=my_password

9
config/exclude.conf Normal file
View 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
View file

@ -0,0 +1,4 @@
Host *
StrictHostKeyChecking no
ServerAliveInterval 30
ServerAliveCountMax 3