Crypt remote cache with slow remote

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.

i created a remote webdav server. and pointed a crypt to it.

What is the problem you are having with rclone?

my webdav server is pretty slow and instable, so i want to use cache between my crypt and my webdav remote. i want it to use my external hdd F:\ as cache. i am running windows 10.

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

rclone v1.71.0

  • os/version: Microsoft Windows 10 Enterprise N LTSC 2021 21H2 21H2 (64 bit)
  • os/kernel: 10.0.19044.5737 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.25.0
  • go/linking: static
  • go/tags: cmount

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

webdav

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

Paste command here

rclone.conf:

[tgfsdav]
type = webdav
url = http://localhost:1900/webdav
user = vulcanocraft
pass = [private]

[safe]
type = crypt
remote = tgfsdav:/default
filename_encryption = obfuscate
password = [private]
password2 = [private]

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

Paste config here

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

Paste  log here

this is the command i was using to point a sftp server to the crypt remote btw:

rclone serve sftp safe: --addr :1400 --user vulcanocraft --pass password --vfs-cache-mode full --vfs-cache-max-size 400G --vfs-cache-max-age 168h --vfs-cache-poll-interval 10m --buffer-size 16M --transfers 1 --checkers 2 --bwlimit 1M --retries 10 --low-level-retries 20 --timeout 2m --contimeout 20s --expect-continue-timeout 60s --disable-http2 --cache-dir F:\rclone-cache

hi, did not see a question, what do you need help with?


what is the exact issue? the webdav server software is not stable, the internet is not stable or what?

rclone serve webdav


  • why rclone serve sftp instead of rclone serve webdav?
  • tgfsdav is missing vendor

my webdav server is pretty slow and instable, so i want to use cache between my crypt and my webdav remote. i want it to use my external hdd F:\ as cache. i am running windows 10.

my webdav server is slow because it’s not a standard webdav server. i use tgfs GitHub - TheodoreKrypton/tgfs: Telegram becomes a WebDAV server

i want to use a sftp server because i just like sftp more.

tgfsdav is missing vendor because that just doesn’t matter. also it doesn’t have a real vendor

ok, but still not seeing a question, what exactly do not need help with?

i want you to explain me how i can create a cache between my crypt and my webdav remote, i want it to use my external hdd F:\ as cache.

is it now a question?

how to create a cache between my crypt and my webdav remote while using my external hdd F:\ as cache?

maybe this looks more like a question?

You are already using cache.

and using F: drive to store it

that’s for the sftp server. i also want to use cache between the crypt remote and the webdav remote

i also don’t want or need a chunker

What is the problem you are trying to solve?

You have configured crypted webdav served over sftp with full caching enabled. All look fine and should work without issues. If your remote is slow but data is already in cache it will be served fast. Similarly for writes - data will be written to cache and then rclone will take care of slow uploads.

no idea why you mention this. You do not need it? Do not use it:)

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