This content originally appeared on DEV Community and was authored by Calin Baenen
So, I'm following along with this video on how to set up rclone
, and I was making an encrypted version of my Google Drive remote (google_drive
).
However, whenever I do ./rclone copy Test.txt google_drive_crypt
it creates a new directory inside the rclone
folder called "google_drive" and puts the encoded folder in there. -- However, when the person does it in the video it works perfectly fine, putting the file on Google Drive.
What am I doing wrong?
Here's a (small) command backlog:
[calin@CalinArchLinuxPC rclone-v1.57.0-linux-386]$ ./rclone config
Current remotes:
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> n
name> google_drive
Storage> drive
# ...
name> google_drive_crypt
remote> google_drive
Thanks!
Cheers!
Cheers!
This content originally appeared on DEV Community and was authored by Calin Baenen
Calin Baenen | Sciencx (2022-01-09T01:57:48+00:00) What am I doing wrong in the RClone `crypt remote` creation process?. Retrieved from https://www.scien.cx/2022/01/09/what-am-i-doing-wrong-in-the-rclone-crypt-remote-creation-process/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.