HI,
I've setup an SSH profile to backup over a Synology NAS. The configuration worked fine three times, creating incremental backups (I've verified the inode information), while now the backup is not incremental any more for some reason (BUT tries to copy everything instead of creating hard links)
My questions are:
- how backintime determines if a file needs to be hardlinked or backed up? Based on date modified, permission changed, what else?
- How can I debug this behavior? How can I compare the two files and see what has changed? or by seeing what BIT thinks has changed?
Extra info:
-
The file I use as test case has never been modified.
-
I've try to run diff between this file in a previous backup and the same file in new_snapshot but diff doesn't return anything, so I guess they are equal.
-
The permission between these two files differs tough. The file in the backup folder has attributes 777 (set by BIT?) the other file in new_snapshot 755.
-
The fileinfo file in the previous backup folder contains only the two following lines
16877 root root /media
16877 root root /media/dataHD
where dataHD is the backup target directory.
Should it contain the file permissions for all the files in the backup directory tree?
- I'm NOT using full rsync mode
HI,
I've setup an SSH profile to backup over a Synology NAS. The configuration worked fine three times, creating incremental backups (I've verified the inode information), while now the backup is not incremental any more for some reason (BUT tries to copy everything instead of creating hard links)
My questions are:
Extra info:
The file I use as test case has never been modified.
I've try to run diff between this file in a previous backup and the same file in new_snapshot but diff doesn't return anything, so I guess they are equal.
The permission between these two files differs tough. The file in the backup folder has attributes 777 (set by BIT?) the other file in new_snapshot 755.
The fileinfo file in the previous backup folder contains only the two following lines
16877 root root /media
16877 root root /media/dataHD
where dataHD is the backup target directory.
Should it contain the file permissions for all the files in the backup directory tree?