We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d07ed commit 36d9759Copy full SHA for 36d9759
sync_config.sh
@@ -1,3 +1,7 @@
1
#!/bin/sh
2
rsync --delete --exclude .svn --exclude *sample -a --port 7873 ddns1.develooper.com::dinamed-conf/ config/dist/
3
4
+
5
+# run this from crontab with something like
6
+# */3 * * * * sleep $(expr $RANDOM \% 60); cd /var/services/pgeodns/pgeodns; ./sync_config.sh
7
+#
0 commit comments