You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/pcloud.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,31 @@ So if the folder you want rclone to use your is "My Music/", then use the return
173
173
id from ```rclone lsf``` command (ex. `dxxxxxxxx2`) as the `root_folder_id` variable
174
174
value in the config file.
175
175
176
+
### Change notifications and mounts
177
+
178
+
The pCloud backend supports real‑time updates for rclone mounts via change
179
+
notifications. rclone uses pCloud’s diff long‑polling API to detect changes and
180
+
will automatically refresh directory listings in the mounted filesystem when
181
+
changes occur.
182
+
183
+
Notes and behavior:
184
+
185
+
- Works automatically when using `rclone mount` and requires no additional
186
+
configuration.
187
+
- Notifications are directory‑scoped: when rclone detects a change, it refreshes
188
+
the affected directory so new/removed/renamed files become visible promptly.
189
+
- Updates are near real‑time. The backend uses a long‑poll with short fallback
190
+
polling intervals, so you should see changes appear quickly without manual
191
+
refreshes.
192
+
193
+
If you want to debug or verify notifications, you can use the helper command:
194
+
195
+
```bash
196
+
rclone test changenotify remote:
197
+
```
198
+
199
+
This will log incoming change notifications for the given remote.
200
+
176
201
<!-- autogenerated options start - DO NOT EDIT - instead edit fs.RegInfo in backend/pcloud/pcloud.go and run make backenddocs to verify --><!-- markdownlint-disable-line line-length -->
0 commit comments