Smart Transfer Completion Notifications – Plus Edition

:page_facing_up: Description

Introduce a notification system for RcloneView that alerts users when large file transfers or sync jobs complete — even when the app is minimized or running unattended.

Core alert methods include:

  • :e_mail: Email Notifications for job completion (with error/success summary)

  • :speech_balloon: (In exploration): Notify via Slack/Telegram, once external webhook support is validated

  • :bell: In-app and tray notifications for completed/failed jobs

This ensures users are always informed, especially after long-running or background operations.


:hammer_and_wrench: Usage Scenarios

Let’s say a user schedules a large overnight backup (e.g., 50GB from NAS to Backblaze B2).

When the transfer completes:

  1. RcloneView detects job completion.

  2. A formatted email is sent with:

    • :white_check_mark: Job name

    • :bar_chart: Summary (files copied/skipped/errored)

    • :stopwatch: Duration

    • :link: Logs (if enabled)

  3. Optionally, a Slack/Telegram message is pushed to a configured channel.

This allows unattended transfers with peace of mind and instant feedback.


**:test_tube: Reference UI **


:warning: Limitations to Overcome

Issue Solution Proposal
RcloneView lacks built-in job-based notifications Add notification hooks after job execution
No UI for configuring alerts or thresholds Create alert config per job (email + messenger + filters)
User may not want alerts for small jobs Add filters (e.g., “Notify only if transfer > 100MB or failed”)

:date: Roadmap (Vision)

  • :white_check_mark: Basic email notification after job completion

  • :hourglass_not_done: Add job filter settings (size, error-only, time thresholds)

  • :link: Enable Webhook support (Discord, Slack, etc.)

  • :bell: Show persistent in-app toast + system tray alerts

  • :mobile_phone: Future: Push notifications (via mobile app or 3rd party)


:woman_raising_hand: Want this feature?

Upvote this post if you’d like to receive smart alerts for your sync or backup jobs in RcloneView!

Got ideas for alert formats, messengers, or use-cases? Drop a comment below :backhand_index_pointing_down: