Skip to content

Commit 68b9ac2

Browse files
authored
feat(hg): add mercurial static files to backup (#441)
Closes #440
1 parent 1fe35da commit 68b9ac2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pillar/prod/backup/hg.sls

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ backup:
77
target_user: hg
88
frequency: daily
99
user: root
10+
hg-mercurial-static:
11+
source_directory: /usr/share/mercurial/templates/static/
12+
target_host: backup.sfo1.psf.io
13+
target_directory: /backup/hg-mercurial-static
14+
target_user: root
15+
frequency: daily
16+
user: root

0 commit comments

Comments
 (0)