Skip to content

Bash script to interact with rclone and a preconfigured remote

License

Notifications You must be signed in to change notification settings

nelsonaloysio/remote_cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

remote_cloud

Bash script to interact with rclone and preconfigured remotes through the argument actions available below:

usage: rcloud REMOTE OPTION [input] [output]

options:
  sync (y)          sync remote name and exit
  list (ls)         contents from input remote path
  link (l)          share link to input file or folder
  check (c)         differences between local and remote
  mount (m)         mount remote directory (*)
  umount (u)        stop remote mount syncing (*)
  remount (r)       try and refresh remote mount (*)
  status (s)        status for remote mount (*)

Note: arguments marked with an asterisk are EXPERIMENTAL rclone features.

This is of course NOT intended as a desktop cloud solution.

Tested with rclone v1.49.5 on linux/amd64 (go1.13.1).

About

Bash script to interact with rclone and a preconfigured remote

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages