Skip to content

Commit 007b7a8

Browse files
authored
Update README.md
1 parent 669dc0d commit 007b7a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,18 @@ Run PlexDrive with GNU screen: `screen -dmS plexdrive PLEXDRIVE_BIN --config=PLE
145145
My suggestions for cronjobs is in the file `cron`.
146146
These should be inserted into `crontab -e`.
147147

148-
- Cron is set up to mount at boot.
148+
- Mount at boot.
149149
- Upload to cloud daily.
150150
- Check to remove local content weekly (this only remove files depending on the option 'space', 'time' or 'instant'*).
151-
- Check every hour if mount folder is up and if not it will unmount and remount (this checks if files exist in mount folder and does not check if rclone or plexdrive service is running)
151+
- Check every hour if mount folder is running and if not it will unmount and remount (this checks if files exist in mount folder and does not check if rclone or plexdrive service is running)
152152

153-
_If you have a small local disk you may change upload to hourly and remove local content to daily or weekly._
153+
_If you have a small local disk you may change upload and remove local content to do it more often._
154154

155-
*_If 'space' is set it will only remove content, starting from the oldest accessed file, if media size has exceeded `remove_files_when_space_exceeds` and will only free up atleast `freeup_atleast`. If 'time' is set it will only remove files older than `remove_files_older_than`. If 'instant' is set it will remove all files when running._
155+
*_If 'space' is set it will only remove content, starting from the oldest accessed file, if media size has exceeded `remove_files_when_space_exceeds`, and will only free up atleast `freeup_atleast`. If 'time' is set it will only remove files older than `remove_files_older_than`. If 'instant' is set it will remove all files when running._
156156

157157
*Media is never deleted locally before being uploaded successfully to the cloud.*
158158

159-
OBS: `mountcheck` is used to check if mount is up. I've had some problems where either Plexdrive or Rclone stops the mount. `mountcheck` will make sure to mount your stuff again if something like this happens. Remember to change the paths inside `mountcheck`.
159+
OBS: `mountcheck` is used to check if mount is up. I've had some problems where either Plexdrive or Rclone stops the mount. `mountcheck` will make sure to mount your stuff again if something like this happens.
160160

161161

162162
# My setup

0 commit comments

Comments
 (0)