How do I delete the cache that's created when I copy a file to the mount?

And what about for a folder?

Can we start with one file first before you copy a whole folder? The goal is to fix the issue or validate what the issue and you can move forward with more files after.

We need to simplify, validate and than you can move in bulk.

It's currently transferring and I don't think there's an issue. Can I open another terminal and have it upload simultaneously?

Let's finish one file, validate and move forward after that.

Ok, it uploaded.

agneev@server1:~/.config/rclone$ rclone copy --progress "/mnt/disk2/done/Star.Trek.Discovery.S01.1080p.BluRay.x264-ROVERS[rartv]/star.trek.discovery.s01e01.1080p.bluray.x264-rovers.mkv" media:
Transferred:        3.276G / 3.276 GBytes, 100%, 15.623 MBytes/s, ETA 0s
Errors:                 0
Checks:                 0 / 0, -
Transferred:            1 / 1, 100%
Elapsed time:     3m34.7s

And when you check the Web UI, are you seeing what you expect?

Yes, it is, will have to check after I add it to Plex but for now it's looking as it should.

Awesome.

So what's your next goal? To move the folder?

You can do that the same way:

rclone copy /some/folder remote:

The defaults are pretty good and you can use the -P as well if you want that output.

It will recursively copy all the stuff in that folder up as well.

You can use --dry-run to validate it does what you want and than remove that.

Ahh thanks for that. I see that it's uploading 4 files at the same time:

agneev@server1:/mnt/disk2/done$ rclone copy --progress "/mnt/disk2/done/S
tar.Trek.Discovery.S01.1080p.BluRay.x264-ROVERS[rartv]" media:
Transferred:        1.445G / 49.300 GBytes, 3%, 59.779 MBytes/s, ETA 13m3
Errors:                 0
Checks:                 1 / 1, 100%
Transferred:            0 / 44, 0%
Elapsed time:       24.7s
Transferring:
 * star.trek.discovery.s0…bluray.x264-rovers.mkv:  9% /3.968G, 15.399M/
 * star.trek.discovery.s0…bluray.x264-rovers.mkv:  9% /3.969G, 15.365M/
 * star.trek.discovery.s0…bluray.x264-rovers.mkv: 10% /3.274G, 15.025M/
 * star.trek.discovery.s0…bluray.x264-rovers.mkv: 10% /3.276G, 14.774M/

Is it possible to increase or decrease the number of simultaneous uploads?

--transfers=12

Better to use it with combination of:

--checkers=14 --transfers=12

If you're using Google Drive, then fast-list flag also recommended:

--fast-list

1 Like

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