I am using webdav server pro from the Olive tree to connect my galaxy s8 to mint 22.1 as a webdav connection and backing up a particular folder as a zip file using this command:
find ... -exec zip "/home/.../archive.zip" "{}" \;
command but it stops randomly producing
zip I/O error: Bad address
zip error: Output file write failure (write error on zip file)
I contacted the maintainers of info-zip and they said that there is changes from webdav client ? as info-zip hasn’t changed since 2009 barely. Can anyone help me with this?