Changes between Version 18 and Version 19 of FAQ

Show
Ignore:
Timestamp:
18/09/2009 18:31:15 (12 months ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v18 v19  
    4545This seems to happen with small file changes, especially on Gentoo in /etc (see above). 
    4646 
    47 It seems that Gentoo may touch configuration files at the same time that it creates a new version for future merges (reported by Ben Bennett on 13/03/2007). We have not been able to reproduce this, but the case that he presented is a problem. 
     47It seems that Gentoo may touch configuration files at the same time that it creates a new version for future merges (reported by Ben Bennett on 13/03/2007). This resets the timestamp of the modified file back to the timestamp of the original, unmodified file. We have not been able to reproduce this, but the case that he presented is a problem. 
    4848 
    49 If a file is modified or replaced by another file with the same modification time, Box Backup will ignore the fact that the file has changed. 
     49If a file is modified or replaced by another file with the same modification time, Box Backup will ignore the fact that the file has changed. Therefore, Box Backup does not back up the updated configuration files. 
    5050 
    5151This is arguably a bug in Gentoo, which affects other incremental backup solutions as well, but we are working on a fix for this. 
     
    5858* ``MaximumDiffingTime reached - suspending file diff`` 
    5959 
    60 This probably means that a large file was being diffed, that it took too long (more than MaximumDiffingTime seconds) and that the entire file was uploaded instead. If the file really is large, you can probably reduce bandwidth usage by increasing the MaximumDiffingTime value on the client. 
     60This probably means that a large file was being diffed, that it took too long (more than :trac:`MaximumDiffingTime` seconds) and that the entire file was uploaded instead. If the file really is large, you can probably reduce bandwidth usage by increasing the :trac:`MaximumDiffingTime` value on the client. 
    6161 
    62 Try enabling the LogAllFileAccess option on the client, which should report which files were uploaded, and whether they were completely 
     62Try enabling the :trac:`LogAllFileAccess` option on the client, which should report which files were uploaded, and whether they were completely 
    6363uploaded or as patches. E.g. you should see messages like: 
    6464 
     
    7373 bbackupquery -c /etc/boxbackup/bbackupd.conf -o /tmp/bbackupquery.log -O warning 
    7474 
    75 The ExtendedLogging will probably not help you much unless you're very familiar with the Box Backup protocol. However you can enable it to be logged to a file with the ``-l`` option to ``bbackupquery``. 
     75The :trac:`ExtendedLogging` option will probably not help you much unless you're very familiar with the Box Backup protocol. However you can enable it to be logged to a file with the ``-l`` option to ``bbackupquery``. 
    7676 
    7777Server Administration Questions