tasket / wyng-backup

Fast backups for logical volumes & disk images
GNU General Public License v3.0
251 stars 16 forks source link

arch-check -n default: NameError name opts not defined #124

Closed gasull closed 2 years ago

gasull commented 2 years ago

As explained on #121:

$ sudo ./wyng arch-check --dest qubes://admin-backups/media/backups/wyng/ -n default
Wyng 0.4.0alpha2 release 20220903
Traceback (most recent call last):
  File "/home/user/Downloads/wyng-backup/./wyng", line 3348, in <module>
    aset, dest  = get_configs(options)
  File "/home/user/Downloads/wyng-backup/./wyng", line 1086, in get_configs
    dest = Destination(opts.from_arch if opts.from_arch else opts.dest, opts.dest_name)
  File "/home/user/Downloads/wyng-backup/./wyng", line 1224, in __init__
    locs[dname] = opts.dest
NameError: name 'opts' is not defined