What is the problem you are having with rclone?
Hi y'all,
We have encountered while using rclone for data archiving to a cold S3 storage. As a newcomer to rclone, I am facing challenges with the accumulation of cache files on my system's C:\ drive, which is causing it to fill up rapidly.
Here's a brief overview of the situation:
We are utilizing a Windows 2016 Server for our data archiving tasks.
We have approximately 16TB of data spread across four disks that need to be copied to the S3 storage.
During the data transfer process, the available space on the C:\ drive is quickly depleted. This led to a critical situation where only 10GB of space remained before the cache files were automatically deleted, temporarily alleviating the problem.
We attempted to address the issue by adjusting the rclone configuration with the --vfs-cache-max-size 50G parameter. However, this did not resolve the underlying problem.
Any help on how to change the cache path to a different directory to prevent further depletion of the C:\ drive.
I had set up the code to DEBUG and unfortunately the log file went over 6GB and could not be opened. Also, I hope logs will not be necessary for changing the cache path?
Run the command 'rclone version' and share the full output of the command.
rclone v1.66.0
- os/version: Microsoft Windows Server 2016 Standard 1607 (64 bit)
- os/kernel: 10.0.14393.6800 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.22.1
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
S3 storage(HCP)
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
mount archieve:archieve/ S: --vfs-cache-mode full --no-check-certificate --config "C:\HCP-Drive-Mount\hcp-ac.conf" --log-file "C:\HCP-Drive-Mount\logs\mount.log" --log-level INFO
mount archieve:archieve/ S: --vfs-cache-mode full --vfs-cache-max-size 50G --no-check-certificate --config "C:\HCP-Drive-Mount\hcp-ac.conf" --log-file "C:\HCP-Drive-Mount\logs\mount.log" --log-level DEBUG
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[backup]
type = s3
provider = Other
access_key_id = XXX
secret_access_key = XXX
endpoint = xxx
acl = public-read
### Double check the config for sensitive info before posting publicly
A log from the command that you were trying to run with the -vv
flag
I used DEBUG to fix the issue and now the log file is over 6GB and cannot open the file.