What is the problem you are having with rclone?
I'd like to emulate the rsync feature where a source path with a dot in it causes that position to become the base of the path for the destination.
E.g.
rsync -acrRbv ~/Pictures/./Master\ Photos/2025/04 /Volumes/Wonko
This causes a files synced to the destination to be placed in a directory structure /Master Photos/2025/04
on the Wonko
volume. The earlier parts of the path are used to locate files for sync, but are not replicated at the destination.
The upshot of this is I can be specific to a low-level directory to scan without having to specify it for both sides of the copy.
Can I do this with rclone?
Run the command 'rclone version' and share the full output of the command.
rclone v1.68.2
- os/version: darwin 15.4 (64 bit)
- os/kernel: 24.4.0 (arm64)
- os/type: darwin
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.23.3
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Backblaze
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy -P --stats-one-line --stats-unit bits --transfers 64 --checksum --ignore-case --include "*.{TIF,TIFF,DNG,JPG,JPEG,DOP,XMP}" ~/Pictures/Master\ Photos/2025/04 backblaze:zkarj-photos/ARJ/2025/0
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[backblaze]
type = b2
account = XXX
key = XXX
description = Backblaze B2
### Double check the config for sensitive info before posting publicly
A log from the command that you were trying to run with the -vv
flag
This log shows nothing needing to be done. I'm not sure if it adds anything to help with my request, as I am trying to find how to modify this to obtain the desired behaviour.
2025/04/10 19:57:26 DEBUG : rclone: Version "v1.68.2" starting with parameters ["rclone" "copy" "-vv" "-P" "--stats-one-line" "--stats-unit" "bits" "--transfers" "64" "--checksum" "--ignore-case" "--include" "*.{TIF,TIFF,DNG,JPG,JPEG,DOP,XMP}" "/Users/allisterjenks/Pictures/Master Photos/2025/04" "backblaze:zkarj-photos/ARJ/2025/04"]
2025/04/10 19:57:26 DEBUG : Creating backend with remote "/Users/allisterjenks/Pictures/Master Photos/2025/04"
2025/04/10 19:57:26 DEBUG : Using config file from "/Users/allisterjenks/.config/rclone/rclone.conf"
2025/04/10 19:57:26 DEBUG : Creating backend with remote "backblaze:zkarj-photos/ARJ/2025/04"
2025/04/10 19:57:29 DEBUG : B2 bucket zkarj-photos path ARJ/2025/04: Waiting for checks to finish
2025/04/10 19:57:29 DEBUG : K3251306.DNG.dop: sha1 = 36e731af82d530e40a1e21d4908eeee92820f830 OK
2025/04/10 19:57:29 DEBUG : K3251306.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251306.DNG.dop: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251303.DNG.dop: sha1 = 2801740c84cc01bc4acd19a7fe847eeba9ac651d OK
2025/04/10 19:57:29 DEBUG : K3251303.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251303.DNG.dop: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251307.DNG.dop: sha1 = ba3f2b61954b6f71c7afffea285cb3760e464c90 OK
2025/04/10 19:57:29 DEBUG : K3251307.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251307.DNG.dop: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251306.DNG: sha1 = c311dfae8f107442c2b01cace1cd34117e0fa852 OK
2025/04/10 19:57:29 DEBUG : K3251306.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251306.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251302.DNG: sha1 = 2d212e8b4d638c9d745f1007d02f1b37b8074329 OK
2025/04/10 19:57:29 DEBUG : K3251302.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251302.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251304.DNG: sha1 = 5bf2a090d77dcafbd03a0d0145938472587766fc OK
2025/04/10 19:57:29 DEBUG : K3251304.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251304.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251303.DNG: sha1 = 2d050429dce408c271ff51f9c6f9fea6201e73fa OK
2025/04/10 19:57:29 DEBUG : K3251303.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251303.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251308.DNG: sha1 = 27b3beb51f8b1d22c8a28c1801b7e05c2c350757 OK
2025/04/10 19:57:29 DEBUG : K3251308.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251308.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251307.DNG: sha1 = 21800308985557048a3d06fcd32ec00e0f8881e1 OK
2025/04/10 19:57:29 DEBUG : K3251307.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251307.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251301.DNG: sha1 = f5e8984000a3931a25bd64304fc5dfaaf53e74bc OK
2025/04/10 19:57:29 DEBUG : K3251301.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251301.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251305.DNG: sha1 = 22e62bc77db7f6292df03d606d096744ea6c8930 OK
2025/04/10 19:57:29 DEBUG : K3251305.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251305.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251309.DNG: sha1 = 30579a2c4c12d721721bbf209f042556aa778ff3 OK
2025/04/10 19:57:29 DEBUG : K3251309.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251309.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251310.DNG: sha1 = 70e4c28a562e72bb2b19d83bf4d6e7a9604c86bc OK
2025/04/10 19:57:29 DEBUG : K3251310.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251310.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251311.DNG: sha1 = 8faf776554e29f6574b7356e355571326de1e225 OK
2025/04/10 19:57:29 DEBUG : K3251311.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251311.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251312.DNG: sha1 = 9dbaa63b16c43b445f9bcc1583d473490c882848 OK
2025/04/10 19:57:29 DEBUG : K3251312.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251312.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251313.DNG: sha1 = b358deaba6453cf1062e5c31970a3a67c330582a OK
2025/04/10 19:57:29 DEBUG : K3251313.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251313.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251320.DNG.dop: sha1 = 1e7a36b4cfffcea0db739127c30575d2ccf01cf5 OK
2025/04/10 19:57:29 DEBUG : K3251320.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251320.DNG.dop: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251314.DNG: sha1 = 9f0e852a423cede1df9cd64ccb7306f152ed9108 OK
2025/04/10 19:57:29 DEBUG : K3251314.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251314.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251316.DNG: sha1 = 74167df629a602957ae7775a86b6f09b495e8936 OK
2025/04/10 19:57:29 DEBUG : K3251316.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251316.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251315.DNG: sha1 = 79f4e34a0284a2811b875ee54b1adba1df4a1ee3 OK
2025/04/10 19:57:29 DEBUG : K3251315.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251315.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251317.DNG: sha1 = 311606ff99b16f1953f1c78427bb1ddd096b11a5 OK
2025/04/10 19:57:29 DEBUG : K3251317.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251317.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251318.DNG: sha1 = d773f5d07a0daf187f7b133a7a1de21fb7643474 OK
2025/04/10 19:57:29 DEBUG : K3251318.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251318.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251319.DNG: sha1 = 4a0cecc9e79f66d457be1dc545c155ff5168f7a8 OK
2025/04/10 19:57:29 DEBUG : K3251319.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251319.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251320.DNG: sha1 = e7862ba71260f00055f890bdccddc82782ecd7fc OK
2025/04/10 19:57:29 DEBUG : K3251320.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251320.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251321.DNG: sha1 = 6dbc32df3b1075d9bac4de7907473f38c2c92d77 OK
2025/04/10 19:57:29 DEBUG : K3251321.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251321.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251322.DNG: sha1 = 176c153bfe91b609c38f093024366abc1687bea4 OK
2025/04/10 19:57:29 DEBUG : K3251322.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251322.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251329.DNG.dop: sha1 = 6404d92689d1f039c4464b74ff107fed67be84cf OK
2025/04/10 19:57:29 DEBUG : K3251329.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251329.DNG.dop: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251323.DNG: sha1 = 5d207d9459af10ad9e44fb86a6e46b4721ec88e6 OK
2025/04/10 19:57:29 DEBUG : K3251323.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251323.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251324.DNG: sha1 = 32c97ad27116fe214431c9912be98301fd610993 OK
2025/04/10 19:57:29 DEBUG : K3251324.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251324.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251325.DNG: sha1 = 658e65c2fb17a1a9417c2dfded3a23e35233ac24 OK
2025/04/10 19:57:29 DEBUG : K3251325.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251325.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251326.DNG: sha1 = dd86a1ea27c09ee8ddfe93aa013b316a69da07be OK
2025/04/10 19:57:29 DEBUG : K3251326.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251326.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251333.DNG.dop: sha1 = 9d6d79f55f841ce6f83aaae50b21ce7a5d051f63 OK
2025/04/10 19:57:29 DEBUG : K3251333.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251333.DNG.dop: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251327.DNG: sha1 = 780e6d8b0eb52b81da30df9598501769ea706fd1 OK
2025/04/10 19:57:29 DEBUG : K3251327.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251327.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251328.DNG: sha1 = 133d952b1ec3958062f7fd445a31a27ef211a2b7 OK
2025/04/10 19:57:29 DEBUG : K3251328.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251328.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251329.DNG: sha1 = 96bbebc57cede83ce4504cc7849512f34f757a22 OK
2025/04/10 19:57:29 DEBUG : K3251329.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251329.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251331.DNG: sha1 = f91406e15aa7ac5e2963682bc34ba8e6b8c30835 OK
2025/04/10 19:57:29 DEBUG : K3251331.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251331.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251330.DNG: sha1 = f9b457067494358e86793eb17069732f62ffc5a2 OK
2025/04/10 19:57:29 DEBUG : K3251330.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251330.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251333.DNG: sha1 = 061a6f2c7386e103b141d7c5310fc07ab2171808 OK
2025/04/10 19:57:29 DEBUG : K3251333.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251333.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251332.DNG: sha1 = 6d03129efd86f00f22193653a66db8b389a32edd OK
2025/04/10 19:57:29 DEBUG : K3251332.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251332.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251334.DNG: sha1 = 0bdef8b06f74ace28e53c9f355335e359be10a5d OK
2025/04/10 19:57:29 DEBUG : K3251334.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251334.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251335.DNG: sha1 = 58adf3e2b59b703894e1f4a3afa164030502a2bf OK
2025/04/10 19:57:29 DEBUG : K3251335.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251335.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251336.DNG: sha1 = 60a76cb1a8f3abfab6eb662ec5609484fbe57f31 OK
2025/04/10 19:57:29 DEBUG : K3251336.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251336.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251337.DNG: sha1 = 8d96d306595be487a577be08bd1152e45c658083 OK
2025/04/10 19:57:29 DEBUG : K3251337.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251337.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251339.DNG: sha1 = 7b296fbdd2e8c06c1296c87013b7e78271f5fe61 OK
2025/04/10 19:57:29 DEBUG : K3251339.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251339.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251338.DNG: sha1 = 820a92d6ad9d5f9c7d558ba2121f09c83bccd272 OK
2025/04/10 19:57:29 DEBUG : K3251338.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251338.DNG: Unchanged skipping
2025/04/10 19:57:29 DEBUG : K3251340.DNG: sha1 = d8614843ec582e397043c9a8c1adc56944201000 OK
2025/04/10 19:57:29 DEBUG : K3251340.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:29 DEBUG : K3251340.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251341.DNG: sha1 = 1ecaf968fba6303a1c2ea4eebf68958d7fe33869 OK
2025/04/10 19:57:30 DEBUG : K3251341.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251341.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251343.DNG: sha1 = ae2c3af102d10bf28f4d0204536f2ed986f41225 OK
2025/04/10 19:57:30 DEBUG : K3251343.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251343.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251342.DNG: sha1 = 4619b0deea712eb2f804bace409f220e31007ba8 OK
2025/04/10 19:57:30 DEBUG : K3251342.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251342.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251344.DNG: sha1 = ca4cae5fd7c8704ab4e0a554f61a9e0129e8a950 OK
2025/04/10 19:57:30 DEBUG : K3251344.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251344.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251345.DNG: sha1 = 6a447b668a879bb20797d5dec64c307e597b177c OK
2025/04/10 19:57:30 DEBUG : K3251345.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251345.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251346.DNG: sha1 = a10f287b55ad588037e4725c8fde33e55e0383b8 OK
2025/04/10 19:57:30 DEBUG : K3251346.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251346.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251353.DNG.dop: sha1 = 8ae9e7b521375017c84d1093f93397535adabd83 OK
2025/04/10 19:57:30 DEBUG : K3251353.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251353.DNG.dop: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251347.DNG: sha1 = 7057a90019187cd8779302ae65f3fd8efae804c9 OK
2025/04/10 19:57:30 DEBUG : K3251347.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251347.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251348.DNG: sha1 = 3098df0fac636dd96af362c2e9cd66fff682a86c OK
2025/04/10 19:57:30 DEBUG : K3251348.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251348.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251351.DNG: sha1 = 714527e44c61e399b3d60673408c355d1fb1d356 OK
2025/04/10 19:57:30 DEBUG : K3251351.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251351.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251350.DNG: sha1 = 343e7bd47ab5379f17563fc86e06aba6d59e144b OK
2025/04/10 19:57:30 DEBUG : K3251350.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251350.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251352.DNG: sha1 = 6555bcb026dd936cc7d024212059487eeaa1fd59 OK
2025/04/10 19:57:30 DEBUG : K3251352.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251352.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251349.DNG: sha1 = 926673f6fcd90deb85eb25303f5a79666077b9f7 OK
2025/04/10 19:57:30 DEBUG : K3251349.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251349.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251353.DNG: sha1 = 676f955fbd59935319972592f8a08bf551dd2176 OK
2025/04/10 19:57:30 DEBUG : K3251353.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251353.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251360.DNG.dop: sha1 = 4ba363359bbae882f5d460304da65c07bcacc4a8 OK
2025/04/10 19:57:30 DEBUG : K3251360.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251360.DNG.dop: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251355.DNG: sha1 = c8bc54d861a36a3d3ea164fe3345bf93dffe30ba OK
2025/04/10 19:57:30 DEBUG : K3251355.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251355.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251354.DNG: sha1 = d718778ef2a80c22e2f7b51e06563ad3c1eb9ed5 OK
2025/04/10 19:57:30 DEBUG : K3251354.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251354.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251362.DNG.dop: sha1 = 480ec99f8953256c98ee258fda6ae62f8db56639 OK
2025/04/10 19:57:30 DEBUG : K3251362.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251362.DNG.dop: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251356.DNG: sha1 = 634a281fc1b97f3a66db7e820ebb3833f7438416 OK
2025/04/10 19:57:30 DEBUG : K3251356.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251356.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251363.DNG.dop: sha1 = de8c4d9b22fd0c57cbf5b7d11047e6bd47b85ad6 OK
2025/04/10 19:57:30 DEBUG : K3251363.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251363.DNG.dop: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251357.DNG: sha1 = d78ea4d185f58fc33474d1c7014ec90031e1b1de OK
2025/04/10 19:57:30 DEBUG : K3251357.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251357.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251358.DNG: sha1 = 553a0392faa730f9362d680db29520cf4d2108bb OK
2025/04/10 19:57:30 DEBUG : K3251358.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251358.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251359.DNG: sha1 = 5b9610abb4f07f70bde743e1db65b53a2ea0ecc0 OK
2025/04/10 19:57:30 DEBUG : K3251359.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251359.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251360.DNG: sha1 = f0e1dea275c92ba012ee93260f0a4dc49fae6ff9 OK
2025/04/10 19:57:30 DEBUG : K3251360.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251360.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251361.DNG: sha1 = 6b960bb0b3fd8a8f09a2ade8ec9395e9a3180871 OK
2025/04/10 19:57:30 DEBUG : K3251361.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251361.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251363.DNG: sha1 = 22bbc2792f0a88887e1fce4b71f60e9f1ea6ffe0 OK
2025/04/10 19:57:30 DEBUG : K3251363.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251363.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251362.DNG: sha1 = c13d6f6beaa9be3e03cdc65bf9f234c1da63288f OK
2025/04/10 19:57:30 DEBUG : K3251362.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251362.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251364.DNG: sha1 = 525061216dad953891d9a9b182df99a5e6b975be OK
2025/04/10 19:57:30 DEBUG : K3251364.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251364.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251365.DNG: sha1 = af8e41f146df19a32eabfb4555816540b006e3fe OK
2025/04/10 19:57:30 DEBUG : K3251365.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251365.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251372.DNG.dop: sha1 = 1e5514f65de7dd802c673d61b9859ef2ae7dde0d OK
2025/04/10 19:57:30 DEBUG : K3251372.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251372.DNG.dop: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251367.DNG: sha1 = 982227fff97cd2c5e836fa782404f0401d5d5067 OK
2025/04/10 19:57:30 DEBUG : K3251367.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251367.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251366.DNG: sha1 = a5d9bee998a7db4409f6224c547edbf8ef7ecb96 OK
2025/04/10 19:57:30 DEBUG : K3251366.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251366.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251368.DNG: sha1 = 61aee7cf25db255983a21b01eb1b496ec29115b6 OK
2025/04/10 19:57:30 DEBUG : K3251368.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251368.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251369.DNG: sha1 = 3aaa0db4f936b0547c209f609c7988db42b582bf OK
2025/04/10 19:57:30 DEBUG : K3251369.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251369.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251376.DNG.dop: sha1 = 0284805ced87b00f8e16af8df98e92eb280cca29 OK
2025/04/10 19:57:30 DEBUG : K3251376.DNG.dop: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251376.DNG.dop: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251370.DNG: sha1 = f88643a295604ff10236f815f02fcf78c9cc7f3a OK
2025/04/10 19:57:30 DEBUG : K3251370.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251370.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251371.DNG: sha1 = 2110549c8922f6c0f89652293d2b6f621a41997b OK
2025/04/10 19:57:30 DEBUG : K3251371.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251371.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251372.DNG: sha1 = 8ac0b224115df8f7fc9804fd199aab2a95d6130c OK
2025/04/10 19:57:30 DEBUG : K3251372.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251372.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251373.DNG: sha1 = 132ac6765f478298b4dbcd6116bcf8698859bdc7 OK
2025/04/10 19:57:30 DEBUG : K3251373.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251373.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251374.DNG: sha1 = 4094215250e3c350c3fcb536e9940c27097e5205 OK
2025/04/10 19:57:30 DEBUG : K3251374.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251374.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251375.DNG: sha1 = 6cf38bc186692fd2cf83324132625983831f88be OK
2025/04/10 19:57:30 DEBUG : K3251375.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251375.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251377.DNG: sha1 = 64982c32a6bb67e4de0e4677f871113ef8a19b5b OK
2025/04/10 19:57:30 DEBUG : K3251377.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251377.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : K3251376.DNG: sha1 = 53ea8ecd4fb845b74f30dcd8abc974ad859e0481 OK
2025/04/10 19:57:30 DEBUG : K3251376.DNG: Size and sha1 of src and dst objects identical
2025/04/10 19:57:30 DEBUG : K3251376.DNG: Unchanged skipping
2025/04/10 19:57:30 DEBUG : B2 bucket zkarj-photos path ARJ/2025/04: Waiting for transfers to finish
2025/04/10 19:57:30 INFO : There was nothing to transfer
0 B / 0 B, -, 0 bit/s, ETA -
2025/04/10 19:57:30 INFO : 0 B / 0 B, -, 0 bit/s, ETA -
2025/04/10 19:57:30 DEBUG : 11 go routines active