From 67f219061409994bd794744917ca8d02a60411b9 Mon Sep 17 00:00:00 2001 From: owsla Date: Sat, 4 Oct 2008 04:08:57 +0000 Subject: FAQ update git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@945 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/FAQ-body.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rdiff-backup/FAQ-body.html b/rdiff-backup/FAQ-body.html index bfac57b..84569c6 100644 --- a/rdiff-backup/FAQ-body.html +++ b/rdiff-backup/FAQ-body.html @@ -119,7 +119,7 @@ experience one of these common errors:

  • rdiff-backup fails to run, printing an exception about "assert not upper_a.lstat()" failing. This can be resolved by unmounting the share, running the following command as root:
    $ echo 0 > /proc/fs/cifs/LookupCacheEnabled
    - and then remounting the CIFS share.

    + and then remounting the CIFS share.

  • If filenames in the mirror directory have some characters transformed to a '?' instead of remaining the expected Unicode character, you will need to adjust the iocharset= mount option. This happens @@ -134,7 +134,10 @@ experience one of these common errors:

    reserved Windows character, try using the mapchars option to the CIFS mount. At least one user has reported success when using this option while mounting a NAS system via CIFS. See the mount.cifs man page - for more information.
  • + for more information.

    +
  • Other CIFS mount options which may be helpful include nocase + and directio. A user with a DroboShare reported that + -o mapchars,nocase,directio worked for that NAS appliance.
  • If you're still having trouble backing up to a CIFS or smbfs mount, try searching the mailing-list archives and then sending -- cgit v1.2.1