So, I have a repository server, and, a client who is running a snapshot create. Is there any command to show the status, percent done, etc. of the in process very long snapshot to see progression? What would be that command and on which machine would I run it? I can’t seem to find any command to do so.
cli
EDIT:
I can’t tell what Kopia is doing. top shows it uses mostly 0%. It’s a 32 processor system, so, I believe the default is to allocate 32 parallel tasks. Maybe that’s too much? System is 99% idle. Here’s the current load averages:
load average: 0.00, 0.03, 0.00
Here’s recent log entries from cli-logs:
2025-05-29T13:02:03.495605Z DEBUG uploader snapshotted directory | {path:Digikam/ToBeDone/Prestolite Bowling Tourney,dur:36m14.894438283s,size:56666738,files:33,dirs:1,errors:0} |
---|---|
2025-05-29T13:15:35.140691Z DEBUG uploader snapshotted directory | {path:Digikam/ToBeDone/Graciosa Island,dur:14m51.70888673s,size:45709510,files:12,dirs:1,errors:0} |
2025-05-29T13:30:37.255758Z DEBUG uploader snapshotted directory | {path:Digikam/ToBeDone/Robert and Sherry Timmons,dur:15m2.114594968s,size:36814352,files:10,dirs:1,errors:0} |
2025-05-29T14:33:59.536981Z DEBUG uploader snapshotted directory | {path:Digikam/ToBeDone/Hilton Head and Debbi,dur:1h18m24.395928102s,size:231599961,files:80,dirs:1,errors:0} |
2025-05-29T15:04:13.721528Z DEBUG uploader snapshotted directory | {path:Digikam/ToBeDone/Delaware,dur:30m14.184151747s,size:59576764,files:27,dirs:1,errors:0} |
2025-05-29T19:50:34.446038Z DEBUG uploader snapshotted directory | {path:Digikam/ToBeDone/Park City Dinosaur Valley,dur:5h16m34.908610432s,size:158328212,files:46,dirs:1,errors:0} |
2025-05-29T21:04:29.792593Z DEBUG uploader snapshotted directory | {path:Digikam/ToBeDone/Morocco,dur:6h0m16.070725125s,size:127393174,files:21,dirs:1,errors:0} |
So, it took 6 HOURS for that last directory which is an entire 122M? This is on a E5-2698v3.
I see basically 0 bytes going out over the network from the machine for the most part.
How can I troubleshoot this further?