DeprecationWarning
Started messing with your script, and on launch I'm seeing the following error:
/home/user/plow.py:199: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
Looking around online, there's some talk about it having something to do with using Python 3.10 or newer, but I'm not sure...
I'll note that everything seems to work fine regardless, just thought I'd put that out there.
I got the same message. plow running . . .
but nothing moves from the buffer SSD to my HDDs
its fixed by a friend, but next issue -> n⁉ rsync: [receiver] do_fallocate "path - k32-xxxxxxx : Operation not supported (95)
It seems to be a harmless warning. I quickly tried to fix it before releasing this tool, but it led to some other weird edge case. I will try to circle back and see if I can iron it out soon.
I to am getting :203: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() I am also getting rsync: [receiver] do_fallocate "path - k32-xxxxxxx : Operation not supported (95) as well.