RClone
First steps
cd /opt
wget -q https://downloads.rclone.org/rclone-current-linux-amd64.zip
unzip rclone-current-linux-amd64.zip
mv rclone-v{x.yy.zz}-linux-amd64/rclone /opt/zurg-testing/
cd zurg-testing; sudo chmod +x ./rclone
Testing
Test everything manually to make sure it works properly:
./rclone mount zurg: /mnt/zurg --config=/opt/zurg-testing/rclone.conf --log-level=INFO --log-file=/opt/zurg-testing/zurg.log --allow-other --cache-dir=/mnt/cache/ --dir-cache-time=30s
Rclone Service
Put this into /etc/systemd/system/rclone.service
Run systemctl enable rclone
Last updated