diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-12-31 16:03:02 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-12-31 16:03:02 +0000 |
commit | 02fe799ba1a2c2eb2c7aa1cec0020cebac1422ed (patch) | |
tree | 29ef7ddadedde466d7112f46923f406c7a790e39 | |
parent | Use function for postgresql backup (diff) | |
download | config-02fe799ba1a2c2eb2c7aa1cec0020cebac1422ed.tar.bz2 config-02fe799ba1a2c2eb2c7aa1cec0020cebac1422ed.tar.xz config-02fe799ba1a2c2eb2c7aa1cec0020cebac1422ed.zip |
Backup git every hour, ever 5m is excessive
-rw-r--r-- | scripts/git.mirror.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git.mirror.cron b/scripts/git.mirror.cron index d3411e2..eb31f6d 100644 --- a/scripts/git.mirror.cron +++ b/scripts/git.mirror.cron @@ -1 +1 @@ -*/5 * * * * randomdan make -sf backup.mk -C /var/git/ +@hourly randomdan make -sf backup.mk -C /var/git/ |