Skip to content

taicaile/rclone-mount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOOGLE DRIVE MOUNT

# to mount all remotes
./mount.sh -d=/path/to/mount

# to unmount all remotes
./unmount.sh

To run on reboot,

# add @reboot cron job,
crontab -e
# add following,
@reboot  /home/jobs/mount.sh -d=/path/to/mount > /home/jobs/mount.log 2>&1

About

Mount all remotes through Rclone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages