#372 Issue closed: Cannot create USB Rescue and NFS backup

Labels: support / question

kiaina opened issue at 2014-03-01 02:24:

ERROR: Could not create /tmp/rear.MDpe7IlGJPY8r4R/outputfs/rear/cpterm/20140228.1620/kernel

local.conf
USB_DEVICE=/dev/sda1
OUTPUT=USB
BACKUP=NETFS
BACKUP_URL="nfs://xxx.xxx.xxx.xxx/data/rear/"

gdha commented at 2014-03-03 07:43:

  1. was the USB disk formatted with rear format /dev/sda ?
  2. Does user root has write permissions on the NFS mounted filesystem? Test it out manually.

kiaina commented at 2014-03-03 20:26:

Re-tested,

  1. rear format /dev/sda
  2. root is allow to create directory and files on NFS export.

Rescue and Backup works if OUTPUT=ISO.

Maybe ? should be how to create a bootable USB from the ISO image on the
NFS Storage point?

thank You,

On Sun, Mar 2, 2014 at 9:43 PM, gdha notifications@github.com wrote:

  1. was the USB disk formatted with rear format /dev/sda ?
  2. Does user root has write permissions on the NFS mounted filesystem?
    Test it out manually.

Reply to this email directly or view it on GitHubhttps://github.com/rear/rear/issues/372#issuecomment-36487539
.

gdha commented at 2014-03-04 09:56:

or try out what is mentioned on http://relax-and-recover.org/usage/#recovery_from_usb ?

kiaina commented at 2014-03-04 20:14:

Thank you for your help. I was able to create a bootable USB from the ISO
image. This
method works better for our environment.

On Mon, Mar 3, 2014 at 11:56 PM, gdha notifications@github.com wrote:

or try out what is mentioned on
http://relax-and-recover.org/usage/#recovery_from_usb ?

Reply to this email directly or view it on GitHubhttps://github.com/rear/rear/issues/372#issuecomment-36608081
.

gdha commented at 2014-03-05 08:05:

Great - did you use a special tool for this?

kiaina commented at 2014-04-01 21:19:

Sorry, for not responding. I used

isohybrid backup.iso
dd if=backup.iso of=/dev/sdb

Please close after this comment.


[Export of Github issue for rear/rear.]