Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
61.85 KB
MD5: 9d9576906ab84cb152be8afe6abdccb2
SHA-1: 5b366cdbfc12fc6bf99a096cb84136154b1467f2
SHA-256: 915b4bfd98913f3cf059c3a0df25332fa203c7848a95a541298e12b12014f8ee
Download zip
75 KB
MD5: 06bfbb2c63899ba47d602923b51d2803
SHA-1: 1c277df8231b3c8f25fa2d360ff448a51f187c3d
SHA-256: c382fbd68aaff38f8585b8ca4f728dd0309927b7147b804167dfe837da095f23
Release notes
1.3.0
Added
- Drush
nc-config --remote-path: New option on the global config command to set the remote path on the Nextcloud server that is mounted or synced (e.g.--remote-path=/Documents). Value is normalised to a leading-slash path; defaults to/(root) when unset. remote_pathinnc-mount-checkoutput: The prerequisites check now prints the configured remote path in the Global configuration section alongside server URL and WebDAV path.
Fixed
- Bisync exit code 7 (safety-check abort): rclone bisync exits with code 7 when it detects an unexpectedly large number of deletes (default threshold 50%). The error was previously unhandled, producing only the opaque message "rclone exited with code 7." with no further action.
MountService::sync()now detects exit code 7 alongside bisync-abort and "too many deletes" output patterns, clears the stale.lstworkdir files, and automatically retries with--resync— the same recovery path already used for the initial missing-listings case. Affects all sync entry points:nc-sync,nc-sync-all, cron, and the "Sync now" form button. - Double
--resyncflag: When the workdir pre-check already set--resyncin the bisync flags, the fallback retry block appended a second--resync. The flag is now only appended when not already present. - Opaque sync error messages: When rclone produced output but still failed, the exit code was silently dropped. Exit code is now always appended to the output in error messages, including those surfaced by
nc-syncandnc-sync-all.