Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 663 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 663 Bytes

rclone_mount

I made script to siplify mounting directory with rclone.

Instalation:

###1. Download script with:

wget https://github.com/gammelgaard52/rclone_mount/master/rclone_mount.sh

###2. To use it just replace src="" and dest="" with your paths

nano rclone_mount.sh

example:

src="n:/"
dest="/home/seedbox/torrents/deluge/mount"

###3. 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