Everything posted by wallypop
-
[Support] silman - Foundry Virtual Tabletop (felddy docker image)
I've been running Foundry for a few years now, but after upgrading to 12.325 today, I'm getting an error about verifying my license key. I'm using the username/password method, which has worked flawlessly until now. I even manually entered the license key into the variable, and still it doesn't work. Any ideas?
-
[Support] binhex - Rclone
Yes, you'd want to make that match the name in the explorer, or if you go to the configs section of the web GUI, it will list your remote name as the "name". That should be what you enter into the RCLONE_REMOTE_NAME variable.
-
[Support] binhex - Rclone
Figured out my issue - I hadn't named my remote config "remote" and I didn't set the RCLONE_REMOTE_NAME to match the name of my remote. Once I did that and restarted, it began syncing immediately.
-
[Support] binhex - Rclone
@Billwin I believe I can help you a bit -- /media should be the path to where the folder lives that you want to backup. You have it set to /mnt/user/Pictures/ Then you have RCLONE_MEDIA_SHARES set to /media/Pictures That would mean it is looking for a folder called /mnt/user/Pictures/Pictures Does such a folder exist? Perhaps you should set /media to /mnt/user/ and then it would find your Pictures directory. As far as getting the files to upload automatically, I don't know. I just finished getting mine setup and authed to Google Drive (bit of a headache because I just ran rclone config without telling it what config file to use, so I couldn't figure out why the web GUI was not matching the command line. Once I gave it the path to the conf file I was good to go). However, nothing has started uploading. Perhaps I just haven't waited long enough? I also can explore to my Google Drive and see the files there, so I don't know for sure what's going on there.