Awesome, that you answered my question- thanks!
 
I will give it a try and will post again, after trying. My first thoughts were that some of the virtual machines are bearing, because they are too large to get backupped or the target responds too slow- but the socket hint is also a good catch.
 
Gesendet: Mittwoch, 30. Juli 2014 um 03:19 Uhr
Von: "Robert Nichols" <rnicholsnos...@comcast.net>
An: rdiff-backup-users@nongnu.org
Betreff: Re: [rdiff-backup-users] Read-Only Error with Encrypted Volume
On 07/29/2014 02:06 PM, Rolf Inator wrote:
> Dear List,
> I was moving from dejavu (on my Ubuntu machine) to rdiff-backup, because it
> seemed to have finer granularity for restoring actions. Unfortunately I tried to
> back my system up the second time now, but it aborted with an error. This is my
> setup:
> sudo losetup /dev/loop0 backup_file
> sudo cryptsetup luksOpen /dev/loop0 container
> sudo mount -t ext4 /dev/mapper/container /media/homeuser/encryptedmount
> Then I start the backup with rdiff-backup:
> sudo rdiff-backup /home/homeuser/ /media/homeuser/encryptedmount/home/
> After a while the system freezes until I unplug the external drive, where the
> backup goes to, with the following error message:
> homeuser@laptop:~$ sudo rdiff-backup /home/homeuser/
> /media/homeuser/encryptedmount/home/
> Exception '[Errno 30] Read-only file system:

It could be hanging up trying to read (forever) from a socket file. Try
using the "--exclude-sockets" option.

The mounted filesystem becomes read-only because you unplugged the drive.

--
Bob Nichols "NOSPAM" is really part of my email address.
Do NOT delete it.


_______________________________________________
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
_______________________________________________
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