cyberduck
cyberduck copied to clipboard
WebDav Uploads to an Cryptomator container did not skip existing files anymore
I'm using an WebDav (sciebo) Cloud Drive for my Backups in an Cryptomator container. Since few versions the syncronisation to the container starts did an complete upload of the files and not the newly created files.
To Reproduce Steps to reproduce the behavior:
- Open Cyberduck
- Right Click on destination folder
- Click in syncronisation
- Choose folder which should be syncronised
- In the "upload" window, every single files is checked, also those which are already inside the cryptomator container.
Expected behavior Files which are exists should be skipped an not uploaded again.
Desktop (please complete the following information):
- OS: Windows 11
- Version 10.0.22.000
- Cyberduck: 8.4.1
Log Files
The Logfile ist to huge to copy it here, but these are the errors which occus today...
2022-07-08 08:53:02,676 [Thread-0] ERROR ch.cyberduck.core.LoginCallbackFactory - Failure loading callback class class cli.Ch.Cyberduck.Ui.Controller.PromptLoginController. cli.Ch.Cyberduck.Ui.Controller.PromptLoginController.<init>() 2022-07-08 08:53:02,708 [Thread-0] ERROR ch.cyberduck.core.AlertCallbackFactory - Failure loading callback class class cli.Ch.Cyberduck.Ui.Winforms.Threading.DialogAlertCallback. cli.Ch.Cyberduck.Ui.Winforms.Threading.DialogAlertCallback.<init>() 2022-07-08 09:09:42,390 [Thread-0] WARN Ch.Cyberduck.Core.I18n.DictionaryLocale - Key '--' in bundle 'Localizable' not found 2022-07-08 09:09:42,406 [Thread-0] WARN Ch.Cyberduck.Core.I18n.DictionaryLocale - Key '--' in bundle 'Localizable' not found 2022-07-08 09:09:42,406 [Thread-0] DEBUG ch.cyberduck.core.vault.DefaultVaultRegistry - Found vault CryptoVault{home=Path{path='/remote.php/dav/files/[email protected]/Projektbox/Doku', type=[directory], attributes=PathAttributes{accessed=-1, size=-1, modified=1656670558000, created=-1, owner='null', group='null', permission=--, acl={}, checksum='null', etag='"62bec95ea75b5"', storageClass='null', encryption='none', versionId='null', fileId='null', lockId='null', duplicate=null, hidden=null, revision=null, region='null', metadata={}', custom={}'}}, cryptor=org.cryptomator.cryptolib.v1.CryptorImpl@1ccfe8f} for file Path{path='/remote.php/dav/files/[email protected]/Projektbox/Doku', type=[directory], attributes=PathAttributes{accessed=-1, size=-1, modified=1656670558000, created=-1, owner='null', group='null', permission=--, acl={}, checksum='null', etag='"62bec95ea75b5"', storageClass='null', encryption='none', versionId='null', fileId='null', lockId='null', duplicate=null, hidden=null, revision=null, region='null', metadata={}', custom={}'}} 2022-07-08 09:09:42,406 [Thread-0] WARN Ch.Cyberduck.Core.I18n.DictionaryLocale - Key '--' in bundle 'Localizable' not found 2022-07-08 09:09:42,406 [Thread-0] WARN Ch.Cyberduck.Core.I18n.DictionaryLocale - Key '--' in bundle 'Localizable' not found 2022-07-08 09:09:42,406 [Thread-0] DEBUG ch.cyberduck.core.vault.DefaultVaultRegistry - Found vault CryptoVault{home=Path{path='/remote.php/dav/files/[email protected]/Projektbox/Doku', type=[directory], attributes=PathAttributes{accessed=-1, size=-1, modified=1656670558000, created=-1, owner='null', group='null', permission=--, acl={}, checksum='null', etag='"62bec95ea75b5"', storageClass='null', encryption='none', versionId='null', fileId='null', lockId='null', duplicate=null, hidden=null, revision=null, region='null', metadata={}', custom={}'}}, cryptor=org.cryptomator.cryptolib.v1.CryptorImpl@1ccfe8f} for file Path{path='/remote.php/dav/files/[email protected]/Projektbox/Doku', type=[directory], attributes=PathAttributes{accessed=-1, size=-1, modified=1656670558000, created=-1, owner='null', group='null', permission=--, acl={}, checksum='null', etag='"62bec95ea75b5"', storageClass='null', encryption='none', versionId='null', fileId='null', lockId='null', duplicate=null, hidden=null, revision=null, region='null', metadata={}', custom={}'}} 2022-07-08 09:09:42,406 [Thread-0] WARN Ch.Cyberduck.Core.I18n.DictionaryLocale - Key '--' in bundle 'Localizable' not found 2022-07-08 09:09:42,406 [Thread-0] WARN Ch.Cyberduck.Core.I18n.DictionaryLocale - Key '--' in bundle 'Localizable' not found 2022-07-08 09:09:42,406 [Thread-0] DEBUG ch.cyberduck.core.vault.DefaultVaultRegistry - Found vault CryptoVault{home=Path{path='/remote.php/dav/files/[email protected]/Projektbox/Doku', type=[directory], attributes=PathAttributes{accessed=-1, size=-1, modified=1656670558000, created=-1, owner='null', group='null', permission=--, acl={}, checksum='null', etag='"62bec95ea75b5"', storageClass='null', encryption='none', versionId='null', fileId='null', lockId='null', duplicate=null, hidden=null, revision=null, region='null', metadata={}', custom={}'}}, cryptor=org.cryptomator.cryptolib.v1.CryptorImpl@1ccfe8f} for file Path{path='/remote.php/dav/files/[email protected]/Projektbox/Doku', type=[directory], attributes=PathAttributes{accessed=-1, size=-1, modified=1656670558000, created=-1, owner='null', group='null', permission=--, acl={}, checksum='null', etag='"62bec95ea75b5"', storageClass='null', encryption='none', versionId='null', fileId='null', lockId='null', duplicate=null, hidden=null, revision=null, region='null', metadata={}', custom={}'}}
Additional context
I think there was an additional bug with FTP Uploads few "updates" ago and the error starts at this point. Didn't know the exact version or date anymore...Sorry for that.