I've manually copied over a 383 GB directory with 651,557 files and am running rclone sync to check everything is there and make incremental changes. Even though nothing new needs to be copies, it's taken10+ hours to run 504,333 file checks then not done anything for the last few hours.
Run the command 'rclone version' and share the full output of the command.
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[backup]
type = alias
remote = /mnt/remotes/backup/files/
[crypt]
type = crypt
remote = backup:
password = XXX
A log from the command that you were trying to run with the -vv flag
Last entries in log are several hours old
2024/01/08 18:17:57 ERROR : personal-stuff/longfilename.jpg: Failed to copy: open /mnt/remotes/backup/files/2hc1kc2773q6o2gat2p4mji4lo/i8uj0rmsqs09kbahmasv2opduc/r5vsovl179v9olava4f3cm8bfc/45d14bojuf20956rfessofpdn57p238bhns8d17me1rftnenvot072antaf7tvi7jedk09o4vvb525ffrk8rkspbiesem2lmcbfaq3ipn93m1g1cle5npgugci58ff6af4s7q1r8r3go3605pe7qsckju3kf0624ohq67up0bt96hdj6de8cqn1vppk4n4ml4f7r93pmo3i0bqmq7cg92tvlc0r6d6tjg9tuvf01acci7rur604qj9k31n2lhh5miiddspto92udr5a8u56n3fu3lc8l6pivbscqolcragt7tciqb5jeml36dn4rdklns7lagbs27np58r78s0ju9pcpm9ovbusa1c7f3cbem01ddff7sdhjvgmqc5ln9i5p: file name too long
2024/01/08 18:18:37 ERROR : personal-stuff/longfilename2.jpg: Failed to copy: open /mnt/remotes/backup/files/2hc1kc2773q6o2gat2p4mji4lo/i8uj0rmsqs09kbahmasv2opduc/0vh6533kn5l82mpvlj93qdlegk/ufrlpp2l6pcdu2dpt08b6afm863ai7rnsapktibdb6t5adc0q683u2t0kka0ae7lpoqmbiqo2g7ed0mr4a2oej89m0ouk4nmbsgeahibl4ehs8461jf2quhs92ke29levje1jgc00g8eiecmea6o71f06nq62abnbcjejgalgmh4rgejb435hkafjg1uk2bj0cnkfhjv61l7vfl9r00momv9fnrfh51phkg7quomeesmfgfhrg5ih4g5vbhmki92: file name too long
2024/01/08 18:18:38 ERROR : personal-stuff/longfilename3.jpg: Failed to copy: open /mnt/remotes/backup/files/2hc1kc2773q6o2gat2p4mji4lo/i8uj0rmsqs09kbahmasv2opduc/1r6pj5g4ildaaam55dd2ekkuh0/r8mud097osv1l8pj05cucl3tk0/s4pnua0f70hng05ft28h2ecvouhq8hfle72962cu2si1b0sshubsbeetepgtec464vk8ipjafmud08fr3pf8qmvh7u313tpi1954lf0ms19a90a0vd3k3ajs7gbi6los0d0o79btfu9plaln1gvs7lcegno25thdj9p2oun2jmbna30vbectn0eeq950nrevl874avabm8c0kk3brtsu6nrdrt14lck7ebjshu4ttjod2bv7i03lbsgsanf7a08ll7a30hqblm3hriq1oecdrpeap2s3n51nkkeijudlo4shg6bp9mv6el7mgtbcqrcktl65n5agdubnce73j2q0ojnsvkn787et143ucv185haf5s1iddbr8d7p0sk84d3f: file name too long
i agree but so far, you only posted a snippet about file name too long
so hard to know what the real issue is.
lacking details but perhaps, if the smb is off-site/remote/vpn, could be part of the issue, slow, high latency, etc...
fwiw, rclone does support smb remotes, might test with that.
tho i do not recommend using it in production.
Can you kill -QUIT the rclone process when it appears to have got stuck.
This will produce a backtrace in the log - can you attach that here (or somewhere else - eg pastebin) so I can take a look at it. I don't need any of the log data, only the backtrace at the end.
With that I can tell you what rclone is doing when it gets stuck!
It is not question of luck.. you are doing something wrong.
get PID of your rclone process and send QUIT signal as root. Then it will work for sure.
But given that it is moving again maybe it is not needed:) Can be that it is not rclone but for example your NAS? Running scrub or something similar making it unresponsive for some time?
Just a thought, if you are using Unraid, which it looks like, you can do something like Duplicacy for $20 for a true backup / block level program. I tend to only use rclone for cloud stuff.
Have to do little testing but it being block level, I would imagine it would be. I started to use it to just backup my app data on my Unraid to my OneDrive, which I have a 1TB of data and man, it just works.
I'm annoyed I didn't change to Unraid much sooner for my home needs. My goal is what wastes the least amount of my time and just works all the time for a reasonable price and this checks all the boxes for me.