Skip to content

Commit

Permalink
Remove Dbox(Dropbox) from rclone
Browse files Browse the repository at this point in the history
  • Loading branch information
ujinyng committed Jun 24, 2020
1 parent 14e9b41 commit 7c416a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion _rclone/rclone_mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ rclone mount Gdrive: ~/Gdrive --allow-other --allow-non-empty --use-mmap --timeo

# rclone mount DboxCache: ~/Dbox --allow-other --allow-non-empty --use-mmap --timeout 1h --vfs-cache-mode writes --dir-cache-time 10s --fast-list --log-file ~/logs/rclone_dropbox.log -v --daemon

rclone mount Dbox: ~/Dbox --allow-other --allow-non-empty --use-mmap --timeout 1h --vfs-cache-mode writes --dir-cache-time 5s --fast-list --log-file ~/logs/rclone_dropbox.log -v --daemon
# rclone mount Dbox: ~/Dbox --allow-other --allow-non-empty --use-mmap --timeout 1h --vfs-cache-mode writes --dir-cache-time 5s --fast-list --log-file ~/logs/rclone_dropbox.log -v --daemon


#Rclone web browser
# rclone rcd --rc-web-gui --daemond
2 changes: 1 addition & 1 deletion _rclone/rclone_umount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

diskutil umount ~/Gdrive || umount ~/Gdrive

diskutil umount ~/Dbox || umount ~/Dbox
# diskutil umount ~/Dbox || umount ~/Dbox

0 comments on commit 7c416a0

Please sign in to comment.