MergerFS
MergerFS combines your local folder and Google Drive folder into one seamless directory, thus making it appear that the files are already on GDrive. This makes it possible for plex to index new movies or shows added to your library. Everything you want to appear on GDrive or media you post-process must be saved in[/home/<username>/rclone/gmedia/]
For setting up plex with QB Pro Rclone please read our guide here. Uploading to Google Drive nightly upload at 03:12 AM done by a move script Uploads to Google Drive can also be manually triggered by running qb upload
Upload speed is capped at 8MB/sec to avoid any API bans when exceeding the daily upload limit of 750GB. Moving files to Google Drive will delete the local copy in /gmedia/ and any empty folder, except for the parent i.e /gmedia/Movie/
Installing RClone on QuickBox Pro
- SSH into your server
- Then run
sudo su -
to elevate your permissions. - Now run
qb install rclone <username>
for an unencrypted connection. For an encrypted connection, runqb install rclone <username> encrypted
- Replace
<username>
with your username. In our screenshots, we usedbte
as our username.
Y
to continue with the rest of the installation.
8. You will then be prompted to go to a link that is provided. You will need to copy this, and paste it into your browser to generate a code.
9. Copy that code, and paste it back into your SSH session.
/root/.config/rclone/rclone.conf
As of v2.1.5
the config for RClone can be found at /home/USERNAME/.config/rclone/rclone.conf