Rclone mount upload files names in stats

What is the problem you are having with rclone?

My configuration seems to work fine but I wanted to know if it could be possible to display in logs uploading files names next to upload speed.

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

rclone v1.60.1-DEV
- os/version: debian 12.1 (64 bit)
- os/kernel: 6.1.0-11-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.8
- go/linking: dynamic
- go/tags: none

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

Uptobox

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

/usr/bin/rclone mount \
  --allow-other \
  --dir-cache-time=15m \
  --transfers 2 --checkers=4 --progress \
  --stats 1m --stats-one-line \
  --log-level INFO --log-file /var/log/rclone.log \
  --vfs-cache-mode=full --vfs-cache-max-age=15m \
  uptobox: /uptobox

The rclone config contents with secrets removed.

N.A. (upload and download are working fine so credentials are ok)

A log from the command that you were trying to run with the -vv flag

2023/09/01 09:58:54 INFO  :    64.173 GiB / 73.056 GiB, 88%, 79.556 MiB/s, ETA 1m54s
2023/09/01 09:59:10 INFO  : vfs cache: cleaned: objects 28 (was 28) in use 22, to upload 20, uploading 2, total size 235.369Gi (was 235.369Gi)
2023/09/01 09:59:54 INFO  :    68.848 GiB / 73.056 GiB, 94%, 79.836 MiB/s, ETA 53s
  1. Update your rclone to the latest version.

  2. You can change --log-level to DEBUG|INFO|NOTICE|ERROR. With DEBUG level you will have most detailed information logged.

I just upgrade to latest version available and I don't see any change:

rclone v1.63.1
- os/version: debian 12.1 (64 bit)
- os/kernel: 6.1.0-11-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.6
- go/linking: static
- go/tags: none

Then I set the log level to DEBUG and now I have a lot a log that I don't care :smile: but not the log I would need (filename next to upload stats)

2023/09/01 11:12:03 DEBUG : Work/Vehicles2023/: >Lookup: node=<nil>, err=no such file or directory
2023/09/01 11:12:16 INFO  :    10.798 GiB / 44.590 GiB, 24%, 47.428 MiB/s, ETA 12m9s
2023/09/01 11:12:26 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Work/Vehicles2023/M3H.dat not removed, freed 0 bytes

It is possible that there is no change but at least we know for sure now that any issues you experience are not caused by something already fixed:) This is just not to waste time without reason.

Ohh well... this is the maximum what you can get today from logs.

Other option would be to explore remote interface and information provided by core/stats, vfs/stats

The idea is that you run your mount with rc interface:

rclone mount src: mountpoint --rc --rc-addr 127.0.0.1:5572 --rc-no-auth

and then from another session:

rclone rc vfs/stats --url 127.0.0.1:5572

Yes it's normal and I completely understand

Ok, I would be happy with that, but it would be interesting to have the names of the files being transferred next to these stats.

Another point, are these statistics global or specific to each file being uploaded?

I think some people would like a log like:

2023/09/01 11:35:11 INFO  : /Work/Vehicles2023/TM3H.dat    4.140 GiB / 34.542 GiB, 12%, 78.849 MiB/s, ETA 6m34s
2023/09/01 11:35:11 INFO  : /Work/Vehicles2023/TMYP.dat    2.380 GiB / 42.706 GiB, 36%, 24.523 MiB/s, ETA 20m34s

You are right. It would be nice addition to stats. One more feature wish to the looong list waiting for takers:)

I think you can add --stats 60s to mount so every 60 seconds you'll get an INFO log (so you'll need -v as well) with a snapshot of what is uploading and the speeds. Adjust that time for your preferences.

Give that a try - it should do pretty much what you want.

I try this but the result is the same, I have statistics for the global upload amount but not a detail for each file uploading.
In order to improve transfer speed I set a limit to only one file so now it's not really a problem.

But now I have an another one:

2023/09/12 17:53:07 INFO  : vfs cache: cleaned: objects 20 (was 21) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.784Gi)
2023/09/12 17:54:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 17:54:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 17:55:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 17:55:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 17:56:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 17:56:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 17:57:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 17:57:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 17:58:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 17:58:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 17:59:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 17:59:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:00:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:00:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:01:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:01:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:02:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:02:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:03:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:03:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:04:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:04:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:05:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:05:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:06:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:06:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:07:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:07:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:08:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:08:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:09:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:09:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:10:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:10:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:11:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:11:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:12:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:12:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:13:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:13:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:14:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:14:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:15:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:15:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:16:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:16:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)
2023/09/12 18:17:07 INFO  :     9.829 GiB / 11.986 GiB, 82%, 9.949 MiB/s, ETA 3m42s
2023/09/12 18:17:07 INFO  : vfs cache: cleaned: objects 20 (was 20) in use 20, to upload 19, uploading 1, total size 42.769Gi (was 42.769Gi)

I see multiple times that transfers stucks in progress and I need to restart rclone in order to fix it. Do you have an idea of what could cause this problem ?

Run in debug mode / reproduce / share log.

1 Like

For debug mode, it's just -vv ? Because I don't have a lot of additional logs since restart.

Yes, with -vv and probably --log-file /some/location/rclone.log

I see nothing in log which could explain the problem, I need to restart the service every hour approximatively:

2023/09/13 08:36:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:36:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:36:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:36:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:36:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:36:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:36:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:36:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:36:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:36:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:36:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:36:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:37:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:37:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:37:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:37:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:37:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:37:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:37:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:37:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:37:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:37:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:37:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:37:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:38:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:38:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:38:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:38:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:38:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:38:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:38:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:38:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:38:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:38:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:38:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:38:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:39:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:39:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:39:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:39:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:39:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:39:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:39:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:39:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:39:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:39:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:39:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:39:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:40:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:40:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:40:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:40:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:40:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:40:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:40:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:40:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:40:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:40:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:40:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:40:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:41:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:41:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:41:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:41:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:41:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:41:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:41:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:41:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:41:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:41:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:41:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:41:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:42:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:42:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:42:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:42:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:42:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:42:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:42:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:42:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:42:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:42:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:42:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:42:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:43:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:43:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:43:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:43:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:43:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:43:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:43:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:43:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:43:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:43:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:43:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:43:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:44:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:44:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:44:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:44:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:44:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:44:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:44:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:44:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:44:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:44:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:44:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:44:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:45:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:45:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:45:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:45:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:45:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:45:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:45:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:45:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:45:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:45:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:45:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:45:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:46:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:46:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:46:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:46:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:46:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:46:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:46:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:46:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:46:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:46:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:46:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:46:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:47:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:47:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:47:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:47:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:47:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:47:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:47:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:47:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:47:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:47:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:47:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:47:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:48:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:48:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:48:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:48:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:48:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:48:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:48:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:48:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:48:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:48:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:48:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:48:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:49:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:49:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:49:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:49:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:49:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:49:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:49:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:49:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:49:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:49:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:49:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:49:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:50:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:50:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:50:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:50:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:50:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:50:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:50:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:50:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:50:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:50:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:50:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:50:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:51:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:51:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:51:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:51:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:51:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:51:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:51:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:51:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:51:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:51:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:51:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:51:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)
2023/09/13 08:52:25 INFO  :   268.170 GiB / 277.638 GiB, 97%, 63.376 MiB/s, ETA 2m32s
2023/09/13 08:52:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2012)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:52:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2021)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:52:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2009)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:52:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:52:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2014)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:52:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2007)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:52:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2011)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:52:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2005)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:52:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2003)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:52:35 DEBUG : vfs cache RemoveNotInUse (maxAge=900000000000, emptyOnly=false): item Vacances (2013)/Compilation.mkv not removed, freed 0 bytes
2023/09/13 08:52:35 INFO  : vfs cache: cleaned: objects 10 (was 10) in use 10, to upload 9, uploading 1, total size 133.644Gi (was 133.644Gi)

Can you share the full log instead of a snippet?

If you want to see the file names in the stats then you'll need to remove this.