rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] [Errno 13] Permission denied: '/home/username/.


From: Dominic Raferd
Subject: Re: [rdiff-backup-users] [Errno 13] Permission denied: '/home/username/.gvfs'
Date: Mon, 16 May 2011 10:53:54 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10


There is a fuse-fs for browsing rdiff-backup repositories [1].
Passing options to fuse is going to be enabled in the next release. With
allow_user set I should be able to mount my config backup as root, but
browse it as a user.

There's also a nice way to automatically exclude filesystems that do not
correspond to block devices listed in /dev. E.g. proc, tmpfs, but also
fuse.

Haven't tried it yet, but this should work:
   rdiff-backup --exclude-filelist<(grep -v '\(^/dev/\|^rootfs\)' /proc/mounts 
| cut -d \  -f 2 | uniq) \
     <other options>

Best, Andreas

[1] http://code.google.com/p/rdiff-backup-fs/

Yes I am aware of rdiff-backup-fs (but others may not be, so thanks for the reminder). It is the successor to archfs. I am waiting for it get beyond 1.0.0 too. I use rdiffweb (0.6.3) which works well.

Thanks for the tip re excluding filesystems.

Dominic
http://www.timedicer.co.uk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]