We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nextcloudcmd --exclude doesn't exclude directory from sync. It still downloads the entire directory from server. Ref: https://docs.nextcloud.com/desktop/latest/advancedusage.html#exclude-list
/InstantUpload
/tmp/list
InstantUpload InstantUpload* InstantUpload** InstantUpload/* InstantUpload/** InstantUpload/*/* /InstantUpload /InstantUpload* /InstantUpload** /InstantUpload/* /InstantUpload/** /InstantUpload/*/* *InstantUpload*
nextcloudcmd --exclude /tmp/list -u USERNAME -p PASSWORD https://my.nextcloud.site
Nothing in InstantUpload directory should be downloaded or uploaded.
InstantUpload
nextcloudcmd
Linux
Arch Linux (rolling)
Distro package manager
28.0.5
3.15.0
Fresh desktop client install
Encryption is Disabled
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
nextcloudcmd --exclude doesn't exclude directory from sync. It still downloads the entire directory from server.
Ref: https://docs.nextcloud.com/desktop/latest/advancedusage.html#exclude-list
Steps to reproduce
/InstantUpload
on Nextcloud server. Put some files inside./tmp/list
nextcloudcmd --exclude /tmp/list -u USERNAME -p PASSWORD https://my.nextcloud.site
Expected behavior
Nothing in
InstantUpload
directory should be downloaded or uploaded.Which files are affected by this bug
nextcloudcmd
Operating system
Linux
Which version of the operating system you are running.
Arch Linux (rolling)
Package
Distro package manager
Nextcloud Server version
28.0.5
Nextcloud Desktop Client version
3.15.0
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
No response
The text was updated successfully, but these errors were encountered: