-
Notifications
You must be signed in to change notification settings - Fork 9
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
Butterfly Backup : differential backup seems to behave like full backup #7
Comments
Hi @didier33170,
Can you confirm this command for me? Can you maybe enable log or verbose mode? Thank you so much for the compliments and thank you for using BB. |
Hi Matteo. |
I would be grateful if you could copy here the output of either the log or the verbose mode. |
Hi Matteo. Happy New Year! And sorry for the black-out of some weeks, due to a failure of the processor of my computer (AMD Ryzen 7). |
Hi @didier33170, I finally managed to reproduce the case study, but without unfortunately running into the bug you encountered with the differential mode. I launched it three times at different times; I started with an initial situation where the two users have more or less 9GB of data:
This is result:
Note the inodes of the files on the Desktop that have not changed, they are identical because they are hard links in the Linux file system (in this specific case, I used fedora iot). I don't know what else to investigate because from the results of the test done, everything seems fine to me. |
Description
I was successfully daily backing up a single directory tree using the 'differential' mode:
bb backup --computer Mint-Didier --destination /media/didier/MyDrive --mode differential --custom-data /media/didier/Disk_A/Data_A --user didier --type unix --retention 7 7 --skip-error --exclude EXCLUDED
As expected, after the first backup, the used space on 'MyDrive' is increasing very slowly, following the space took by the modified or new files.
I'm now intending to daily backup 3 directories located on 2 disks:
bb backup --computer Mint-Didier --destination /media/didier/MyDrive --mode differential --custom-data /media/didier/Disk_A/Data_A /media/didier/Disk_B/Data_B1 /media/didier/Disk_B/Data_B2 --user didier --type unix --retention 7 7 --skip-error --exclude EXCLUDED
In this configuration the used space is increasing daily of the full size of the directories backed up (ie. Data_A + Data_B1 + Data_B2). It is like if BB performed a full backup every day.
Steps to Reproduce
See the command above.
Expected Behaviour
For a differential backup the used space should increase only following the space took by the modified or new files.
Your Environment
Additional context
Thank you anyway for your efforts to propose this nice tool !
The text was updated successfully, but these errors were encountered: