Hi.
I'm trying to back up to a local CIFS mount directory, but the backup
process fails after running for a while.
I mount my backup directory in fstab like this:
//beefy/Users /mnt/beefy_backup cifs
credentials=/home/
me
/.smb_credentials,users,uid=1000,gid=1000,dir_mode=0777,file_mode=0777
0 0
And the command I tried to use for making my backup looks like this:
$ rdiff-backup --exclude-globbing-filelist /home/me/.rdiff-exclude
--exclude-special-files /home/me /mnt/beefy_backup/me/Backup/
The Backup directory above is completely empty when I start the backup
process. It runs for 15 minutes or so until it crashes with the
following dying words (complete output):
Warning: hard linking not supported by filesystem at
/mnt/beefy_backup/me/Backup/rdiff-backup-data
ListError .dbus [Errno 13] Permission denied: '/home/me/.dbus'
Exception '[Errno 2] No such file or directory' raised of class '<type
'exceptions.OSError'>':