Skip to content

xerrni/rclone_mount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

rclone_mount

I made script to siplify mounting directory with rclone.

Instalation:

  1. Download script with:
wget https://raw.githubusercontent.com/xerrni/rclone_mount/master/rclone_mount.sh
  1. To use it just replace src="" and dest="" with your paths
nano rclone_mount.sh

example:

src="n:/"
dest="/home/seedbox/torrents/deluge/mount"
  1. Add execute permissions to the file with:
    chmod +x rclone_mount.sh

Usage:

./rclone_mount
or if you want to use it in Quiet mode:
./rclone_mount -q
./rclone_mount -Q
./rclone_mount --quiet

About

Mounting rclone directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages