VFS Overwrite --ignore-existing

Is there a way to ignore existinf iles when using VFS Cache?

I already tried --ignore-existing

What is the problem you are having with rclone?

VFS Cache does not ignore same files an try to overwrite.

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

rclone v1.64.0-beta.7251.de147b6e5

  • os/version: Microsoft Windows 11 Pro 22H2 (64 bit)
  • os/kernel: 10.0.22621.2861 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.21.0
  • go/linking: static
  • go/tags: cmount

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

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

"C:\Users\Desktop\rclone\rclone.exe" mount driveacrypt: S: --vfs-cache-mode writes --cache-dir=E:\driveaCache--use-server-modtime -vv --vfs-read-ahead=100M --low-level-retries=1 --ignore-existing

Could you explain what you want to achieve? Not sure what would be practical purpose of any mount behaviour you described.

Yeah sorry my question was not clear enough.

When file are put into Vfs Cache and then uploaded, some file gives me error because they already exist on my cloud. Im looking for a way to skip the upload and delete file from Vfs cache.

Can you post all details including -vv log? It is not really clear what your issue is.

Answer all questions from the template.

VFS keeps trying to upload file, can i overwrite the file or maybe just ignore and pass to the next? Or delete and reupload without doing it manually?

Thanks

2023/12/24 10:54:59 DEBUG : pacer: Rate limited, increasing sleep to 5s
2023/12/24 10:54:59 DEBUG : Series/StargateSG/Stargate.SG-1.S03E18.MULTi.VFi.1080p.HDLight.AC3.2.0.x264-LiHDL-thumb.jpg: Received error: HTTP error 500 (500 Internal Server Error) returned body: "{"code":500,"message":"ERROR: duplicate key value violates unique constraint \"unique_file\" (SQLSTATE 23505)"}" - low level retry 0/1
2023/12/24 10:54:59 ERROR : Series/StargateSG/Stargate.SG-1.S03E18.MULTi.VFi.1080p.HDLight.AC3.2.0.x264-LiHDL-thumb.jpg: Failed to copy: HTTP error 500 (500 Internal Server Error) returned body: "{"code":500,"message":"ERROR: duplicate key value violates unique constraint \"unique_file\" (SQLSTATE 23505)"}"
2023/12/24 10:54:59 ERROR : Series/StargateSG/Stargate.SG-1.S03E18.MULTi.VFi.1080p.HDLight.AC3.2.0.x264-LiHDL-thumb.jpg: vfs cache: failed to upload try #5, will retry in 2m40s: vfs cache: failed to transfer file from cache to remote: HTTP error 500 (500 Internal Server Error) returned body: "{"code":500,"message":"ERROR: duplicate key value violates unique constraint \"unique_file\" (SQLSTATE 23505)"}"

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