You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.
The Backup gem creates ~/Backup/log/backup.log but I don't think it's rotated. Might end up to be a very large file so let's rotate it with log rotate.
Also to catch bugs in cron execution it'd be wise to have our cron jobs output to ~/Backup/cron.log and rotate that too.
The text was updated successfully, but these errors were encountered:
The Backup gem creates ~/Backup/log/backup.log but I don't think it's rotated. Might end up to be a very large file so let's rotate it with log rotate.
Also to catch bugs in cron execution it'd be wise to have our cron jobs output to ~/Backup/cron.log and rotate that too.
The text was updated successfully, but these errors were encountered: