Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4060

General Questions • Ssh very slow to copy .mozilla or .thunderbird

$
0
0
hello,
When I use the command rsync -a .mozilla/ user@xxx:.mozilla --delete-after from laptop A to laptop B using the ssh protocol, it takes a very long time. This does not happen if I use the same command rsync -a between laptop A and a USB drive connected to A. Only .mozilla and .thunderbird, to a lesser extent, are affected. Copying the Documents directory takes a few seconds.
I modified the command by adding “verbose,” and I noticed that when rsync reached the <profile>/storage/default/ directory, the transfer speed was very, very slow. Here is an example of a directory where everything was almost at a standstill:

Code:

~/.mozilla/....../storage/default$ du -h moz-extension+++cd370ae6-5c0f-4391-8f21-9cdd9841890d\^userContextId\=4294967295/4.0Kmoz-extension+++cd370ae6-5c0f-4391-8f21-9cdd9841890d^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files56Kmoz-extension+++cd370ae6-5c0f-4391-8f21-9cdd9841890d^userContextId=4294967295/idb68Kmoz-extension+++cd370ae6-5c0f-4391-8f21-9cdd9841890d^userContextId=4294967295/~/.mozilla/firefox/<profile>/storage/default$ find . -type f | wc -l248~$ du -hs Documents .mozilla/ .thunderbird/466MDocuments998M.mozilla/749M.thunderbird/
I asked the same question on mozilla.org, as some forum members may have already encountered this type of problem.

Statistics: Posted by mazda1 — 2025-12-28 13:01



Viewing all articles
Browse latest Browse all 4060

Trending Articles