-
Notifications
You must be signed in to change notification settings - Fork 220
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
Backintime always does full backup, even when no files have changed #1212
Comments
Your additional options should help to get the old v1.1.x style permission handling. I guess there is some issue with NTFS. |
Hi AlexSchr, Well, I did a test with ext4 on a usb stick and it seems to have worked fine. So there is no way for incremental backups to work on NTFS? if it's a problem with permissions mismatch, can't I get rsync to ignore them completely? Thanks for the help! |
Is this related #988? |
Hi @MrAnon-dev, I'm sorry to say that this will always happen with NTFS, because NTFS doesn't support hardlinks. I'm closing this Issue, but feel free to re-open or discuss further if you have more questions. |
Hmm, I see. Thanks for the information! Then I guess it depends on the NTFS driver whether or not rsync can really use those NTFS-native hardlinks. I guess it's worth keeping this open to find out whether we can/should support NTFS as a target filesystem in principle. |
I have just opened an issue for Edit: |
@Gabriel-p Could you please double check that your snapshots are really a full copy (= using the same amount of disk space) or if only changed files are copied (unchanged files are hard-linked, use If you are affected by this issue: Could you please apply the workaround described in our README and tell us if it works? Note: Despite the workaround still some files are unnecessary duplicates because of the open issue #988 (comment) |
I think I was wrong. I just checked and although the folder sizes seem equivalent, it appears to be because of hard links. This is what I did:
Also if each of those folders really occupied ~57 Gbs each, my 250 Gb SSD would be out of space already. |
I always think about a GUI application to better visualize the difference between file size and "on disc occupied size"... 🧠 |
Would be great. My confusion originated from using Filelight to check sizes... |
IMHO this is about the hard-link feature which is documented in the FAQ for example. So closing this. |
Hi!
This is my enviroment
And the problem is what every snapshot that I do, BIT copy again unchanged files, ¿how can I change that? I want to incremental backups
after read some issues #1207, #1093, #1128, #1086 I try add this to config but no luck...
profile1.snapshots.rsync_options.value=--no-perms --no-group --no-owner
I also tried install version 1.1.x but doesn´t work, dependencies problem.
thanks!!
The text was updated successfully, but these errors were encountered: