Skip to content

Encrypted RClone Union FS & Move

Deiteq edited this page Dec 19, 2017 · 43 revisions

PlexGuide.com Logo

(Maintained By - Deiteq)

Warning! Make sure you run the RClone Pre-Install First. Failing to do so will create lots of problems!

N

Configure RClone config as Root

Note: This bit can be ignored if using plexguide install

sudo su
rclone config

Configuring RClone

May change due to version | Currently for version 1.38

Part 1 of 3

  • N < For New remote
  • gdrive < for the name
  • 9 < For Google Drive (double check the number select incase)
  • Enter Your Google ID
  • Enter Your Google Secret
  • N < for headless machine #### NOTE: if you're on a VM or the actual machine with an interface (GUI), select Y.
  • Enter Your Verification Code
  • Note: If you copy & paste by SELECTING and CLICK the RIGHT Mouse button, it will work; but then you may see it repeat. If so then hold the DEL button to delete the extra crap and then paste into a browser to get the verfication code
  • N < Configure this as a team drive?
  • Y < If asking all is ok?

Part 2 of 3

  • This encrypted mount will be used for the move-en.sh to upload stuff to your Google Drive
  • N < For New remote
  • gcrypt < for the name
  • 6 < For Encrypt/Decrypt (double check the number select in case)
  • gdrive:/encrypt (encrypt being the name of the rclone encrypted folder within your gdrive)
  • 2 < Encrypt standard
  • Y < type your own password (make up a secure one and write it down somewhere safe otherwise use the one from before if you already created it for whichever original encrypted folder you want to use)
  • Y < type your own salt password (make up a different secure one and write it down somewhere safe otherwise use the one from before if you already created it for whichever original encrypted folder you want to use)
  • Should see something like this:
[gcrypt]
remote = gdrive:/encrypt
filename_encryption = standard
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***
  • Y < If asking all is ok?

Part 3 of 3

  • This encrypted mount will be for unionfs-encrypt.service to avoid bans as it will use plexdrive4
  • N < For New remote
  • crypt < for the name
  • 6 < For Encrypt/Decrypt (double check the number select incase)
  • /mnt/plexdrive4/encrypt (encrypt being the name of the rclone encrypted folder within your gdrive)
  • 2 < Encrypt standard
  • Y < type your own password (use the same password as above for gcrypt)
  • Y < type your own salt password (use the same SALT password as above for gcrypt)
  • Should see something like this:
[crypt]
remote = /mnt/plexdrive4/encrypt
filename_encryption = standard
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***
  • Y < If asking all is ok?
  • Q < to quit

Installing PlexGuide

  1. PlexGuide Install Information

Preplanning & Information

  1. PG Folder Structure

Domain and Port Control

  1. CloudFlare Tunnel

Primary Applications

  1. Plex

Useful Links

  1. PG YouTube Channel
Clone this wiki locally