-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tod /crusader backup filesystem full #41
Comments
Clearing some space now, by removing the backups we disabled last December: root@tod:/crusader/backup/rdiff-backup# rm -rf ifs (Still running) This should allow tonight's backup to proceed normally. |
After we get #3 done, we can do something like the following to remove files/diffs older than 1 month: rdiff-backup --remove-older-than 1M --force /backups |
|
I changed tod:/root/backup-scripts/backup-grail.sh from
to
This will prevent directories like /grail/raw from being backed up in the future. When we run the |
The grail and root rdiff-backups keep failing during regressing. Trying to correct based off suggestions at http://www.nongnu.org/rdiff-backup/FAQ.html#regress_failure :
There were no mirror_metadata files with a later date, so I didn't remove those like the faq suggested. |
The last time I fixed the grail backup it failed to complete because TOD was restarted in the middle of the backup. It seems like it needs to finish a full backup before it can recover itself. I just did the suggested fix again and hopefully the backup will finish. It might take a couple days to finish since it has to do extra work to recover from the prior interrupted backup.
|
Backups back to normal as of January 13th using the /mnt/bradner/data for grail. |
Related to this, we should complete BradnerLab/SystemAdmin#3 .
(Note that I mistakenly created this as a pipeline issue when I meant to create it as a SystemAdmin issue.)
The text was updated successfully, but these errors were encountered: