PBS Backup Email Notifications with Rclone and msmtp

PBS + Rclone Backup Email Notification Setup for PacketRealm.io This document outlines how to configure email notifications for Proxmox Backup Server (PBS) backup syncs using rclone and msmtp, and send logs via email from [email protected]. 1. Email Account: [email protected] This email address is used as the sender for: PBS backup reports Grafana alerts General system monitoring You may use it with msmtp as an SMTP client to send messages. 2. Install Required Packages sudo apt update sudo apt install msmtp msmtp-mta 3. Configure msmtp Edit /root/.msmtprc: ...

June 22, 2025