Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Updated readme to reflect changes to mount paths
Browse files Browse the repository at this point in the history
  • Loading branch information
masonr authored Jun 29, 2017
1 parent 0c3aa6e commit cc2e4df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ In order to automate the uploading of media and Plex scans, cron jobs can be use
### GDrive Settings
* num_of_gdrives: the number of Google Drive accounts to upload media files to
* drive_names: the name(s) of the Google Drive accounts
* gdrive_mount_paths: where the rclone mount path(s) exist

### Options
* delete_after_upload: denotes if the local media files should be deleted after successful upload
Expand All @@ -110,7 +109,6 @@ In order to automate the uploading of media and Plex scans, cron jobs can be use
## GDrive Settings ##
num_of_gdrives=1
drive_names=('gdrive-main')
gdrive_mount_paths=('/mnt/main')

## Options ##
delete_after_upload=true # true/false
Expand All @@ -136,7 +134,6 @@ enable_movie_uploads=true # true/false
## GDrive Settings ##
num_of_gdrives=2
drive_names=('gdrive-main' 'gdrive-backup')
gdrive_mount_paths=('/mnt/main' '/mnt/backup')

## Options ##
delete_after_upload=true # true/false
Expand Down

0 comments on commit cc2e4df

Please sign in to comment.