Local cached files

What is the problem you are having with rclone?

so I am running rclone on unraid. rclone is taking a LOT of space on my local drive. I added --vfs-cache-max-size 100G to my mount options. it went through a major long process to clean stuff, but it never removed any local files while doing it cleaned file were always 0 bytes. now that process seems to have gone through all my files yet I have not reclaimed any free space

What is your rclone version (output from rclone version)

rclone v1.55.0-beta.5166.cc5a1e90d

Which OS you are using and how many bits (eg Windows 7, 64 bit)

unraid 6.9.0-rc2

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

google workspace

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

	rclone mount \
	--allow-other \
	--buffer-size 256M \
 	--vfs-cache-max-size 100G \
	--dir-cache-time 24h \
	--drive-chunk-size 512M \
	--log-level INFO \
	--vfs-read-chunk-size 128M \
	--vfs-read-chunk-size-limit off \
	--vfs-cache-mode writes \
	--bind=$RCloneMountIP \
	$RcloneRemoteName: $RcloneMountLocation &

The rclone config contents with secrets removed.

[gdrive]
type = drive
scope = drive
service_account_file = /mnt/user/appdata/other/rclone/service_accounts/sa_gdrive_upload0.json
team_drive = removed
server_side_across_configs = true
token = removed

This is the scripts I'm using:

thanks

Maybe?

It's hard to tell since you deleted the help template and filled out zero information.

seems like there is an update version of the script that changes some things related to local cache. I will update and see if that helps.

Is there a particular reason you are running the beta?

This means you are only capturing writes locally and they'd last only for an hour based on the defaults.

If you have a debug log, we can see that information in there.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.