RClone Notifications?

So I use rclone to move files from my seedbox to Google Drive. I initiate things using the Terminal from a Mac Mini. Is it possible for rclone to notify me somehow that the transfers are done?

Try tacking && say done on to the end of any rclone terminal command string. (this is assuming you’re local to the box and can hear the speaker)

Alternatively && mail -s subject someone@example.com to generate an email, though check spam filters for it and whitelist it.

1 Like