reed-college / vrfy

the (bare bones) beginnings of the cs hw project for the sds
0 stars 1 forks source link

backup deletion on cshw #1

Closed grantal closed 7 years ago

grantal commented 8 years ago

From @ifjorissen on March 9, 2016 2:23

vrfy's database & media gets backed up every two hours. That takes up space.

@Gastove and I wrote a cron job to do all that backing up stuff. But, vrfy needs another job to clean up after that first job's mess.

write a script to remove old backups after an appropriate amount of time. (a week? month?) the backups are stored in vrfy/vrfy_backups/ on cshw.reed.edu

Copied from original issue: ifjorissen/vrfy#204

grantal commented 8 years ago

Labeled as a bug because the cshw server crashes every once in a while because it runs out of memeory from too many backups.

grantal commented 7 years ago

Jason Fixed this