Copy performance with subset of snapshot IDs?

Hi, had a question about the copy command performance and specifying a subset of snapshot ids instead of using the default of all ids.

Current setup:

  • Have 6 or so snapshot ids configured on a single linux server (NAS). Such as photos, music, home videos, documents, etc.
  • I have multiple storages - originally it was B2, then I later added a large USB3 HD (20TB) to have another local copy. I am using filters to restrict what is going to B2 (~ 3 TB), and what going to the USB HD (~10+ TB).
  • The B2 storage was added/populated first (which is smaller), and the USB one later, so I am currently backing up to both locations as separate tasks.
  • I’ve recently rediscovered some older USB HDs I’ve had laying around, a mix of sizes, USB2 vs USB3.
  • I now have a 4 TB USB3 HD set up as another storage, which is set up as bit-identical to the 20 TB HD. It does have a different encryption password though.

What I’m currently trying is to do is a copy from the 20 TB USB3 HD to the 4 TB, but since there’s way more data than what would fit, I’m specifying multiple -id arguments to only copy over chunks that are in those snapshot ids (I’m excluding a couple of the snapshots to lower the size to fit).

The “issue”, is that it’s really slow, between 2 USB3 external hard drives, with 4 threads, it’s averaging only about 1.5 MB/s. I had used another pair of USB2 external HDs (2TB each), backup to one a smaller amount of data, then then copy from that, with all the snapshot ids, and it was over 30 MB/s (maxing out the USB2 connection I think).

So my question is… is it so slow because duplicacy needs to spend a bunch of processing to determine which chunks are in those snapshots I specified before it can copy them over? vs if its all snapshots, it doesn’t need to do any of that and copies everything? CPU usage is not very high. Is the differing encryption passwords for the storages to blame?

I realize the setup probably isn’t optimal, but I don’t want to necessarily blow it all up to redefine everything yet. In this case, would it be better to just do a straight backup to the 4TB drive, instead of trying to do a copy?

Thanks for any insight!

Did you set both -threads and -download-threads? The doc is here: copy · gilbertchen/duplicacy Wiki · GitHub

Yes, I have both of those set, currently each one to 4. I tried other values as well, such as 10, 20, 40, and removing them completely (which is the same as 1). The higher number of threads initially had it transferring faster, but after a short while it showed down. There was another post I saw (but can’t find at the moment - think it was for copy) that went through a bunch of tests/benchmarks with number of threads and it ended up at 4 as being the optimal.

I confirmed that the both drives are USB3, and the CPU is an Intel i3-4130. I should have mentioned before, the storages have a chunk size of 1M.

In case its useful at all, here’s a snippet of the log file its creating (I believe this is going through 4 chunks, then another 4 chunks, to show the threading, I added a new line in between them). I’ve started and stopped the copy multiple times with different settings over the past week or so.

2025-02-24 19:24:07.122 DEBUG CHUNK_DOWNLOAD Chunk 43f18263185c5c2802db7ed6f80d73b0a60ddb9ec79ea9de6bd1dd7d09b160ec has been downloaded
2025-02-24 19:24:07.163 DEBUG CHUNK_DOWNLOAD Chunk 9158b102c00ddc8627b2d94bbe969af01515e42a568d69bcc5b1da64aef4b1f9 has been downloaded
2025-02-24 19:24:07.189 DEBUG CHUNK_DOWNLOAD Chunk c8dd492a38c816172f22026ddcb980a64bb0c5c1cf0f9a6079d0b4beb5d8969d has been downloaded
2025-02-24 19:24:07.208 DEBUG CHUNK_DOWNLOAD Chunk b8134bd2b6e606d97d21076750cb66ec883d8cb4057531d70b7551339c1d2c7b has been downloaded
2025-02-24 19:24:12.041 DEBUG CHUNK_UPLOAD Chunk a87b82aa46396be1129301ee118238db5eeccc7f1b043cc65b5ae07b950db5c2 has been uploaded
2025-02-24 19:24:12.041 DEBUG CHUNK_UPLOAD Chunk f09bdd25012ba5961a90aff91397126ed836a071ceb5d07f7e6a5e3b6998be8a has been uploaded
2025-02-24 19:24:12.041 INFO COPY_PROGRESS Copied chunk a87b82aa46396be1129301ee118238db5eeccc7f1b043cc65b5ae07b950db5c2 (391019/1435558) 1.26MB/s 11 days 19:11:05 27.2%
2025-02-24 19:24:12.041 INFO COPY_PROGRESS Copied chunk f09bdd25012ba5961a90aff91397126ed836a071ceb5d07f7e6a5e3b6998be8a (391018/1435558) 1.26MB/s 11 days 19:11:08 27.2%
2025-02-24 19:24:12.041 DEBUG CHUNK_UPLOAD Chunk 30008a5b37cb6a047f82c01859d25aba65cdbcf9f50b0774868b803970f1dcbe has been uploaded
2025-02-24 19:24:12.041 INFO COPY_PROGRESS Copied chunk 30008a5b37cb6a047f82c01859d25aba65cdbcf9f50b0774868b803970f1dcbe (391017/1435558) 1.26MB/s 11 days 19:11:12 27.2%
2025-02-24 19:24:12.041 DEBUG CHUNK_UPLOAD Chunk e2de6a2b3ebe640cfb4c0301cd17772c837d98938d5f651f8d6c155e9e51ce03 has been uploaded
2025-02-24 19:24:12.041 INFO COPY_PROGRESS Copied chunk e2de6a2b3ebe640cfb4c0301cd17772c837d98938d5f651f8d6c155e9e51ce03 (391020/1435558) 1.26MB/s 11 days 19:11:01 27.2%
2025-02-24 19:24:12.043 DEBUG SNAPSHOT_COPY Copying chunk 1db54b97bc1007e28ec9c1fd9b6ddc55e0cc73c238eed55c19c917ab590212a4 to 1db54b97bc1007e28ec9c1fd9b6ddc55e0cc73c238eed55c19c917ab590212a4
2025-02-24 19:24:12.043 DEBUG SNAPSHOT_COPY Copying chunk d36956ddfaa1100c9c7e2992e05a0dfae4865ca7a19852749ccd161a510b800d to d36956ddfaa1100c9c7e2992e05a0dfae4865ca7a19852749ccd161a510b800d
2025-02-24 19:24:12.043 DEBUG SNAPSHOT_COPY Copying chunk df19d13142ec132392100379cfce414a09b76a2eab68f19133ed9411f19cf304 to df19d13142ec132392100379cfce414a09b76a2eab68f19133ed9411f19cf304
2025-02-24 19:24:12.043 DEBUG SNAPSHOT_COPY Copying chunk 39f516c2915789ae83c9caa6f457185762e31b469deced8921a98ad279d1ccaa to 39f516c2915789ae83c9caa6f457185762e31b469deced8921a98ad279d1ccaa

2025-02-24 19:24:12.205 DEBUG CHUNK_DOWNLOAD Chunk ad1da10fe9b70a9f075ccc85d3d17b924e74977aac2ccc55d92f3ffb185b5bcc has been downloaded
2025-02-24 19:24:12.231 DEBUG CHUNK_DOWNLOAD Chunk c7bf8090f7970543c2948da02cee4f71b9a04c3c59a4b88a50183fd1831a51e5 has been downloaded
2025-02-24 19:24:12.256 DEBUG CHUNK_DOWNLOAD Chunk cace41125fd37ce7a9c6653a6b57e940b2a805a671433e8cab72afb18684c48a has been downloaded
2025-02-24 19:24:12.266 DEBUG CHUNK_DOWNLOAD Chunk 3c3e62c23383aaf60b5e2cbc56c3601a1c352e506552e78080c8bc52eb0d9df5 has been downloaded
2025-02-24 19:24:32.306 DEBUG CHUNK_UPLOAD Chunk f8eff740ef59368a7bc7259e5fd41528169b4ec57d6cd0415442ba2493758dc9 has been uploaded
2025-02-24 19:24:32.306 INFO COPY_PROGRESS Copied chunk f8eff740ef59368a7bc7259e5fd41528169b4ec57d6cd0415442ba2493758dc9 (391023/1435558) 1.26MB/s 11 days 19:11:45 27.2%
2025-02-24 19:24:32.306 DEBUG CHUNK_UPLOAD Chunk 4739094066e35815b381007865ba11b9d3ec40efe851b47fda1b903dfa641312 has been uploaded
2025-02-24 19:24:32.306 INFO COPY_PROGRESS Copied chunk 4739094066e35815b381007865ba11b9d3ec40efe851b47fda1b903dfa641312 (391022/1435558) 1.26MB/s 11 days 19:11:48 27.2%
2025-02-24 19:24:32.306 DEBUG CHUNK_UPLOAD Chunk 13e5133fb69d1c7e60b6b4b4411ba7c05d6f5bfe9275f48828831eea4375c015 has been uploaded
2025-02-24 19:24:32.306 INFO COPY_PROGRESS Copied chunk 13e5133fb69d1c7e60b6b4b4411ba7c05d6f5bfe9275f48828831eea4375c015 (391021/1435558) 1.26MB/s 11 days 19:11:52 27.2%
2025-02-24 19:24:32.306 DEBUG CHUNK_UPLOAD Chunk ef88377f8bb669535ed5b565a4ac7a452abc714d711f52a7d294830d409c3899 has been uploaded
2025-02-24 19:24:32.307 INFO COPY_PROGRESS Copied chunk ef88377f8bb669535ed5b565a4ac7a452abc714d711f52a7d294830d409c3899 (391024/1435558) 1.26MB/s 11 days 19:11:41 27.2%

Update - the initial copy for this finally finished. I realized that copy command only accepts one id argument (it was using the last one found), so I changed things around to call copy multiple times, once for each id (so I only had 2 of the 4 snapshots I want to copy done, running the others now). That did not change anything around performance, and I also changed the destination storage encryption password to be the same as the source, again no change. I also tried moving to a different USB port, no change. My current guess is that due to the total number of chunks, its slow filesystem operations on these drives limiting the performance. Haven’t decided if it’d be better to just do a backup to this other drive instead, but am not currently in a rush to do so.

Here’s a bit more detailed info in case it seems off or incorrect:

2025-03-18 05:13:01.168 INFO STORAGE_SET Source storage set to /volumeUSB2/usbshare/duplicacy-storage/
2025-03-18 05:13:01.168 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_USB-20TB_PASSWORD
2025-03-18 05:13:01.168 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_USB_20TB_PASSWORD
2025-03-18 05:13:01.220 TRACE CONFIG_ITERATIONS Using 16384 iterations for key derivation
2025-03-18 05:13:01.229 DEBUG STORAGE_NESTING Chunk read levels: [1], write level: 1
2025-03-18 05:13:01.230 INFO CONFIG_INFO Compression level: 100
2025-03-18 05:13:01.230 INFO CONFIG_INFO Average chunk size: 1048576
2025-03-18 05:13:01.230 INFO CONFIG_INFO Maximum chunk size: 4194304
2025-03-18 05:13:01.230 INFO CONFIG_INFO Minimum chunk size: 262144
2025-03-18 05:13:01.230 INFO CONFIG_INFO Chunk seed: 7d6f...
2025-03-18 05:13:01.230 TRACE CONFIG_INFO Hash key: 3f13...
2025-03-18 05:13:01.231 TRACE CONFIG_INFO ID key: 7546...
2025-03-18 05:13:01.231 TRACE CONFIG_INFO File chunks are encrypted
2025-03-18 05:13:01.231 TRACE CONFIG_INFO Metadata chunks are encrypted

2025-03-18 05:13:01.231 INFO STORAGE_SET Destination storage set to /volumeUSB5/usbshare/duplicacy-storage/
2025-03-18 05:13:01.231 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_USB-4TB-1_PASSWORD
2025-03-18 05:13:01.231 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_USB_4TB_1_PASSWORD
2025-03-18 05:13:01.734 TRACE CONFIG_ITERATIONS Using 16384 iterations for key derivation
2025-03-18 05:13:01.743 DEBUG STORAGE_NESTING Chunk read levels: [1], write level: 1
2025-03-18 05:13:01.744 INFO CONFIG_INFO Compression level: 100
2025-03-18 05:13:01.744 INFO CONFIG_INFO Average chunk size: 1048576
2025-03-18 05:13:01.744 INFO CONFIG_INFO Maximum chunk size: 4194304
2025-03-18 05:13:01.744 INFO CONFIG_INFO Minimum chunk size: 262144
2025-03-18 05:13:01.744 INFO CONFIG_INFO Chunk seed: 7d6f...
...
2025-03-18 05:13:48.594 TRACE LIST_FILES Listing chunks/
2025-03-18 05:13:48.702 TRACE LIST_FILES Listing chunks/ff/
2025-03-18 05:21:31.664 TRACE LIST_FILES Listing chunks/fe/
2025-03-18 05:21:43.155 TRACE LIST_FILES Listing chunks/fd/
2025-03-18 05:21:46.357 TRACE LIST_FILES Listing chunks/fc/
2025-03-18 05:21:48.545 TRACE LIST_FILES Listing chunks/fb/
2025-03-18 05:21:51.156 TRACE LIST_FILES Listing chunks/fa/
2025-03-18 05:21:53.367 TRACE LIST_FILES Listing chunks/f9/
2025-03-18 05:21:55.899 TRACE LIST_FILES Listing chunks/f8/
2025-03-18 05:21:58.259 TRACE LIST_FILES Listing chunks/f7/
2025-03-18 05:22:00.532 TRACE LIST_FILES Listing chunks/f6/
2025-03-18 05:22:03.039 TRACE LIST_FILES Listing chunks/f5/
2025-03-18 05:22:05.470 TRACE LIST_FILES Listing chunks/f4/
2025-03-18 05:22:08.177 TRACE LIST_FILES Listing chunks/f3/
2025-03-18 05:22:10.579 TRACE LIST_FILES Listing chunks/f2/
2025-03-18 05:22:12.941 TRACE LIST_FILES Listing chunks/f1/
2025-03-18 05:22:15.245 TRACE LIST_FILES Listing chunks/f0/
2025-03-18 05:22:17.969 TRACE LIST_FILES Listing chunks/ef/
2025-03-18 05:22:20.522 TRACE LIST_FILES Listing chunks/ee/
2025-03-18 05:22:22.945 TRACE LIST_FILES Listing chunks/ed/
2025-03-18 05:22:25.231 TRACE LIST_FILES Listing chunks/ec/
2025-03-18 05:22:27.690 TRACE LIST_FILES Listing chunks/eb/
2025-03-18 05:22:30.213 TRACE LIST_FILES Listing chunks/ea/
2025-03-18 05:22:32.336 TRACE LIST_FILES Listing chunks/e9/
2025-03-18 05:22:34.728 TRACE LIST_FILES Listing chunks/e8/
2025-03-18 05:22:36.904 TRACE LIST_FILES Listing chunks/e7/
2025-03-18 05:22:39.503 TRACE LIST_FILES Listing chunks/e6/
2025-03-18 05:22:41.971 TRACE LIST_FILES Listing chunks/e5/
2025-03-18 05:22:44.136 TRACE LIST_FILES Listing chunks/e4/
2025-03-18 05:22:46.676 TRACE LIST_FILES Listing chunks/e3/
2025-03-18 05:22:49.144 TRACE LIST_FILES Listing chunks/e2/
2025-03-18 05:22:51.391 TRACE LIST_FILES Listing chunks/e1/
2025-03-18 05:22:53.679 TRACE LIST_FILES Listing chunks/e0/
2025-03-18 05:22:57.296 TRACE LIST_FILES Listing chunks/df/
2025-03-18 05:22:59.590 TRACE LIST_FILES Listing chunks/de/
2025-03-18 05:23:01.978 TRACE LIST_FILES Listing chunks/dd/
2025-03-18 05:23:04.562 TRACE LIST_FILES Listing chunks/dc/
2025-03-18 05:23:07.045 TRACE LIST_FILES Listing chunks/db/
2025-03-18 05:23:09.564 TRACE LIST_FILES Listing chunks/da/
2025-03-18 05:23:12.190 TRACE LIST_FILES Listing chunks/d9/
2025-03-18 05:23:14.431 TRACE LIST_FILES Listing chunks/d8/
2025-03-18 05:23:16.772 TRACE LIST_FILES Listing chunks/d7/
2025-03-18 05:23:19.087 TRACE LIST_FILES Listing chunks/d6/
2025-03-18 05:23:21.516 TRACE LIST_FILES Listing chunks/d5/
2025-03-18 05:23:24.259 TRACE LIST_FILES Listing chunks/d4/
2025-03-18 05:23:26.909 TRACE LIST_FILES Listing chunks/d3/
2025-03-18 05:23:29.616 TRACE LIST_FILES Listing chunks/d2/
2025-03-18 05:23:32.070 TRACE LIST_FILES Listing chunks/d1/
2025-03-18 05:23:34.468 TRACE LIST_FILES Listing chunks/d0/
2025-03-18 05:23:36.776 TRACE LIST_FILES Listing chunks/cf/
2025-03-18 05:23:39.222 TRACE LIST_FILES Listing chunks/ce/
2025-03-18 05:23:41.819 TRACE LIST_FILES Listing chunks/cd/
2025-03-18 05:23:44.134 TRACE LIST_FILES Listing chunks/cc/
2025-03-18 05:23:46.602 TRACE LIST_FILES Listing chunks/cb/
2025-03-18 05:23:48.984 TRACE LIST_FILES Listing chunks/ca/
2025-03-18 05:23:51.512 TRACE LIST_FILES Listing chunks/c9/
2025-03-18 05:23:54.019 TRACE LIST_FILES Listing chunks/c8/
2025-03-18 05:23:56.519 TRACE LIST_FILES Listing chunks/c7/
2025-03-18 05:23:59.146 TRACE LIST_FILES Listing chunks/c6/
2025-03-18 05:24:01.422 TRACE LIST_FILES Listing chunks/c5/
2025-03-18 05:24:03.512 TRACE LIST_FILES Listing chunks/c4/
2025-03-18 05:24:06.298 TRACE LIST_FILES Listing chunks/c3/
2025-03-18 05:24:08.787 TRACE LIST_FILES Listing chunks/c2/
2025-03-18 05:24:11.336 TRACE LIST_FILES Listing chunks/c1/
2025-03-18 05:24:13.895 TRACE LIST_FILES Listing chunks/c0/
2025-03-18 05:24:16.576 TRACE LIST_FILES Listing chunks/bf/
2025-03-18 05:24:18.937 TRACE LIST_FILES Listing chunks/be/
2025-03-18 05:24:21.245 TRACE LIST_FILES Listing chunks/bd/
2025-03-18 05:24:23.640 TRACE LIST_FILES Listing chunks/bc/
2025-03-18 05:24:25.686 TRACE LIST_FILES Listing chunks/bb/
2025-03-18 05:24:27.759 TRACE LIST_FILES Listing chunks/ba/
2025-03-18 05:24:30.147 TRACE LIST_FILES Listing chunks/b9/
2025-03-18 05:24:32.505 TRACE LIST_FILES Listing chunks/b8/
2025-03-18 05:24:34.727 TRACE LIST_FILES Listing chunks/b7/
2025-03-18 05:24:36.813 TRACE LIST_FILES Listing chunks/b6/
2025-03-18 05:24:38.961 TRACE LIST_FILES Listing chunks/b5/
2025-03-18 05:24:41.274 TRACE LIST_FILES Listing chunks/b4/
2025-03-18 05:24:43.502 TRACE LIST_FILES Listing chunks/b3/
2025-03-18 05:24:46.032 TRACE LIST_FILES Listing chunks/b2/
2025-03-18 05:24:48.679 TRACE LIST_FILES Listing chunks/b1/
2025-03-18 05:24:51.330 TRACE LIST_FILES Listing chunks/b0/
2025-03-18 05:24:53.277 TRACE LIST_FILES Listing chunks/af/
2025-03-18 05:24:55.562 TRACE LIST_FILES Listing chunks/ae/
2025-03-18 05:24:58.003 TRACE LIST_FILES Listing chunks/ad/
2025-03-18 05:25:00.158 TRACE LIST_FILES Listing chunks/ac/
2025-03-18 05:25:02.495 TRACE LIST_FILES Listing chunks/ab/
2025-03-18 05:25:05.254 TRACE LIST_FILES Listing chunks/aa/
2025-03-18 05:25:07.718 TRACE LIST_FILES Listing chunks/a9/
2025-03-18 05:25:10.138 TRACE LIST_FILES Listing chunks/a8/
2025-03-18 05:25:12.654 TRACE LIST_FILES Listing chunks/a7/
2025-03-18 05:25:14.813 TRACE LIST_FILES Listing chunks/a6/
2025-03-18 05:25:16.987 TRACE LIST_FILES Listing chunks/a5/
2025-03-18 05:25:19.464 TRACE LIST_FILES Listing chunks/a4/
2025-03-18 05:25:21.599 TRACE LIST_FILES Listing chunks/a3/
2025-03-18 05:25:23.930 TRACE LIST_FILES Listing chunks/a2/
2025-03-18 05:25:26.410 TRACE LIST_FILES Listing chunks/a1/
2025-03-18 05:25:28.744 TRACE LIST_FILES Listing chunks/a0/
2025-03-18 05:25:31.179 TRACE LIST_FILES Listing chunks/9f/
2025-03-18 05:25:33.533 TRACE LIST_FILES Listing chunks/9e/
2025-03-18 05:25:35.888 TRACE LIST_FILES Listing chunks/9d/
2025-03-18 05:25:38.674 TRACE LIST_FILES Listing chunks/9c/
2025-03-18 05:25:41.144 TRACE LIST_FILES Listing chunks/9b/
2025-03-18 05:25:43.457 TRACE LIST_FILES Listing chunks/9a/
2025-03-18 05:25:46.035 TRACE LIST_FILES Listing chunks/99/
2025-03-18 05:25:48.533 TRACE LIST_FILES Listing chunks/98/
2025-03-18 05:25:51.109 TRACE LIST_FILES Listing chunks/97/
2025-03-18 05:25:53.312 TRACE LIST_FILES Listing chunks/96/
2025-03-18 05:25:55.623 TRACE LIST_FILES Listing chunks/95/
2025-03-18 05:25:57.836 TRACE LIST_FILES Listing chunks/94/
2025-03-18 05:26:00.078 TRACE LIST_FILES Listing chunks/93/
2025-03-18 05:26:02.389 TRACE LIST_FILES Listing chunks/92/
2025-03-18 05:26:04.683 TRACE LIST_FILES Listing chunks/91/
2025-03-18 05:26:07.167 TRACE LIST_FILES Listing chunks/90/
2025-03-18 05:26:09.673 TRACE LIST_FILES Listing chunks/8f/
2025-03-18 05:26:12.043 TRACE LIST_FILES Listing chunks/8e/
2025-03-18 05:26:14.496 TRACE LIST_FILES Listing chunks/8d/
2025-03-18 05:26:17.249 TRACE LIST_FILES Listing chunks/8c/
2025-03-18 05:26:19.710 TRACE LIST_FILES Listing chunks/8b/
2025-03-18 05:26:22.270 TRACE LIST_FILES Listing chunks/8a/
2025-03-18 05:26:24.930 TRACE LIST_FILES Listing chunks/89/
2025-03-18 05:26:27.118 TRACE LIST_FILES Listing chunks/88/
2025-03-18 05:26:29.631 TRACE LIST_FILES Listing chunks/87/
2025-03-18 05:26:31.918 TRACE LIST_FILES Listing chunks/86/
2025-03-18 05:26:34.569 TRACE LIST_FILES Listing chunks/85/
2025-03-18 05:26:37.252 TRACE LIST_FILES Listing chunks/84/
2025-03-18 05:26:39.523 TRACE LIST_FILES Listing chunks/83/
2025-03-18 05:26:41.812 TRACE LIST_FILES Listing chunks/82/
2025-03-18 05:26:44.301 TRACE LIST_FILES Listing chunks/81/
2025-03-18 05:26:46.795 TRACE LIST_FILES Listing chunks/80/
2025-03-18 05:26:49.539 TRACE LIST_FILES Listing chunks/7f/
2025-03-18 05:26:51.732 TRACE LIST_FILES Listing chunks/7e/
2025-03-18 05:26:54.102 TRACE LIST_FILES Listing chunks/7d/
2025-03-18 05:26:56.444 TRACE LIST_FILES Listing chunks/7c/
2025-03-18 05:26:58.920 TRACE LIST_FILES Listing chunks/7b/
2025-03-18 05:27:01.575 TRACE LIST_FILES Listing chunks/7a/
2025-03-18 05:27:04.221 TRACE LIST_FILES Listing chunks/79/
2025-03-18 05:27:06.460 TRACE LIST_FILES Listing chunks/78/
2025-03-18 05:27:08.644 TRACE LIST_FILES Listing chunks/77/
2025-03-18 05:27:11.164 TRACE LIST_FILES Listing chunks/76/
2025-03-18 05:27:13.488 TRACE LIST_FILES Listing chunks/75/
2025-03-18 05:27:15.896 TRACE LIST_FILES Listing chunks/74/
2025-03-18 05:27:18.154 TRACE LIST_FILES Listing chunks/73/
2025-03-18 05:27:20.636 TRACE LIST_FILES Listing chunks/72/
2025-03-18 05:27:23.017 TRACE LIST_FILES Listing chunks/71/
2025-03-18 05:27:25.401 TRACE LIST_FILES Listing chunks/70/
2025-03-18 05:27:27.837 TRACE LIST_FILES Listing chunks/6f/
2025-03-18 05:27:30.376 TRACE LIST_FILES Listing chunks/6e/
2025-03-18 05:27:32.497 TRACE LIST_FILES Listing chunks/6d/
2025-03-18 05:27:35.069 TRACE LIST_FILES Listing chunks/6c/
2025-03-18 05:27:37.521 TRACE LIST_FILES Listing chunks/6b/
2025-03-18 05:27:39.758 TRACE LIST_FILES Listing chunks/6a/
2025-03-18 05:27:42.411 TRACE LIST_FILES Listing chunks/69/
2025-03-18 05:27:44.776 TRACE LIST_FILES Listing chunks/68/
2025-03-18 05:27:47.240 TRACE LIST_FILES Listing chunks/67/
2025-03-18 05:27:49.713 TRACE LIST_FILES Listing chunks/66/
2025-03-18 05:27:52.307 TRACE LIST_FILES Listing chunks/65/
2025-03-18 05:27:54.595 TRACE LIST_FILES Listing chunks/64/
2025-03-18 05:27:56.959 TRACE LIST_FILES Listing chunks/63/
2025-03-18 05:27:59.541 TRACE LIST_FILES Listing chunks/62/
2025-03-18 05:28:01.918 TRACE LIST_FILES Listing chunks/61/
2025-03-18 05:28:04.102 TRACE LIST_FILES Listing chunks/60/
2025-03-18 05:28:06.733 TRACE LIST_FILES Listing chunks/5f/
2025-03-18 05:28:08.887 TRACE LIST_FILES Listing chunks/5e/
2025-03-18 05:28:11.239 TRACE LIST_FILES Listing chunks/5d/
2025-03-18 05:28:13.967 TRACE LIST_FILES Listing chunks/5c/
2025-03-18 05:28:16.573 TRACE LIST_FILES Listing chunks/5b/
2025-03-18 05:28:19.064 TRACE LIST_FILES Listing chunks/5a/
2025-03-18 05:28:21.372 TRACE LIST_FILES Listing chunks/59/
2025-03-18 05:28:24.027 TRACE LIST_FILES Listing chunks/58/
2025-03-18 05:28:26.385 TRACE LIST_FILES Listing chunks/57/
2025-03-18 05:28:28.888 TRACE LIST_FILES Listing chunks/56/
2025-03-18 05:28:30.972 TRACE LIST_FILES Listing chunks/55/
2025-03-18 05:28:33.726 TRACE LIST_FILES Listing chunks/54/
2025-03-18 05:28:35.592 TRACE LIST_FILES Listing chunks/53/
2025-03-18 05:28:37.943 TRACE LIST_FILES Listing chunks/52/
2025-03-18 05:28:39.911 TRACE LIST_FILES Listing chunks/51/
2025-03-18 05:28:42.281 TRACE LIST_FILES Listing chunks/50/
2025-03-18 05:28:44.725 TRACE LIST_FILES Listing chunks/4f/
2025-03-18 05:28:47.187 TRACE LIST_FILES Listing chunks/4e/
2025-03-18 05:28:49.453 TRACE LIST_FILES Listing chunks/4d/
2025-03-18 05:28:51.687 TRACE LIST_FILES Listing chunks/4c/
2025-03-18 05:28:54.036 TRACE LIST_FILES Listing chunks/4b/
2025-03-18 05:28:56.637 TRACE LIST_FILES Listing chunks/4a/
2025-03-18 05:28:58.972 TRACE LIST_FILES Listing chunks/49/
2025-03-18 05:29:01.037 TRACE LIST_FILES Listing chunks/48/
2025-03-18 05:29:04.336 TRACE LIST_FILES Listing chunks/47/
2025-03-18 05:29:06.905 TRACE LIST_FILES Listing chunks/46/
2025-03-18 05:29:09.335 TRACE LIST_FILES Listing chunks/45/
2025-03-18 05:29:11.595 TRACE LIST_FILES Listing chunks/44/
2025-03-18 05:29:13.738 TRACE LIST_FILES Listing chunks/43/
2025-03-18 05:29:16.171 TRACE LIST_FILES Listing chunks/42/
2025-03-18 05:29:18.320 TRACE LIST_FILES Listing chunks/41/
2025-03-18 05:29:20.452 TRACE LIST_FILES Listing chunks/40/
2025-03-18 05:29:22.675 TRACE LIST_FILES Listing chunks/3f/
2025-03-18 05:29:25.218 TRACE LIST_FILES Listing chunks/3e/
2025-03-18 05:29:27.753 TRACE LIST_FILES Listing chunks/3d/
2025-03-18 05:29:30.578 TRACE LIST_FILES Listing chunks/3c/
2025-03-18 05:29:33.112 TRACE LIST_FILES Listing chunks/3b/
2025-03-18 05:29:35.648 TRACE LIST_FILES Listing chunks/3a/
2025-03-18 05:29:37.790 TRACE LIST_FILES Listing chunks/39/
2025-03-18 05:29:40.166 TRACE LIST_FILES Listing chunks/38/
2025-03-18 05:29:42.295 TRACE LIST_FILES Listing chunks/37/
2025-03-18 05:29:44.703 TRACE LIST_FILES Listing chunks/36/
2025-03-18 05:29:47.324 TRACE LIST_FILES Listing chunks/35/
2025-03-18 05:29:49.673 TRACE LIST_FILES Listing chunks/34/
2025-03-18 05:29:52.007 TRACE LIST_FILES Listing chunks/33/
2025-03-18 05:29:54.399 TRACE LIST_FILES Listing chunks/32/
2025-03-18 05:29:56.874 TRACE LIST_FILES Listing chunks/31/
2025-03-18 05:29:57.497 TRACE LIST_FILES Listing chunks/30/
2025-03-18 05:29:59.860 TRACE LIST_FILES Listing chunks/2f/
2025-03-18 05:30:02.202 TRACE LIST_FILES Listing chunks/2e/
2025-03-18 05:30:04.628 TRACE LIST_FILES Listing chunks/2d/
2025-03-18 05:30:07.090 TRACE LIST_FILES Listing chunks/2c/
2025-03-18 05:30:09.614 TRACE LIST_FILES Listing chunks/2b/
2025-03-18 05:30:12.235 TRACE LIST_FILES Listing chunks/2a/
2025-03-18 05:30:14.740 TRACE LIST_FILES Listing chunks/29/
2025-03-18 05:30:17.131 TRACE LIST_FILES Listing chunks/28/
2025-03-18 05:30:19.717 TRACE LIST_FILES Listing chunks/27/
2025-03-18 05:30:21.937 TRACE LIST_FILES Listing chunks/26/
2025-03-18 05:30:24.389 TRACE LIST_FILES Listing chunks/25/
2025-03-18 05:30:26.651 TRACE LIST_FILES Listing chunks/24/
2025-03-18 05:30:29.179 TRACE LIST_FILES Listing chunks/23/
2025-03-18 05:30:31.763 TRACE LIST_FILES Listing chunks/22/
2025-03-18 05:30:34.153 TRACE LIST_FILES Listing chunks/21/
2025-03-18 05:30:36.573 TRACE LIST_FILES Listing chunks/20/
2025-03-18 05:30:38.820 TRACE LIST_FILES Listing chunks/1f/
2025-03-18 05:30:41.171 TRACE LIST_FILES Listing chunks/1e/
2025-03-18 05:30:43.730 TRACE LIST_FILES Listing chunks/1d/
2025-03-18 05:30:46.080 TRACE LIST_FILES Listing chunks/1c/
2025-03-18 05:30:48.216 TRACE LIST_FILES Listing chunks/1b/
2025-03-18 05:30:50.699 TRACE LIST_FILES Listing chunks/1a/
2025-03-18 05:30:52.952 TRACE LIST_FILES Listing chunks/19/
2025-03-18 05:30:55.361 TRACE LIST_FILES Listing chunks/18/
2025-03-18 05:30:57.739 TRACE LIST_FILES Listing chunks/17/
2025-03-18 05:31:00.041 TRACE LIST_FILES Listing chunks/16/
2025-03-18 05:31:02.165 TRACE LIST_FILES Listing chunks/15/
2025-03-18 05:31:04.441 TRACE LIST_FILES Listing chunks/14/
2025-03-18 05:31:06.675 TRACE LIST_FILES Listing chunks/13/
2025-03-18 05:31:09.081 TRACE LIST_FILES Listing chunks/12/
2025-03-18 05:31:11.585 TRACE LIST_FILES Listing chunks/11/
2025-03-18 05:31:13.721 TRACE LIST_FILES Listing chunks/10/
2025-03-18 05:31:16.269 TRACE LIST_FILES Listing chunks/0f/
2025-03-18 05:31:18.356 TRACE LIST_FILES Listing chunks/0e/
2025-03-18 05:31:20.585 TRACE LIST_FILES Listing chunks/0d/
2025-03-18 05:31:23.058 TRACE LIST_FILES Listing chunks/0c/
2025-03-18 05:31:25.390 TRACE LIST_FILES Listing chunks/0b/
2025-03-18 05:31:28.053 TRACE LIST_FILES Listing chunks/0a/
2025-03-18 05:31:30.494 TRACE LIST_FILES Listing chunks/09/
2025-03-18 05:31:32.425 TRACE LIST_FILES Listing chunks/08/
2025-03-18 05:31:34.570 TRACE LIST_FILES Listing chunks/07/
2025-03-18 05:31:37.032 TRACE LIST_FILES Listing chunks/06/
2025-03-18 05:31:39.383 TRACE LIST_FILES Listing chunks/05/
2025-03-18 05:31:41.571 TRACE LIST_FILES Listing chunks/04/
2025-03-18 05:31:43.951 TRACE LIST_FILES Listing chunks/03/
2025-03-18 05:31:46.343 TRACE LIST_FILES Listing chunks/02/
2025-03-18 05:31:48.791 TRACE LIST_FILES Listing chunks/01/
2025-03-18 05:31:50.935 TRACE LIST_FILES Listing chunks/00/
2025-03-18 05:31:54.365 DEBUG SNAPSHOT_COPY Found 1874898 chunks on destination storage
2025-03-18 05:31:55.486 INFO SNAPSHOT_COPY Chunks to copy: 849343, to skip: 928, total: 850271

2025-03-18 05:31:55.486 DEBUG SNAPSHOT_COPY Copying chunk e1c682cf22a1716f59377b5764e1547904c6a5a2975eebb534517c8035c218c9 to e1c682cf22a1716f59377b5764e1
547904c6a5a2975eebb534517c8035c218c9
2025-03-18 05:31:55.486 DEBUG SNAPSHOT_COPY Copying chunk 2e33b6641dfc176e664385a93469b4611e20909b3c07ebf33cb554a55d0551d3 to 2e33b6641dfc176e664385a93469
b4611e20909b3c07ebf33cb554a55d0551d3
2025-03-18 05:31:55.486 DEBUG SNAPSHOT_COPY Copying chunk 45264279658071713b719d944aaf6e4b24a20f07ed74053dd41323f2184bc165 to 45264279658071713b719d944aaf
6e4b24a20f07ed74053dd41323f2184bc165
2025-03-18 05:31:55.486 DEBUG SNAPSHOT_COPY Copying chunk d7d72eb779bd075d22b306990ce8fe7c302d8707f6633bb601f394a442bc00e3 to d7d72eb779bd075d22b306990ce8
fe7c302d8707f6633bb601f394a442bc00e3
2025-03-18 05:31:55.486 DEBUG SNAPSHOT_COPY Copying chunk a5eaeff89b79c16ddcc20630e81664d0b459f7b32b1dcd0c88c477d6f07d73b5 to a5eaeff89b79c16ddcc20630e816
64d0b459f7b32b1dcd0c88c477d6f07d73b5
2025-03-18 05:31:55.486 DEBUG SNAPSHOT_COPY Copying chunk 3f166745cd0a1ba163312b011cb4860077c61aa9fe957437aa648ff8f14daf5e to 3f166745cd0a1ba163312b011cb4
860077c61aa9fe957437aa648ff8f14daf5e
2025-03-18 05:31:55.486 DEBUG SNAPSHOT_COPY Copying chunk 1a01d3793c399055b6dd95da35702dba48d7ff39e7e579f4988213da30949a44 to 1a01d3793c399055b6dd95da3570
2dba48d7ff39e7e579f4988213da30949a44
2025-03-18 05:31:55.486 DEBUG SNAPSHOT_COPY Copying chunk 31420963893847de79bde1eb4bf881ebd01642007de4ffb17b333e6d31a7e883 to 31420963893847de79bde1eb4bf8
81ebd01642007de4ffb17b333e6d31a7e883
2025-03-18 05:31:55.596 DEBUG CHUNK_DOWNLOAD Chunk 2e33b6641dfc176e664385a93469b4611e20909b3c07ebf33cb554a55d0551d3 has been downloaded
2025-03-18 05:31:55.597 DEBUG SNAPSHOT_COPY Copying chunk 23c79ed3e5bc3ddaed1327999bc2b540e3f038264a2762bc1b6b54fb8654b97e to 23c79ed3e5bc3ddaed1327999bc2
b540e3f038264a2762bc1b6b54fb8654b97e
2025-03-18 05:31:55.666 DEBUG CHUNK_DOWNLOAD Chunk 45264279658071713b719d944aaf6e4b24a20f07ed74053dd41323f2184bc165 has been downloaded
2025-03-18 05:31:55.667 DEBUG SNAPSHOT_COPY Copying chunk ef1438c52703ecef7c046a12045024bc337652351ff173573968bea1d85922d2 to ef1438c52703ecef7c046a120450
24bc337652351ff173573968bea1d85922d2
2025-03-18 05:31:55.720 DEBUG CHUNK_DOWNLOAD Chunk 3f166745cd0a1ba163312b011cb4860077c61aa9fe957437aa648ff8f14daf5e has been downloaded
2025-03-18 05:31:55.721 DEBUG SNAPSHOT_COPY Copying chunk 1453f82d7a936a62e51de50ec735f8aeed510caf9fe8e1eab9c2d0b400f47c8c to 1453f82d7a936a62e51de50ec735
f8aeed510caf9fe8e1eab9c2d0b400f47c8c
2025-03-18 05:31:55.800 DEBUG CHUNK_DOWNLOAD Chunk d7d72eb779bd075d22b306990ce8fe7c302d8707f6633bb601f394a442bc00e3 has been downloaded
2025-03-18 05:31:55.804 DEBUG SNAPSHOT_COPY Copying chunk d1e6fe01663039e28872d8e12950d38abb72b965d23ca5669021737398fe8e43 to d1e6fe01663039e28872d8e12950
d38abb72b965d23ca5669021737398fe8e43
2025-03-18 05:31:55.850 DEBUG CHUNK_DOWNLOAD Chunk 31420963893847de79bde1eb4bf881ebd01642007de4ffb17b333e6d31a7e883 has been downloaded
2025-03-18 05:31:55.851 DEBUG SNAPSHOT_COPY Copying chunk 7b89e4a9f0ef2ff58440c6aeed1a0e7738461c7242ad36be37ed875019bd00f1 to 7b89e4a9f0ef2ff58440c6aeed1a
0e7738461c7242ad36be37ed875019bd00f1
2025-03-18 05:31:55.943 DEBUG CHUNK_DOWNLOAD Chunk 23c79ed3e5bc3ddaed1327999bc2b540e3f038264a2762bc1b6b54fb8654b97e has been downloaded
2025-03-18 05:31:55.946 DEBUG SNAPSHOT_COPY Copying chunk afef4dfabb69ad1bad7e41c6e16f57ab2779824c5095e378bd0cdef305aebb2a to afef4dfabb69ad1bad7e41c6e16f
57ab2779824c5095e378bd0cdef305aebb2a
2025-03-18 05:31:55.985 DEBUG CHUNK_DOWNLOAD Chunk ef1438c52703ecef7c046a12045024bc337652351ff173573968bea1d85922d2 has been downloaded
2025-03-18 05:31:55.985 DEBUG SNAPSHOT_COPY Copying chunk 8acb992a2da3530346aa33247f4313941be2ed8c19a374034a9c9517a8d607c1 to 8acb992a2da3530346aa33247f43
13941be2ed8c19a374034a9c9517a8d607c1
2025-03-18 05:31:56.018 DEBUG CHUNK_DOWNLOAD Chunk 1a01d3793c399055b6dd95da35702dba48d7ff39e7e579f4988213da30949a44 has been downloaded
2025-03-18 05:31:56.020 DEBUG SNAPSHOT_COPY Copying chunk e516ee35a29b51d7439529c54f0ed139664afb070b5f0128f7d495becf618a1d to e516ee35a29b51d7439529c54f0e
d139664afb070b5f0128f7d495becf618a1d
2025-03-18 05:31:56.055 DEBUG CHUNK_DOWNLOAD Chunk e1c682cf22a1716f59377b5764e1547904c6a5a2975eebb534517c8035c218c9 has been downloaded
2025-03-18 05:31:56.101 DEBUG CHUNK_DOWNLOAD Chunk a5eaeff89b79c16ddcc20630e81664d0b459f7b32b1dcd0c88c477d6f07d73b5 has been downloaded
2025-03-18 05:31:56.146 DEBUG CHUNK_DOWNLOAD Chunk d1e6fe01663039e28872d8e12950d38abb72b965d23ca5669021737398fe8e43 has been downloaded
2025-03-18 05:31:56.177 DEBUG CHUNK_DOWNLOAD Chunk 1453f82d7a936a62e51de50ec735f8aeed510caf9fe8e1eab9c2d0b400f47c8c has been downloaded

2025-03-18 05:32:01.393 DEBUG CHUNK_UPLOAD Chunk 3f166745cd0a1ba163312b011cb4860077c61aa9fe957437aa648ff8f14daf5e has been uploaded
2025-03-18 05:32:01.393 DEBUG CHUNK_UPLOAD Chunk 45264279658071713b719d944aaf6e4b24a20f07ed74053dd41323f2184bc165 has been uploaded
2025-03-18 05:32:01.393 INFO COPY_PROGRESS Copied chunk 3f166745cd0a1ba163312b011cb4860077c61aa9fe957437aa648ff8f14daf5e (6/849343) 108KB/s 9 days 16:16:5
7 0.0%
2025-03-18 05:32:01.393 INFO COPY_PROGRESS Copied chunk 45264279658071713b719d944aaf6e4b24a20f07ed74053dd41323f2184bc165 (3/849343) 313KB/s 19 days 08:34:
10 0.0%
2025-03-18 05:32:01.393 DEBUG CHUNK_UPLOAD Chunk 2e33b6641dfc176e664385a93469b4611e20909b3c07ebf33cb554a55d0551d3 has been uploaded
2025-03-18 05:32:01.393 INFO COPY_PROGRESS Copied chunk 2e33b6641dfc176e664385a93469b4611e20909b3c07ebf33cb554a55d0551d3 (2/849343) 451KB/s 29 days 00:51:
35 0.0%
2025-03-18 05:32:01.393 DEBUG CHUNK_UPLOAD Chunk d7d72eb779bd075d22b306990ce8fe7c302d8707f6633bb601f394a442bc00e3 has been uploaded
2025-03-18 05:32:01.394 INFO COPY_PROGRESS Copied chunk d7d72eb779bd075d22b306990ce8fe7c302d8707f6633bb601f394a442bc00e3 (4/849343) 1.04MB/s 14 days 12:28
:40 0.0%

...