Holger Parplies wrote, On 4/30/2007 7:49 PM:
> - For rsync type transports (rsync and rsyncd) you can base your decision
> on all of the file metadata and the file lists on server and client side.
> This way, you will even catch files that have changed size (but not
> timestamp), or were moved into their location. You will also notice
> deleted files (though I still need to understand how this information is
> stored in the backup - probably in the attrib files?).
> Still, there is an odd chance of missing changed files with identical
> timestamp and size (anyone who doesn't believe this, consider two files
> created in the same second with the same size/ownership/permissions and
> then swapped with 'mv' ...).
In the attrib file would seem correct...
I deleted 'TEST', did an incremental, and ran "BackupPC_attribPrint" on
the attrib file located inside the corresponding directory:
'TEST' => {
'uid' => 0,
'mtime' => 0,
'mode' => 0,
'size' => 0,
'sizeDiv4GB' => 0,
'type' => 10,
'gid' => 0,
'sizeMod4GB' => 0
},
Everything was set to 0.
- Kris
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/