Keep backups for a longer time #62

Open
NorbiPeti wants to merge 1 commit from NorbiPeti-backups into master
NorbiPeti commented 2018-11-27 20:16:28 +00:00 (Migrated from github.com)
  • Keep backups for the last 2 days (as before)
  • In addition, keep 2 for the last 2 weeks

Maybe perform 2 backups a day?

* Keep backups for the last 2 days (as before) * In addition, keep 2 for the last 2 weeks Maybe perform 2 backups a day?
LadyVulcan (Migrated from github.com) reviewed 2018-11-27 20:16:28 +00:00
Ghostise (Migrated from github.com) reviewed 2018-11-27 20:16:28 +00:00
Gryph667 (Migrated from github.com) reviewed 2018-11-27 20:16:28 +00:00
developer-sin (Migrated from github.com) reviewed 2018-11-27 20:16:28 +00:00
Gryph667 commented 2018-11-28 09:23:52 +00:00 (Migrated from github.com)

What time are we taking the daily right now, as I would have expected the one we ended up using to have been taken after Ghost started working on the little fort. I have some questions:

Do we have to take the whole back up, every world, or can we pick and choose the frequency in a per map basis? How much space is each overworld back up taking?

I’d suggest we keep 6-7 dailies, and four weeklies from Mondays. Essentially any back ups taken on Mondays are untouched for 30 days before we recycle the drive space.

What time are we taking the daily right now, as I would have expected the one we ended up using to have been taken after Ghost started working on the little fort. I have some questions: Do we have to take the whole back up, every world, or can we pick and choose the frequency in a per map basis? How much space is each overworld back up taking? I’d suggest we keep 6-7 dailies, and four weeklies from Mondays. Essentially any back ups taken on Mondays are untouched for 30 days before we recycle the drive space.
NorbiPeti commented 2018-11-28 11:35:50 +00:00 (Migrated from github.com)

Right now it's at 3 AM GMT. We can't pick the frequency to back up per world (though we could modify the plugin heh).

The overworld takes the least of the three dimensions, actually:

1.6G world
3.0G world_nether
9.7G world_the_end

Though it seems to get compressed down to 5.3 GB per backup. We have 60 GB free space now, with your suggestion we'd have 17.6 GB.

Right now it's at 3 AM GMT. We can't pick the frequency to back up per world (though we could modify the plugin heh). The overworld takes the least of the three dimensions, actually: ``` 1.6G world 3.0G world_nether 9.7G world_the_end ``` Though it seems to get compressed down to 5.3 GB per backup. We have 60 GB free space now, with your suggestion we'd have 17.6 GB.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin NorbiPeti-backups:NorbiPeti-backups
git checkout NorbiPeti-backups

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff NorbiPeti-backups
git checkout master
git merge --ff-only NorbiPeti-backups
git checkout NorbiPeti-backups
git rebase master
git checkout master
git merge --no-ff NorbiPeti-backups
git checkout master
git merge --squash NorbiPeti-backups
git checkout master
git merge --ff-only NorbiPeti-backups
git checkout master
git merge NorbiPeti-backups
git push origin master
Sign in to join this conversation.
No description provided.