add deploy/app/cronjobs/.env./*.examples
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
**
|
**
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!*.example
|
||||||
1
deploy/app/cronjobs/backups/.env.d/borg_key.example
Normal file
1
deploy/app/cronjobs/backups/.env.d/borg_key.example
Normal file
@@ -0,0 +1 @@
|
|||||||
|
BORG_KEY an valid borg key
|
||||||
3
deploy/app/cronjobs/backups/.env.d/id_rs.example
Normal file
3
deploy/app/cronjobs/backups/.env.d/id_rs.example
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||||
|
AND VALID PRIVATE SSH KEY WITH ACCESS TO SSH SERVER
|
||||||
|
-----END OPENSSH PRIVATE KEY-----
|
||||||
7
deploy/app/cronjobs/backups/.env.d/secrets.example
Normal file
7
deploy/app/cronjobs/backups/.env.d/secrets.example
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
PBS_REPOSITORY="pbs repository"
|
||||||
|
PBS_PASSWORD="pbs access passwordd"
|
||||||
|
PBS_FINGERPRINT="00:00:00:00:00" # the pbs finger print
|
||||||
|
BORG_REPO="ssh://user@reposerver/path" # required by offsite babckup
|
||||||
|
BORG_PASSPHRASE="borg passphare" # required by offsite babckup
|
||||||
|
OFFSITE_TARGET_FOLDER="test:target_path" # follow rclone naming convension
|
||||||
|
|
||||||
Reference in New Issue
Block a user