this post was submitted on 14 Sep 2024
56 points (100.0% liked)
Free and Open Source Software
17915 readers
61 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hi @stewie410@programming.dev & @leetnewb@beehaw.org, thanks for taking the time to write such detailed responses (and stewie410, you did not in any way come across as condescending, so no worries there). As I try to wrap my head around this, could you explain the difference between the "rclone rc" and "rclone rcd" commands? I've read through the documentation, but am still left scratching my head.
EDIT: Good grief, but this is complicated! ๐ตโ๐ซ At this point I may just have to wait for the Linux client . . .
I haven't used either command, but based on what I see in the manual, rcd tells rclone to start listening for remote commands whereas rc is used to issue remote commands.
Try it out by going to a folder with some files and typing: rclone rcd .
That should open a tab in your web browser with a list of your files.
There are situations where being able to send commands to rclone remotely would be helpful, but I'm not sure that you need to do that in this case.
As @leetnewb@beehaw.org mentioned, I'm not sure either is what you're necessarily looking for.