About RClone
Rclone is a command line program to sync files and directories to and from a multitude of hosts.
Website:
https://rclone.org/
RClone Details
RClone
User availability .MU. | |
This is a multi-user application and can be installed by any user within the application grouping. |
Location and Port Information
CLI Usage
Install Location | |
MergerFS mount | /home/${username}/rclone/gmedia/ |
Google Drive | /home/${username}/rclone/gdrive/ |
RClone cache | /home/${username}/rclone/cache/ |
Config Location | /home/${username}/.config/rclone/ |
Nginx Location | N/A |
Service Location | |
MergerFS | /etc/systemd/system/home-${username}-rclone-gmedia.mount |
RClone | /etc/systemd/system/rclone@${username}.service |
Port | N/A |
### INSTALL qb install rclone -u ${username} installs latest stable version of rclone for user qb install rclone -u ${username} -o beta installs latest beta version of rclone for user qb install rclone -u ${username} -o encrypted installs latest stable version of rclone for user with encryption qb install rclone -u ${username} -o encrypted -o beta installs latest beta version of rclone for user with encryption ### UNINSTALL qb remove rclone -u ${username} removes rclone for user ### REINSTALL qb reinstall rclone -u ${username} reinstalls latest stable version of rclone for user qb reinstall rclone -u ${username} -o beta reinstalls latest beta version of rclone for user qb reinstall rclone -u ${username} -o encrypted reinstalls latest stable version of rclone for user with encryption qb reinstall rclone -u ${username} -o encrypted -o beta reinstalls latest beta version of rclone for user with encryption ### UPDATE qb update rclone -u ${username} updates rclone to latest stable version for user qb update rclone -u ${username} -o beta updates rclone to latest beta version for user