*** This bug is a duplicate of bug 1270453 ***
    https://bugs.launchpad.net/bugs/1270453

In 14.04, I had success by changing some lines in this file
/usr/share/drbl/sbin/ocs-functions


= CREATING AN IMAGE FROM HDD =
  Inside function 'save_part_by_partclone' change line from:
cmd_partclone="partclone.${fs_p} $PARTCLONE_SAVE_OPT -L $partclone_img_info_tmp 
-c -s $source_dev --output - | $compress_prog_opt"

  to:
cmd_partclone="partclone.${fs_p} -N -L $partclone_img_info_tmp -c -s 
$source_dev --output - | $compress_prog_opt"


= RESTORING AN IMAGE TO HDD =
  Inside function 'unicast_restore_by_partclone' change lines from:
| LC_ALL=C partclone.${fs_} $PARTCLONE_RESTORE_OPT -L $partclone_img_info_tmp 
-s - -r -o $part

  to:
| LC_ALL=C partclone.${fs_} -N -L $partclone_img_info_tmp -s - -r -o $part


Admittedly, it's kind of a hammer, but I don't have time to troubleshoot
it any further than the couple of things I will use it for.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1357949

Title:
  Clonezilla+partclone: Error while cloning: partclone.dd: invalid
  option -- 'z'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clonezilla/+bug/1357949/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to