Walkthrough using Rclone to sync directory trees from a Local Filesystem to a remote WebDAV share.
-
End-to-end, based on docker-nginx-webdav-nononsense.
-
Intended to copy/paste snippets into your own solutions.
-
On the client side, you can use any WebDAV client, for example QuickDAV.
Configure Rclone per rclone.conf
.
Set password. When using Rclone, it needs to be obscured.
echo "password1" | rclone obscure -
Start WebDAV server.
sh server.sh
Enumerate remote directory for testdrive purposes.
rclone --config rclone.conf lsl public-ds:/datasets
Let's sync.
sh client.sh