# rclone ```bash apt install unzip fuse3 networkd-dispatcher -y ``` ```bash curl https://rclone.org/install.sh | sudo bash ``` ```bash vim /etc/fuse.conf ``` ```bash user_allow_other ``` ```bash vim /etc/networkd-dispatcher/routable.d/rclone.sh ``` ```bash #!/bin/bash echo " Network is up" runuser -l cloud -c '/home/cloud/.startup/rclone' ```