Skip to content

Commit de23800

Browse files
authored
fix(buildbot): re-enable backups for buildbot service (#451)
1 parent e67e780 commit de23800

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pillar/prod/backup/buildbot.sls

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#backup:
2-
# directories:
3-
# python-buildbot-config:
4-
# source_directory: /etc/buildbot/
5-
# target_host: backup.sfo1.psf.io
6-
# target_directory: /backup/buildbot
7-
# target_user: buildbot
8-
# frequency: hourly
9-
# user: root
1+
backup:
2+
directories:
3+
python-buildbot-config:
4+
source_directory: /etc/buildbot/
5+
target_host: backup.sfo1.psf.io
6+
target_directory: /backup/buildbot
7+
target_user: buildbot
8+
frequency: hourly
9+
user: root

0 commit comments

Comments
 (0)