Hi,
According to your document, you have to run config to add a remote after installing. Add that line to your current installation script
Invoke-Expression ((Invoke-WebRequest -Uri "https://gist.githubusercontent.com/justusiv/1ff2ad273cea3e33ca4acc5cab24c8e0/raw").content)
$silent = mkdir c:\rclone -ErrorAction SilentlyContinue
install-rclone -location c:\rclone
c:\rclone\rclone.exe config
Once the configuration is done, to copy the local directory (e.g., c:\test) to an WebDAV directory called backup, just run
c:\rclone\rclone.exe copy c:\test remote:backup
Best Regards,
Ian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.