Hi, when using using send with the --autoprune option, I get the following error:
Traceback (most recent call last):
File "/usr/local/bin/wyng", line 4635, in <module>
monitor_send(storage, aset, selected_vols, monitor_only=False)
File "/usr/local/bin/wyng", line 3368, in monitor_send
for vol in aset.vols: autoprune(vol, apmode="full")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/bin/wyng", line 3544, in autoprune
if len(vol.sesnames) < 2: return False
^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'sesnames'
Using send towards a newly-created archive works, but if I use the --autoprune option I get this error when I try to send a second time.
Hi, when using using
send
with the--autoprune
option, I get the following error:Using
send
towards a newly-created archive works, but if I use the--autoprune
option I get this error when I try tosend
a second time.