mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-22 03:34:17 +00:00
Change example file names and gitignore them
This commit is contained in:
parent
a236477abf
commit
875102e749
2 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/duplicity_passphrase.txt
|
||||||
|
/google_client_config.yml
|
|
@ -1,8 +1,8 @@
|
||||||
secrets:
|
secrets:
|
||||||
google_client_config:
|
google_client_config:
|
||||||
file: "./client_config.yml"
|
file: "./google_client_config.yml"
|
||||||
duplicity_passphrase:
|
duplicity_passphrase:
|
||||||
file: "./passphrase.txt"
|
file: "./duplicity_passphrase.txt"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
duplicity_credentials:
|
duplicity_credentials:
|
||||||
|
|
Loading…
Reference in a new issue