[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] issue with excluding sshfs (fuse?) mount points
From: |
rader |
Subject: |
Re: [rdiff-backup-users] issue with excluding sshfs (fuse?) mount points |
Date: |
Thu, 06 Nov 2008 09:31:38 -0600 |
> > FYI... --exclude /path/to/sshfs/mountpoint works for me but generates
> > a bogus "ListError". See enclosed.
>
> What version of SSHFS / FUSE / kernel are you running? Many of the
> FUSE FS's have cosmetic bugs in them which rdiff-backup triggers, so I
> want to be sure which version you are running.
1.7 / 2.6.3 / 2.6.18-8.1.3.el5
strace reads like so...
29268 utimes("/flash/home.rader/rdiff-backup.tmp.2189", {1225985006, 0}) = 0
29268 rename("/flash/home.rader/rdiff-backup.tmp.2189",
"/flash/home.rader/FOO") = 0
29268 lstat64("/home/rader/Mail", 0xbff4141c) = -1 EACCES (Permission denied)
[...]
29268 write(2, "ListError FOO/Mail [Errno 13] Pe"..., 68) = 68
so it vaguely looks like sshfs is behaving properly?
steve
--
bash$ cat /etc/redhat-release
Scientific Linux SL release 5.0 (Boron) UW-Physics 03Nov08.02
bash$ uname -r
2.6.18-8.1.3.el5
bash$ rpm -qa | grep fuse
kernel-module-fuse-2.6.18-8.1.3.el5-2.6.3-1.sl5
fuse-libs-2.6.3-1.SL
fuse-2.6.3-1.SL
fuse-sshfs-1.7-2.SL
bash$ sshfs -V
SSHFS version 1.7
FUSE library version: 2.6.3
fusermount version: 2.6.3
using FUSE kernel interface version 7.8