Steam deck to NAS to PC and back
What's your question?
Hello,
Thank you for making this fantastic tool. I wanted to set this up to sync between devices through a NAS. I am using the flatpack version and the rclone that comes with it When I enter my SMB info it keeps spitting out various failure errors. I have double checked and the address, user, and pass are correct. I left the port, arguments, and rclone location as default.
As a backup, I tried setting up Google drive. Unfortunately it immediately gives me a "Error: Unable to configure cloud. Command failed with code 2”
What am I missing?
Thank you
Hi! I'm not sure why that's happening. Could you please try running this as a test? This will try to configure a Google Drive remote:
flatpak run --command=rclone com.github.mtkennerly.ludusavi -vvv create config ludusavi-test drive scope=drive
(can also try --command=/app/bin/rclone)
If that actually works, then you could configure Ludusavi with a "custom" remote and set the ID to ludusavi-test. If the command doesn't work, hopefully it will spit out some more detailed error info.