Skip to content
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

More graceful handling of full or almost-full target disk #374

Open
Germar opened this issue Oct 11, 2015 · 7 comments
Open

More graceful handling of full or almost-full target disk #374

Germar opened this issue Oct 11, 2015 · 7 comments
Labels
Bug Discussion decision or consensus needed Documentation Feature requests a new feature Medium

Comments

@Germar
Copy link
Member

Germar commented Oct 11, 2015

I have a 500gb disk with 1.9g disk space left
I have set auto-remove to, keep for 1 year, if free space is less than 2gb
smart remove, 2d,7d,4w,24m and don't remove named snapshots
I have snap shoots 1 of each for dec-2010,jan-june-2011 last week and 3 this week, when I run the backup I get insufficient space

os is ubuntu 11.04 64bit


Imported from Launchpad using lp2gh.

@Germar
Copy link
Member Author

Germar commented Oct 11, 2015

(by michael-dacova)

[E] Error: rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: Broken pipe (32)
[E] Error: rsync: write failed on "/media/backup/backintime/mdclinux/mdacova/1/new_snapshot/backup/home/mdacova/.VirtualBox/HardDisks/WXP32-disk1.vdi": No space left on device (28)
[E] Failed to take snapshot 08/07/11 12:42:38 !!!

@Germar
Copy link
Member Author

Germar commented Oct 11, 2015

(by danleweb)
You can get the size used by all snapshots by getting the size ("nautilus" or just "du -sh " command) of the folder:
/backintime

I see that you backup virtualbox drives (*.vdi). This file can be real big and change every time you start the virtual machine.
You should check this files sizes.

The problem is that BIT remove old snapshots only after it takes a new one (because it doesn't know how disk space it will use).
If you take big snapshots you should change the rule to "if free space is less than 50gb" (or more).

Regards,
Dan

@Germar
Copy link
Member Author

Germar commented Oct 11, 2015

(by michael-dacova)
On 08/07/11 14:23, Dan wrote:

You can get the size used by all snapshots by getting the size ("nautilus" or just "du -sh" command) of the folder:
/backintime

I see that you backup virtualbox drives (*.vdi). This file can be real big and change every time you start the virtual machine.
You should check this files sizes.
I do a backup of my laptop every day before I start using Virtualbox,
and must say BIT has saved me on a number of times
The problem is that BIT remove old snapshots only after it takes a new one (because it doesn't know how disk space it will use).
If you take big snapshots you should change the rule to "if free space is less than 50gb" (or more).
I removed one of the snaps and all is working again.

Regards,
Dan

Keep up the good work, is there a user forum

@Germar
Copy link
Member Author

Germar commented Oct 11, 2015

(by danleweb)
No, at least not for now.

Even it works now it can stop working next time.
You should evaluate the size of a snapshots and configure "if free space is less than XXX gb" where XXX is the size of a full snapshot + 2-3 GB.

Regards,
Dan

@rsholmes
Copy link

rsholmes commented Jun 9, 2024

Question: How does one recover from this situation? After hitting an insufficient space problem I now have a backup volume with 0 bytes free. Is there some way, either through Backintime or manually, to free up space in the backup volume without completely trashing the entire backup structure?

@buhtz
Copy link
Member

buhtz commented Jun 10, 2024

Hello rsholmes,

can you explain "recover"? Was there any harm? Did you lose data?

To my understanding the only "harm" is that there is not backup possible anymore.

To solve this just navigate into the backup folder using the shell or your file manager and delete some of the snapshots. Please report back how it goes.

Best regards,

@rsholmes
Copy link

Not sure what happened but after a day of failed backups due to the disk being full, last night BIT started working again and is now backing up without errors. This was without my deleting any snapshots although it appears a couple of the oldest ones have been auto deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Discussion decision or consensus needed Documentation Feature requests a new feature Medium
Projects
None yet
Development

No branches or pull requests

4 participants