What is the problem you are having with rclone?
I've setup an SMB remote (:hetzner-smb) wrapped in a crypt remote (:hetzner-crypt). I'm looking to sync my user data to it. My issue is that my hard drive gets filled up by the encoding of the crypt as it syncs; the physical drive on my laptop is 256GB with around 15GB free. I've found a copy of the encrypted data its copying in C:\Windows\system32\hetzner-smb\ . I can manually clear out the data, and the sync/copy command continues to run until it fills up again.
I keep reading about use of --vfs-cache-mode, but from what I understand, that only applies to mounts. I've scoured through the docs but cannot find commands applicable to the copy/sync function to keep my hard drive from filling up, unless I'm missing something here.
Ideally, I'd like for the encryption to take place in memory, but failing that, I'd like for it to clean up the directory as it goes, so I can run the operation without babysitting it.
Run the command 'rclone version' and share the full output of the command.
rclone v1.66.0
- os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
- os/kernel: 10.0.19045.4046 (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)
Hetzner Storage Box over SMB.
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone sync C:\Users\me hetzner-crypt:Laptop\me -P
OR
rclone copy C:\Users\me hetzner-crypt:Laptop\me -P
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[hetzner-crypt]
type = crypt
remote = hetzner-smb
password = XXX
password2 = XXX
[hetzner-smb]
type = smb
host = XXX
user = XXX
pass = XXX
A log from the command that you were trying to run with the -vv
flag
2024/05/02 23:42:51 ERROR : yada/yada/yada.file1: Failed to copy: There is not enough space on the disk.
2024/05/02 23:42:51 DEBUG : yada/yada/yada.file2: Need to transfer - File not found at Destination
2024/05/02 23:42:51 NOTICE: 87fsnv4bt14kkhkc4vqcv1c3s4/cl57ihc7tsj6cj37lroc7he5uul1ir2tio39kt11ar0dup077mk0/vecsgp8gpur70ahlpu97fn4jjg/1j2fc5ih7vqeuhj7o7sn18mocg/acu1jof86e21vbskedqrgm8ddg/d051mbsd4j1acbufbefh7agi15qtmggv4cr9ct5u26e6r5e2hbs3bcjbvmeedkiscb0n2beg93vh7sfbrppi7lnrm0ij9hecnlss7cg: Removing partially written file on error: write \\?\C:\WINDOWS\system32\hetzner-smb\grbd2lc3p8c3qvlqibmv4mcji4\ip1isum27u3tggh7hbithp5ml0\87fsnv4bt14kkhkc4vqcv1c3s4\cl57ihc7tsj6cj37lroc7he5uul1ir2tio39kt11ar0dup077mk0\vecsgp8gpur70ahlpu97fn4jjg\1j2fc5ih7vqeuhj7o7sn18mocg\acu1jof86e21vbskedqrgm8ddg\d051mbsd4j1acbufbefh7agi15qtmggv4cr9ct5u26e6r5e2hbs3bcjbvmeedkiscb0n2beg93vh7sfbrppi7lnrm0ij9hecnlss7cg: There is not enough space on the disk.
2024/05/02 23:42:51 NOTICE: v2iffuhdeo4ggl7irm9fn220ko/8apgj4a8glmlefbe808bdhesk0/nfv6egppfgc3ei8vujlq5odb3k/ns9l30bs83j6aqcm8unso92s8g/hrorckhgp7f9h8urhpumkuhhdenb58hu0lmmb9q2hut12s4k3j7podul9r9iejhi4vb87fijrinci: Removing partially written file on error: write \\?\C:\WINDOWS\system32\hetzner-smb\grbd2lc3p8c3qvlqibmv4mcji4\ip1isum27u3tggh7hbithp5ml0\v2iffuhdeo4ggl7irm9fn220ko\8apgj4a8glmlefbe808bdhesk0\nfv6egppfgc3ei8vujlq5odb3k\ns9l30bs83j6aqcm8unso92s8g\hrorckhgp7f9h8urhpumkuhhdenb58hu0lmmb9q2hut12s4k3j7podul9r9iejhi4vb87fijrinci: There is not enough space on the disk.
2024/05/02 23:42:51 ERROR : yada/yada/yada.file3: Failed to copy: write \\?\C:\WINDOWS\system32\hetzner-smb\grbd2lc3p8c3qvlqibmv4mcji4\ip1isum27u3tggh7hbithp5ml0\v2iffuhdeo4ggl7irm9fn220ko\8apgj4a8glmlefbe808bdhesk0\nfv6egppfgc3ei8vujlq5odb3k\ns9l30bs83j6aqcm8unso92s8g\hrorckhgp7f9h8urhpumkuhhdenb58hu0lmmb9q2hut12s4k3j7podul9r9iejhi4vb87fijrinci: There is not enough space on the disk.