Support intraday backups? #107
Answered
by
prodrigestivill
ImTheDeveloper
asked this question in
Q&A
-
Will the current script support intraday backups? I was hoping to run every 6 hours giving me 4 per day but wanted to check first. I can't quite see whether the daily clean up would remove some files but I'm assuming not given there is an HH - mm timestamp on files created on the day |
Beta Was this translation helpful? Give feedback.
Answered by
prodrigestivill
Oct 14, 2020
Replies: 1 comment
-
Yes, as states in the README.md file you can define any interval or a set of hours. It accepts the cron format well documented anywhere internet or the go cron specific formats. For every 6 hours you can use: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prodrigestivill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, as states in the README.md file you can define any interval or a set of hours.
It accepts the cron format well documented anywhere internet or the go cron specific formats.
For every 6 hours you can use:
SCHEDULE=@every 6h