Rclone doesnt mount. Or mounts once and then does not rem

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.

What is the problem you are having with rclone?

Rclone does not mount. Or if I make a new mount in config file it mounts one time then can't get it again. So if I make a new mount and a new app for dropbox I can mount one time. But even the union mount which is the command I have here will not mount which does not even require any of that.

Run the command 'rclone version' and share the full output of the command.

Which cloud storage system are you using? (eg Google Drive)

Dropbox

The command you were trying to run (eg rclone copy /tmp remote:tmp)

screen -dm rclone mount --dir-cache-time 9999h --vfs-cache-mode full --vfs-cache-max-age 9999h --vfs-cache-max-size 10G Dropbox:/ ~/mountedfolder

Then the other non union mount I have tried is this.

screen -dm rclone mount --dir-cache-time 9999h --vfs-cache-mode full --vfs-cache-max-age 9999h --vfs-cache-max-size 10G Dropbox_1:/ ~/mountedfolder1

The rclone config contents with secrets removed.

- type: union
- upstreams: Dropbox_1:/Plex Dropbox_1:/Plex-Personal

Option upstreams.
List of space separated upstreams.
Can be 'upstreama:test/dir upstreamb:', '"upstreama:test/space:ro dir" upstreamb:', etc.
Enter a string value. Press Enter for the default (Dropbox_1:/Plex Dropbox_1:/Plex-Personal).
upstreams> 

My other mount is this

- type: dropbox
- client_secret: 
- client_id: rbc02rd0t73neno
- token: {"access_token":"sl.Bkctd-cHUDwdjiO9RBYFV-ExNZZKL5zdef0OVJQ-vaS1nXbDN2Jgr_MwI_8BxRoWd72gRqKuzSVX8u3ow4DCNhC17OU9zcl8_dW9_NMXJqSvv2KFU4RJBRfYqeKPc90e1Chqh6VV","token_type":"bearer","refresh_token":"yvds2cmjmHgAAAAAAAAAAWmkLNVwfe_0N0V3GplD6lcUHQE-QTjktFnT7M9bzSOC","expiry":"2023-08-20T08:27:57.597976424Z"}

A log from the command with the -vv flag

2023/08/20 04:44:59 DEBUG : rclone: Version "v1.63.1-DEV" starting with parameters ["rclone" "mount" "--dir-cache-time" "9999h" "--vfs-cache-mode" "full" "--vfs-cache-max-age" "9999h" "--vfs-cache-max-size" "10G" "Dropbox:/" "/home/ilovemymac/mountedfolder" "-vv"]
2023/08/20 04:44:59 DEBUG : Creating backend with remote "Dropbox:/"
2023/08/20 04:44:59 DEBUG : Using config file from "/home/ilovemymac/.config/rclone/rclone.conf"
2023/08/20 04:44:59 DEBUG : Creating backend with remote "Dropbox_1:/Plex-Personal"
2023/08/20 04:44:59 DEBUG : Creating backend with remote "Dropbox_1:/Plex"
2023/08/20 04:44:59 DEBUG : Dropbox root '': Using root namespace "2790387601"
2023/08/20 04:44:59 DEBUG : Dropbox root '': Using root namespace "2790387601"
2023/08/20 04:44:59 DEBUG : fs cache: renaming cache item "Dropbox_1:/Plex" to be canonical "Dropbox_1:Plex"
2023/08/20 04:44:59 DEBUG : fs cache: switching user supplied name "Dropbox_1:/Plex" for canonical name "Dropbox_1:Plex"
2023/08/20 04:45:00 DEBUG : fs cache: renaming cache item "Dropbox_1:/Plex-Personal" to be canonical "Dropbox_1:Plex-Personal"
2023/08/20 04:45:00 DEBUG : fs cache: switching user supplied name "Dropbox_1:/Plex-Personal" for canonical name "Dropbox_1:Plex-Personal"
2023/08/20 04:45:00 DEBUG : union root '': actionPolicy = *policy.EpAll, createPolicy = *policy.EpMfs, searchPolicy = *policy.FF
2023/08/20 04:45:00 DEBUG : fs cache: renaming cache item "Dropbox:/" to be canonical "Dropbox:"
2023/08/20 04:45:00 DEBUG : vfs cache: root is "/home/ilovemymac/.cache/rclone"
2023/08/20 04:45:00 DEBUG : vfs cache: data root is "/home/ilovemymac/.cache/rclone/vfs/Dropbox"
2023/08/20 04:45:00 DEBUG : vfs cache: metadata root is "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox"
2023/08/20 04:45:00 DEBUG : Creating backend with remote "/home/ilovemymac/.cache/rclone/vfs/Dropbox/"
2023/08/20 04:45:00 DEBUG : fs cache: renaming cache item "/home/ilovemymac/.cache/rclone/vfs/Dropbox/" to be canonical "/home/ilovemymac/.cache/rclone/vfs/Dropbox"
2023/08/20 04:45:00 DEBUG : Creating backend with remote "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox/"
2023/08/20 04:45:00 DEBUG : fs cache: renaming cache item "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox/" to be canonical "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox"
2023/08/20 04:45:00 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E01.1080p.WEBDL.h264-WELP.nfo: vfs cache: truncate to size=2393 (not needed as size correct)
2023/08/20 04:45:00 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E01.1080p.WEBDL.h264-WELP.nfo: vfs cache: setting modification time to 2023-08-16 06:50:15.28750639 +0000 UTC
2023/08/20 04:45:00 INFO  : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E01.1080p.WEBDL.h264-WELP.nfo: vfs cache: queuing for upload in 5s
2023/08/20 04:45:03 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01: Added virtual directory entry vAddFile: "#FreeRayshawn.S01E01.1080p.WEBDL.h264-WELP.nfo"
2023/08/20 04:45:03 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E02.1080p.WEBDL.h264-WELP.nfo: vfs cache: truncate to size=2238 (not needed as size correct)
2023/08/20 04:45:03 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E02.1080p.WEBDL.h264-WELP.nfo: vfs cache: setting modification time to 2023-08-16 06:50:16.643285204 +0000 UTC
2023/08/20 04:45:03 INFO  : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E02.1080p.WEBDL.h264-WELP.nfo: vfs cache: queuing for upload in 5s
2023/08/20 04:45:03 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01: Added virtual directory entry vAddFile: "#FreeRayshawn.S01E02.1080p.WEBDL.h264-WELP.nfo"
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E03.1080p.WEBDL.h264-WELP.nfo: vfs cache: truncate to size=2299 (not needed as size correct)
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E03.1080p.WEBDL.h264-WELP.nfo: vfs cache: setting modification time to 2023-08-16 06:50:18.022407861 +0000 UTC
2023/08/20 04:45:04 INFO  : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E03.1080p.WEBDL.h264-WELP.nfo: vfs cache: queuing for upload in 5s
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01: Added virtual directory entry vAddFile: "#FreeRayshawn.S01E03.1080p.WEBDL.h264-WELP.nfo"
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E04.1080p.WEBDL.h264-WELP.nfo: vfs cache: truncate to size=2260 (not needed as size correct)
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E04.1080p.WEBDL.h264-WELP.nfo: vfs cache: setting modification time to 2023-08-16 06:50:19.515031369 +0000 UTC
2023/08/20 04:45:04 INFO  : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E04.1080p.WEBDL.h264-WELP.nfo: vfs cache: queuing for upload in 5s
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01: Added virtual directory entry vAddFile: "#FreeRayshawn.S01E04.1080p.WEBDL.h264-WELP.nfo"
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E05.1080p.WEBDL.h264-WELP.nfo: vfs cache: truncate to size=2243 (not needed as size correct)
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E05.1080p.WEBDL.h264-WELP.nfo: vfs cache: setting modification time to 2023-08-16 06:50:20.930267907 +0000 UTC
2023/08/20 04:45:04 INFO  : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E05.1080p.WEBDL.h264-WELP.nfo: vfs cache: queuing for upload in 5s
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01: Added virtual directory entry vAddFile: "#FreeRayshawn.S01E05.1080p.WEBDL.h264-WELP.nfo"
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E06.1080p.WEBDL.h264-WELP.nfo: vfs cache: truncate to size=2318 (not needed as size correct)
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E06.1080p.WEBDL.h264-WELP.nfo: vfs cache: setting modification time to 2023-08-16 06:50:22.019146116 +0000 UTC
2023/08/20 04:45:04 INFO  : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E06.1080p.WEBDL.h264-WELP.nfo: vfs cache: queuing for upload in 5s
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01: Added virtual directory entry vAddFile: "#FreeRayshawn.S01E06.1080p.WEBDL.h264-WELP.nfo"
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E07.1080p.WEBDL.h264-WELP.nfo: vfs cache: truncate to size=2290 (not needed as size correct)
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E07.1080p.WEBDL.h264-WELP.nfo: vfs cache: setting modification time to 2023-08-16 06:50:23.135463601 +0000 UTC
2023/08/20 04:45:04 INFO  : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E07.1080p.WEBDL.h264-WELP.nfo: vfs cache: queuing for upload in 5s
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01: Added virtual directory entry vAddFile: "#FreeRayshawn.S01E07.1080p.WEBDL.h264-WELP.nfo"
2023/08/20 04:45:04 DEBUG : Media/TV/TV/#FreeRayshawn/Season 01/#FreeRayshawn.S01E08.1080p.WEBDL.h264-WELP.nfo: vfs cache: truncate to size=2299 (not needed as size correct)

post content of your rclone.config file. To do it run:

rclone config show

remove any confidential data before posting.

[Dropbox_1]
type = dropbox
client_secret =
client_id = r
token = {"access_token":""}

[Dropbox_2]
type = dropbox
client_id = 
client_secret = s
token = {"access_token":""}

[Dropbox]
type = union
upstreams = Dropbox_1:/Plex Dropbox_1:/Plex-Personal

[Dropbox4]
type = dropbox
client_id = 
client_secret = 
token = {"access_token":"Z"}

Now as this description at least for me is totally not clear post command which does not work with full debug log (-vv).

Once a mount has been used and if I have to reboot my server I can not seem to use it again.
SO I have to make a totally new mount. A new app in dropbox and new info and then it mounts. But again if I have to reboot and I lose my mount it will not mount again.

rclone-2.log (3.8 MB)
Here is the debug log from yesterday

This logfile shows fully working mount. Not clear at all what the issue is.

When I run the mount command it comes back blank like when nothing is mounted. Weird

df -h | grep

Not sure what this is. If you have problem with mount command run it with -vv and post output here.

This is so you can view your paths that are currently mounted: df -h | grep

2023/08/20 14:48:17 DEBUG : rclone: Version "v1.63.1-DEV" starting with parameters ["rclone" "mount" "--dir-cache-time" "9999h" "--vfs-cache-mode" "full" "--vfs-cache-max-age" "9999h" "--vfs-cache-max-size" "10G" "Dropbox_2:/" "/home/ilovemymac/mountedfolder2" "-vv"]
2023/08/20 14:48:17 DEBUG : Creating backend with remote "Dropbox_2:/"
2023/08/20 14:48:17 DEBUG : Using config file from "/home/ilovemymac/.config/rclone/rclone.conf"
2023/08/20 14:48:17 DEBUG : Dropbox_2: Loaded invalid token from config file - ignoring
2023/08/20 14:48:17 DEBUG : Saving config "token" in section "Dropbox_2" of the config file
2023/08/20 14:48:17 DEBUG : Keeping previous permissions for config file: -rw-r-----
2023/08/20 14:48:17 DEBUG : Dropbox_2: Saved new token in config file
2023/08/20 14:48:18 DEBUG : Dropbox root '': Using root namespace "2790387601"
2023/08/20 14:48:18 DEBUG : fs cache: renaming cache item "Dropbox_2:/" to be canonical "Dropbox_2:"
2023/08/20 14:48:18 DEBUG : vfs cache: root is "/home/ilovemymac/.cache/rclone"
2023/08/20 14:48:18 DEBUG : vfs cache: data root is "/home/ilovemymac/.cache/rclone/vfs/Dropbox_2"
2023/08/20 14:48:18 DEBUG : vfs cache: metadata root is "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox_2"
2023/08/20 14:48:18 DEBUG : Creating backend with remote "/home/ilovemymac/.cache/rclone/vfs/Dropbox_2/"
2023/08/20 14:48:18 DEBUG : fs cache: renaming cache item "/home/ilovemymac/.cache/rclone/vfs/Dropbox_2/" to be canonical "/home/ilovemymac/.cache/rclone/vfs/Dropbox_2"
2023/08/20 14:48:18 DEBUG : Creating backend with remote "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox_2/"
2023/08/20 14:48:18 DEBUG : fs cache: renaming cache item "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox_2/" to be canonical "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox_2"
2023/08/20 14:48:18 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: vfs cache: truncate to size=4447 (not needed as size correct)
2023/08/20 14:48:18 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: vfs cache: setting modification time to 2023-08-16 23:35:57.8243667 +0000 UTC
2023/08/20 14:48:18 INFO  : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:21 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]: Added virtual directory entry vAddFile: "Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo"
2023/08/20 14:48:21 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo: vfs cache: truncate to size=6114 (not needed as size correct)
2023/08/20 14:48:21 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo: vfs cache: setting modification time to 2023-08-18 00:58:27.496638797 +0000 UTC
2023/08/20 14:48:21 INFO  : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:21 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]: Added virtual directory entry vAddFile: "Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo"
2023/08/20 14:48:21 DEBUG : Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo: vfs cache: truncate to size=6661 (not needed as size correct)
2023/08/20 14:48:21 DEBUG : Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo: vfs cache: setting modification time to 2023-08-16 05:20:06.494107392 +0000 UTC
2023/08/20 14:48:21 INFO  : Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:23 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: vfs cache: starting upload
2023/08/20 14:48:24 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: Uploading chunk 1/1
2023/08/20 14:48:24 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: Uploading chunk 2/1
2023/08/20 14:48:24 DEBUG : Plex/Media/TV/TV/61st Street (2022)/Season 02: Added virtual directory entry vAddFile: "61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo"
2023/08/20 14:48:24 DEBUG : Dropbox root '': Adding "/Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo" to batch
2023/08/20 14:48:24 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: truncate to size=7062 (not needed as size correct)
2023/08/20 14:48:24 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: setting modification time to 2023-08-16 00:00:03.858737635 +0000 UTC
2023/08/20 14:48:24 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:25 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo"
2023/08/20 14:48:25 DEBUG : Dropbox root '': Batch idle for 500ms so committing
2023/08/20 14:48:25 DEBUG : Dropbox root '': Committing sync batch length 1 starting with: /Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo
2023/08/20 14:48:25 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: truncate to size=7192 (not needed as size correct)
2023/08/20 14:48:25 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: setting modification time to 2023-08-16 01:19:59.192571072 +0000 UTC
2023/08/20 14:48:25 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:25 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo"
2023/08/20 14:48:25 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E03.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: truncate to size=8297 (not needed as size correct)
2023/08/20 14:48:25 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E03.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: setting modification time to 2023-08-16 01:27:57.139727776 +0000 UTC
2023/08/20 14:48:25 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E03.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:25 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E03.1080p.WEB-DL.h264.EAC3.5.1.nfo"
2023/08/20 14:48:25 ERROR : Dropbox root '': sync batch commit: failed to commit batch length 1: batch had 1 errors: last error: path/no_write_permission
2023/08/20 14:48:25 ERROR : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: Failed to copy: upload failed: batch upload failed: path/no_write_permission
2023/08/20 14:48:25 ERROR : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: vfs cache: failed to upload try #1, will retry in 10s: vfs cache: failed to transfer file from cache to remote: upload failed: batch upload failed: path/no_write_permission
2023/08/20 14:48:25 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E04.Worst.Day.Ever.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-NTb.nfo: vfs cache: truncate to size=8710 (not needed as size correct)
2023/08/20 14:48:25 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E04.Worst.Day.Ever.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-NTb.nfo: vfs cache: setting modification time to 2023-08-16 01:28:38.338748773 +0000 UTC
2023/08/20 14:48:25 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E04.Worst.Day.Ever.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-NTb.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:25 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E04.Worst.Day.Ever.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-NTb.nfo"
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E05.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: truncate to size=7855 (not needed as size correct)
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E05.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: setting modification time to 2023-08-16 01:43:49.182133693 +0000 UTC
2023/08/20 14:48:26 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E05.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E05.1080p.WEB-DL.h264.EAC3.5.1.nfo"
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E06.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: truncate to size=6296 (not needed as size correct)
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E06.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: setting modification time to 2023-08-16 01:44:40.536965279 +0000 UTC
2023/08/20 14:48:26 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E06.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E06.1080p.WEB-DL.h264.EAC3.5.1.nfo"
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E07.Full.Moon.Creepy.AF.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: truncate to size=6097 (not needed as size correct)
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E07.Full.Moon.Creepy.AF.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: setting modification time to 2023-08-16 01:45:30.751969083 +0000 UTC
2023/08/20 14:48:26 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E07.Full.Moon.Creepy.AF.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E07.Full.Moon.Creepy.AF.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo"
2023/08/20 14:48:26 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo: vfs cache: starting upload
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E08.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: truncate to size=7214 (not needed as size correct)
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E08.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: setting modification time to 2023-08-16 01:56:41.502743713 +0000 UTC
2023/08/20 14:48:26 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E08.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E08.1080p.WEB-DL.h264.EAC3.5.1.nfo"
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo: vfs cache: starting upload
2023/08/20 14:48:26 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo: Uploading chunk 1/1
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E09.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: truncate to size=5490 (not needed as size correct)
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E09.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: setting modification time to 2023-08-16 02:07:42.061312441 +0000 UTC
2023/08/20 14:48:26 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E09.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:26 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E09.1080p.WEB-DL.h264.EAC3.5.1.nfo"
2023/08/20 14:48:27 DEBUG : Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo: Uploading chunk 1/1
2023/08/20 14:48:27 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E10.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: truncate to size=6548 (not needed as size correct)
2023/08/20 14:48:27 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E10.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: setting modification time to 2023-08-16 02:08:13.437301123 +0000 UTC
2023/08/20 14:48:27 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E10.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:27 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E10.1080p.WEB-DL.h264.EAC3.5.1.nfo"
2023/08/20 14:48:27 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo: Uploading chunk 2/1
2023/08/20 14:48:27 DEBUG : Plex/Media/TV/TV/9-1-1/Season 02/9-1-1.S02E01.Under.Pressure.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: truncate to size=6151 (not needed as size correct)
2023/08/20 14:48:27 DEBUG : Plex/Media/TV/TV/9-1-1/Season 02/9-1-1.S02E01.Under.Pressure.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: setting modification time to 2023-08-16 02:08:22.008396376 +0000 UTC
2023/08/20 14:48:27 INFO  : Plex/Media/TV/TV/9-1-1/Season 02/9-1-1.S02E01.Under.Pressure.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:27 DEBUG : Plex/Media/TV/TV/9-1-1/Season 02: Added virtual directory entry vAddFile: "9-1-1.S02E01.Under.Pressure.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo"
2023/08/20 14:48:27 DEBUG : Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo: Uploading chunk 2/1
2023/08/20 14:48:27 DEBUG : Dropbox root '': Adding "/Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo" to batch
2023/08/20 14:48:27 DEBUG : Plex/Media/TV/TV/All The Queen’s Men (2021)/Season 03/All.the.Queens.Men.S03E04.1080p.WEB-DL.h264.EAC3.2.0-DiMEPiECE.nfo: vfs cache: truncate to size=3706 (not needed as size correct)
2023/08/20 14:48:27 DEBUG : Plex/Media/TV/TV/All The Queen’s Men (2021)/Season 03/All.the.Queens.Men.S03E04.1080p.WEB-DL.h264.EAC3.2.0-DiMEPiECE.nfo: vfs cache: setting modification time to 2023-08-16 05:20:21.358850577 +0000 UTC
2023/08/20 14:48:27 INFO  : Plex/Media/TV/TV/All The Queen’s Men (2021)/Season 03/All.the.Queens.Men.S03E04.1080p.WEB-DL.h264.EAC3.2.0-DiMEPiECE.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:27 DEBUG : Dropbox root '': Adding "/Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo" to batch
2023/08/20 14:48:27 DEBUG : Plex/Media/TV/TV/All The Queen’s Men (2021)/Season 03: Added virtual directory entry vAddFile: "All.the.Queens.Men.S03E04.1080p.WEB-DL.h264.EAC3.2.0-DiMEPiECE.nfo"
2023/08/20 14:48:28 DEBUG : Plex/Media/TV/TV/Almost Paradise/Season 01/Almost.Paradise.S01E10.AMZN.1080p.WEBDL.h264-NTB.nfo: vfs cache: truncate to size=4131 (not needed as size correct)
2023/08/20 14:48:28 DEBUG : Plex/Media/TV/TV/Almost Paradise/Season 01/Almost.Paradise.S01E10.AMZN.1080p.WEBDL.h264-NTB.nfo: vfs cache: setting modification time to 2023-08-16 01:00:34.152707012 +0000 UTC
2023/08/20 14:48:28 INFO  : Plex/Media/TV/TV/Almost Paradise/Season 01/Almost.Paradise.S01E10.AMZN.1080p.WEBDL.h264-NTB.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:28 DEBUG : Dropbox root '': Batch idle for 500ms so committing
2023/08/20 14:48:28 DEBUG : Dropbox root '': Committing sync batch length 2 starting with: /Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo
2023/08/20 14:48:28 DEBUG : Plex/Media/TV/TV/Almost Paradise/Season 01: Added virtual directory entry vAddFile: "Almost.Paradise.S01E10.AMZN.1080p.WEBDL.h264-NTB.nfo"
2023/08/20 14:48:28 DEBUG : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02/And.Just.Like.That.S02E08.1080p.WEB-DL.h264.EAC3.5.1-EDITH.nfo: vfs cache: truncate to size=7468 (not needed as size correct)
2023/08/20 14:48:28 DEBUG : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02/And.Just.Like.That.S02E08.1080p.WEB-DL.h264.EAC3.5.1-EDITH.nfo: vfs cache: setting modification time to 2023-08-16 05:20:38.263495791 +0000 UTC
2023/08/20 14:48:28 INFO  : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02/And.Just.Like.That.S02E08.1080p.WEB-DL.h264.EAC3.5.1-EDITH.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:29 ERROR : Dropbox root '': sync batch commit: failed to commit batch length 2: batch had 2 errors: last error: path/no_write_permission
2023/08/20 14:48:29 ERROR : Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo: Failed to copy: upload failed: batch upload failed: path/no_write_permission
2023/08/20 14:48:29 ERROR : Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo: vfs cache: failed to upload try #1, will retry in 10s: vfs cache: failed to transfer file from cache to remote: upload failed: batch upload failed: path/no_write_permission
2023/08/20 14:48:29 ERROR : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo: Failed to copy: upload failed: batch upload failed: path/no_write_permission
2023/08/20 14:48:29 ERROR : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo: vfs cache: failed to upload try #1, will retry in 10s: vfs cache: failed to transfer file from cache to remote: upload failed: batch upload failed: path/no_write_permission
2023/08/20 14:48:29 DEBUG : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02: Added virtual directory entry vAddFile: "And.Just.Like.That.S02E08.1080p.WEB-DL.h264.EAC3.5.1-EDITH.nfo"
2023/08/20 14:48:29 DEBUG : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02/And.Just.Like.That.S02E08.HMAX.1080p.WEB-DL.x264.EAC3.Atmos.5.1-NTb.nfo: vfs cache: truncate to size=9611 (not needed as size correct)
2023/08/20 14:48:29 DEBUG : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02/And.Just.Like.That.S02E08.HMAX.1080p.WEB-DL.x264.EAC3.Atmos.5.1-NTb.nfo: vfs cache: setting modification time to 2023-08-16 05:20:40.291342311 +0000 UTC
2023/08/20 14:48:29 INFO  : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02/And.Just.Like.That.S02E08.HMAX.1080p.WEB-DL.x264.EAC3.Atmos.5.1-NTb.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:29 DEBUG : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02: Added virtual directory entry vAddFile: "And.Just.Like.That.S02E08.HMAX.1080p.WEB-DL.x264.EAC3.Atmos.5.1-NTb.nfo"
2023/08/20 14:48:29 DEBUG : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02/And.Just.Like.That.S02E09.HMAX.1080p.WEB-DL.x264.EAC3.Atmos.5.1-NTb.nfo: vfs cache: truncate to size=10094 (not needed as size correct)
2023/08/20 14:48:29 DEBUG : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02/And.Just.Like.That.S02E09.HMAX.1080p.WEB-DL.x264.EAC3.Atmos.5.1-NTb.nfo: vfs cache: setting modification time to 2023-08-16 05:20:42.351163749 +0000 UTC
2023/08/20 14:48:29 INFO  : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02/And.Just.Like.That.S02E09.HMAX.1080p.WEB-DL.x264.EAC3.Atmos.5.1-NTb.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:29 DEBUG : Plex/Media/TV/TV/And Just Like That. (2021)/Season 02: Added virtual directory entry vAddFile: "And.Just.Like.That.S02E09.HMAX.1080p.WEB-DL.x264.EAC3.Atmos.5.1-NTb.nfo"
2023/08/20 14:48:29 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 01/Annika.2021.S01E01.AMZN.1080p.WEB-DL.h264-SMURF.nfo: vfs cache: truncate to size=4386 (not needed as size correct)
2023/08/20 14:48:29 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 01/Annika.2021.S01E01.AMZN.1080p.WEB-DL.h264-SMURF.nfo: vfs cache: setting modification time to 2023-08-17 02:33:08.147129122 +0000 UTC
2023/08/20 14:48:29 INFO  : Plex/Media/TV/TV/Annika (2021)/Season 01/Annika.2021.S01E01.AMZN.1080p.WEB-DL.h264-SMURF.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:29 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: starting upload
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 01: Added virtual directory entry vAddFile: "Annika.2021.S01E01.AMZN.1080p.WEB-DL.h264-SMURF.nfo"
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: Uploading chunk 1/1
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 02/Annika.2021.S02E01.1080p.WEB-DL.h264.AAC.2.0.nfo: vfs cache: truncate to size=3909 (not needed as size correct)
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 02/Annika.2021.S02E01.1080p.WEB-DL.h264.AAC.2.0.nfo: vfs cache: setting modification time to 2023-08-16 05:20:46.951097129 +0000 UTC
2023/08/20 14:48:30 INFO  : Plex/Media/TV/TV/Annika (2021)/Season 02/Annika.2021.S02E01.1080p.WEB-DL.h264.AAC.2.0.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 02: Added virtual directory entry vAddFile: "Annika.2021.S02E01.1080p.WEB-DL.h264.AAC.2.0.nfo"
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: starting upload
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: Uploading chunk 2/1
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 02/Annika.2021.S02E01.720p.WEB-DL.x264.AAC.2.0-W4N70Ks.nfo: vfs cache: truncate to size=3907 (not needed as size correct)
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 02/Annika.2021.S02E01.720p.WEB-DL.x264.AAC.2.0-W4N70Ks.nfo: vfs cache: setting modification time to 2023-08-16 05:20:49.666185772 +0000 UTC
2023/08/20 14:48:30 INFO  : Plex/Media/TV/TV/Annika (2021)/Season 02/Annika.2021.S02E01.720p.WEB-DL.x264.AAC.2.0-W4N70Ks.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 02: Added virtual directory entry vAddFile: "Annika.2021.S02E01.720p.WEB-DL.x264.AAC.2.0-W4N70Ks.nfo"
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E03.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: starting upload
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo: Uploading chunk 1/1
2023/08/20 14:48:30 DEBUG : Dropbox root '': Adding "/Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo" to batch
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 02/season.nfo: vfs cache: truncate to size=501 (not needed as size correct)
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 02/season.nfo: vfs cache: setting modification time to 2023-08-16 05:20:43.710149435 +0000 UTC
2023/08/20 14:48:30 INFO  : Plex/Media/TV/TV/Annika (2021)/Season 02/season.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/Annika (2021)/Season 02: Added virtual directory entry vAddFile: "season.nfo"
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E04.Worst.Day.Ever.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-NTb.nfo: vfs cache: starting upload
2023/08/20 14:48:30 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E03.1080p.WEB-DL.h264.EAC3.5.1.nfo: Uploading chunk 1/1
2023/08/20 14:48:31 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E04.Worst.Day.Ever.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-NTb.nfo: Uploading chunk 1/1
2023/08/20 14:48:31 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E05.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: delaying writeback as --transfers exceeded
2023/08/20 14:48:31 DEBUG : Plex/Media/TV/TV/Average Joe (2023) [imdb-tt18070984]/Season 01/Average.Joe.2023.S01E08.AMZN.1080p.WEB-DL.h264.EAC3.2.0-WhiteHat.nfo: vfs cache: truncate to size=4174 (not needed as size correct)
2023/08/20 14:48:31 DEBUG : Plex/Media/TV/TV/Average Joe (2023) [imdb-tt18070984]/Season 01/Average.Joe.2023.S01E08.AMZN.1080p.WEB-DL.h264.EAC3.2.0-WhiteHat.nfo: vfs cache: setting modification time to 2023-08-16 05:20:53.107315257 +0000 UTC
2023/08/20 14:48:31 INFO  : Plex/Media/TV/TV/Average Joe (2023) [imdb-tt18070984]/Season 01/Average.Joe.2023.S01E08.AMZN.1080p.WEB-DL.h264.EAC3.2.0-WhiteHat.nfo: vfs cache: queuing for upload in 5s
2023/08/20 14:48:31 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E05.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: delaying writeback as --transfers exceeded
2023/08/20 14:48:31 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo: Uploading chunk 2/1
2023/08/20 14:48:31 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E03.1080p.WEB-DL.h264.EAC3.5.1.nfo: Uploading chunk 2/1
2023/08/20 14:48:31 DEBUG : Dropbox root '': Batch idle for 500ms so committing
2023/08/20 14:48:31 DEBUG : Dropbox root '': Committing sync batch length 1 starting with: /Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo
2023/08/20 14:48:31 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E04.Worst.Day.Ever.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-NTb.nfo: Uploading chunk 2/1
2023/08/20 14:48:31 DEBUG : Plex/Media/TV/TV/Average Joe (2023) [imdb-tt18070984]/Season 01: Added virtual directory entry vAddFile: "Average.Joe.2023.S01E08.AMZN.1080p.WEB-DL.h264.EAC3.2.0-WhiteHat.nfo"
2023/08/20 14:48:31 DEBUG : Dropbox root '': Adding "/Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo" to batch
2023/08/20 14:48:31 DEBUG : Plex/Media/TV/TV/Average Joe (2023) [imdb-tt18070984]/Season 01/Average.Joe.2023.S01E09.AMZN.1080p.WEB-DL.h264.EAC3.2.0-WhiteHat.nfo: vfs cache: truncate to size=3853 (not needed as size correct)
2023/08/20 14:48:31 DEBUG : Plex/Media/TV/TV/Average Joe (2023) [imdb-tt18070984]/Season 01/Average.Joe.2023.S01E09.AMZN.1080p.WEB-DL.h264.EAC3.2.0-WhiteHat.nfo: vfs cache: setting modification time to 2023-08-16 05:20:55.586880702 +0000 UTC


In your logfile earlier you mount remote called Dropbox2:/ which is not even present in your rclone config.

Now you are mounting different remote called Dropbox_2:/

And all looks ok.

You have to describe and document step by step what you are doing and what the issue is. Then maybe somebody can help.

Like I said, the problem is, it doesn’t mount. I had dropbox2 but then I deleted it because it wouldn’t mount after that one time. The dropbox_2 is that mountain. I don’t know what else to say it’s not there. When I go and pull up any mounts. Using rclone it’s not there. But if I go make a new one and I mount, it will be available within a minute.

capture some logs when things do not mount - what is the point of posting stuff that works?

Nobody can see what you are doing and how your system is configured. Unless you post some information showing problem nobody can help I am afraid.

I just did send a log file above. That mount is still not mounted.
I do not see this mount I can see my other mount the union dropbox. But it took 3 hours to mount.
This one I tried earlier see post above and here and it looks like its mounting but yet it does not show up on my server or in my rclone mounts

 rclone mount --dir-cache-time 9999h --vfs-cache-mode full --vfs-cache-max-age 9999h --vfs-cache-max-size 10G Dropbox_2:/ ~/mountedfolder2 -vv
2023/08/20 17:55:06 DEBUG : rclone: Version "v1.63.1-DEV" starting with parameters ["rclone" "mount" "--dir-cache-time" "9999h" "--vfs-cache-mode" "full" "--vfs-cache-max-age" "9999h" "--vfs-cache-max-size" "10G" "Dropbox_2:/" "/home/ilovemymac/mountedfolder2" "-vv"]
2023/08/20 17:55:06 DEBUG : Creating backend with remote "Dropbox_2:/"
2023/08/20 17:55:06 DEBUG : Using config file from "/home/ilovemymac/.config/rclone/rclone.conf"
2023/08/20 17:55:07 DEBUG : Dropbox root '': Using root namespace "2790387601"
2023/08/20 17:55:07 DEBUG : fs cache: renaming cache item "Dropbox_2:/" to be canonical "Dropbox_2:"
2023/08/20 17:55:07 DEBUG : vfs cache: root is "/home/ilovemymac/.cache/rclone"
2023/08/20 17:55:07 DEBUG : vfs cache: data root is "/home/ilovemymac/.cache/rclone/vfs/Dropbox_2"
2023/08/20 17:55:07 DEBUG : vfs cache: metadata root is "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox_2"
2023/08/20 17:55:07 DEBUG : Creating backend with remote "/home/ilovemymac/.cache/rclone/vfs/Dropbox_2/"
2023/08/20 17:55:07 DEBUG : fs cache: renaming cache item "/home/ilovemymac/.cache/rclone/vfs/Dropbox_2/" to be canonical "/home/ilovemymac/.cache/rclone/vfs/Dropbox_2"
2023/08/20 17:55:07 DEBUG : Creating backend with remote "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox_2/"
2023/08/20 17:55:07 DEBUG : fs cache: renaming cache item "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox_2/" to be canonical "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox_2"
2023/08/20 17:55:07 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: vfs cache: truncate to size=4447 (not needed as size correct)
2023/08/20 17:55:07 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: vfs cache: setting modification time to 2023-08-16 23:35:57.8243667 +0000 UTC
2023/08/20 17:55:07 INFO  : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: vfs cache: queuing for upload in 5s
2023/08/20 17:55:09 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]: Added virtual directory entry vAddFile: "Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo"
2023/08/20 17:55:09 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo: vfs cache: truncate to size=6114 (not needed as size correct)
2023/08/20 17:55:09 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo: vfs cache: setting modification time to 2023-08-18 00:58:27.496638797 +0000 UTC
2023/08/20 17:55:09 INFO  : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo: vfs cache: queuing for upload in 5s
2023/08/20 17:55:09 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]: Added virtual directory entry vAddFile: "Elemental.2023.MA.1080p.WEB-DL.EAC3.Atmos.5.1.x264-FLUX.nfo"
2023/08/20 17:55:10 DEBUG : Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo: vfs cache: truncate to size=6661 (not needed as size correct)
2023/08/20 17:55:10 DEBUG : Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo: vfs cache: setting modification time to 2023-08-16 05:20:06.494107392 +0000 UTC
2023/08/20 17:55:10 INFO  : Plex/Media/TV/TV/61st Street (2022)/Season 02/61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo: vfs cache: queuing for upload in 5s
2023/08/20 17:55:12 DEBUG : Plex/Media/TV/TV/61st Street (2022)/Season 02: Added virtual directory entry vAddFile: "61st.Street.S02E06.1080p.WEB-DL.h264.EAC3.5.1-HiggsBoson.nfo"
2023/08/20 17:55:12 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: truncate to size=7062 (not needed as size correct)
2023/08/20 17:55:12 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: setting modification time to 2023-08-16 00:00:03.858737635 +0000 UTC
2023/08/20 17:55:12 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo: vfs cache: queuing for upload in 5s
2023/08/20 17:55:12 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: vfs cache: starting upload
2023/08/20 17:55:12 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E01.Pilot.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nfo"
2023/08/20 17:55:12 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: truncate to size=7192 (not needed as size correct)
2023/08/20 17:55:12 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: setting modification time to 2023-08-16 01:19:59.192571072 +0000 UTC
2023/08/20 17:55:12 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: queuing for upload in 5s
2023/08/20 17:55:12 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E02.1080p.WEB-DL.h264.EAC3.5.1.nfo"
2023/08/20 17:55:13 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: Uploading chunk 1/1
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E03.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: truncate to size=8297 (not needed as size correct)
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E03.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: setting modification time to 2023-08-16 01:27:57.139727776 +0000 UTC
2023/08/20 17:55:13 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E03.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: queuing for upload in 5s
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E03.1080p.WEB-DL.h264.EAC3.5.1.nfo"
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E04.Worst.Day.Ever.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-NTb.nfo: vfs cache: truncate to size=8710 (not needed as size correct)
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E04.Worst.Day.Ever.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-NTb.nfo: vfs cache: setting modification time to 2023-08-16 01:28:38.338748773 +0000 UTC
2023/08/20 17:55:13 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E04.Worst.Day.Ever.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-NTb.nfo: vfs cache: queuing for upload in 5s
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E04.Worst.Day.Ever.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-NTb.nfo"
2023/08/20 17:55:13 DEBUG : Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo: Uploading chunk 2/1
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E05.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: truncate to size=7855 (not needed as size correct)
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E05.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: setting modification time to 2023-08-16 01:43:49.182133693 +0000 UTC
2023/08/20 17:55:13 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E05.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: queuing for upload in 5s
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E05.1080p.WEB-DL.h264.EAC3.5.1.nfo"
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E06.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: truncate to size=6296 (not needed as size correct)
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E06.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: setting modification time to 2023-08-16 01:44:40.536965279 +0000 UTC
2023/08/20 17:55:13 INFO  : Plex/Media/TV/TV/9-1-1/Season 01/9-1-1.S01E06.1080p.WEB-DL.h264.EAC3.5.1.nfo: vfs cache: queuing for upload in 5s
2023/08/20 17:55:13 DEBUG : Plex/Media/TV/TV/9-1-1/Season 01: Added virtual directory entry vAddFile: "9-1-1.S01E06.1080p.WEB-DL.h264.EAC3.5.1.nfo"
2023/08/20 17:55:13 DEBUG : Dropbox root '': Adding "/Plex/Media/Movies/Movies-Kids/Elemental (2023) [imdb-tt15789038]/Elemental.2023.1080p.WEB-DL.EAC3.Atmos.5.1.h264-FLUX.nfo" to batch

that is from the first log of the first post.

maybe this is the sequence of events, or something similar.

  1. rclone mount command is executed.
  2. rclone notices there are files in the cache that need to be uploaded.
    orphaned files from a previous rclone mount command.
  3. rclone uploads all the files - this is the delay.
  4. the mountpoint now appears in the os file system.

Do you think it's the way it's being mounted? I never use to have that issue. I was wondering if its the VFS cache

yes, tho, i can only go based on some short log snippets and statements such as it took 3 hours to mount

to be sure, need a full debug log that shows the problem.

It's not the uploading that takes time.

it's the number of items to be uploaded as each item has to be checked against the remote to make sure it's 'newer' than what's on the remote.

If you have a few thousand small files, it'll take quite some time to start up.

Issue here -> Reduce startup time with vfs cache (writes/full) · Issue #4595 · rclone/rclone · GitHub

1 Like

So what can I change in my mount settings so it doesnt do this? It did not use to do this it use to mount right up.

rclone-3.log (1.2 MB)