-
Notifications
You must be signed in to change notification settings - Fork 0
RClone
Vlad edited this page Sep 13, 2021
·
4 revisions
# Windows
choco install -y rclone
choco install -y winfsp
# Mount folder Windows
rclone mount BoxEncVDS: T:
rclone mount BoxEncVDS: \\cloud\remote
# MAC OS
brew install --cask macfuse
curl https://rclone.org/install.sh | bash
# Mount Folder MAC OS
mkdir -p /tmp/tests
rclone mount BoxEncVDS: /tmp/tests
# Refresh token
rclone config reconnect Box:
# WEB GUI
rclone rcd --rc-web-gui
rclone rcd --rc-web-gui --rc-addr 192.168.10.10:5572
# Docker
sudo docker run --rm -it --volume /root/.config/rclone:/config/rclone rclone/rclone:latest about Box: