This looks like a typo in lxc_copy.c

static const struct option my_longopts[] = {
        { "newname", required_argument, 0, 'N'},
        { "newpath", required_argument, 0, 'p'},
        { "rename", no_argument, 0, 'R'},
        { "snapshot", no_argument, 0, 's'},
        { "foreground", no_argument, 0, 'F'},
        { "daemon", no_argument, 0, 'd'},
        { "ephemeral", no_argument, 0, 'e'},
        { "mount", required_argument, 0, 'm'},
        { "backingstore", required_argument, 0, 'B'},

Should be "backingstorage" here. Which can be verified with
--backingstore=dir

** Changed in: lxc (Ubuntu)
     Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: lxc (Ubuntu)
       Status: Confirmed => In Progress

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

Title:
  lxc-copy: unrecognized option '--backingstorage'

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

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

Reply via email to