summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvagrant_scripts/pg93_aws.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant_scripts/pg93_aws.sh b/vagrant_scripts/pg93_aws.sh
index 9850923..3a07896 100755
--- a/vagrant_scripts/pg93_aws.sh
+++ b/vagrant_scripts/pg93_aws.sh
@@ -23,6 +23,6 @@ EOF
chmod +x ~/backup.sh
# run backups every four hours
- echo "0 */4 * * * /root/backup.sh >> /root/backup.out 2>&1" | crontab
+ echo "0 2 * * * /root/backup.sh >> /root/backup.out 2>&1" | crontab
fi \ No newline at end of file