Hi list!

I'm trying to use securely backup my data into "untrusted storage":
- rdiff-backup allows me to use a "push" approach.
- A reverse mounted encfs offers a r/o, encrypted view on my data.

Unfortunately I'm having problems to get this running:
- Plain rsync works
- rdiff-backup with "regular files" works, too.
- rdiff-backup seems to stumble over the encrypted filenames
- I'm on squeeze.
- Both source&target use rdiff-backup 1.8.2

# rdiff-backup /srv/encfs admin@nas::/share/MD0_DATA/Backups

/usr/lib/pymodules/python2.6/rdiff_backup/SetConnections.py:148: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
  stdin, stdout = os.popen2(remote_cmd)
Exception '[Errno 5] Input/output error: '/srv/encfs/3sqK5sa5zwhrsKVdTeLN0GhjvcX59wEhDl5WkJTBZhgnPzA2AeNfRaWG5Nl0CovooB-'' raised of class '<type 'exceptions.OSError'>':
           ...
File "/usr/lib/pymodules/python2.6/rdiff_backup/connection.py", line 450, in __call__
    return apply(self.connection.reval, (self.name,) + args)
File "/usr/lib/pymodules/python2.6/rdiff_backup/connection.py", line 370, in reval
    if isinstance(result, Exception): raise result

Any hints?

Thanks!
- Ben

_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Reply via email to