Closed igalic closed 10 years ago
After running this for a day, I now also know that we need to limit the time backups are kept.
By default, the time_keep
settings in gitlab/config/gitlab.yaml
is "forever":
## Backup settings
backup:
path: "tmp/backups" # Relative paths are relative to Rails.root (default: tmp/backups/)
# keep_time: 604800 # default: 0 (forever) (in seconds)
They suggest an example setting of one week. Perhaps this should scale with the frequency backups are made.
Fixed by #115, thanks @igalic
\o/
We should add options
Which enables a backup cron job, ala:
The file itself looks like so: