Jump to content

darkster

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by darkster

  1. On 12/24/2022 at 1:01 AM, Twinkie0101 said:

    Has anyone set up pushover notifications with Duplicacy?  Looked on the duplicacy forum but what I found hasn't worked for me.

     

    What I've done:

    • Created a message.json with the following:
    {
    "BackupResult": "{{.result}}",
    "BeginTime": "{{.start_time}}",
    "TotalFiles": "{{.total_files}}",
    "Storage": "{{.storage_url}}",
    "token": token ID",
    "user": "user ID",
    "message": "Backup {{.result}}. {{.total_files}} files in {{.directory}}",
    "title": "Duplicacy Backup Completed"
    }

     

    • Put the message.json file in the duplicacy appdata foler
    • For the backup plan I used the following site to send the message:

    https://api.pushover.net/1/messages.json

     

    Appreciate any help for others that have set this up successfully.

    Were you able to get this working? Having detailed pushover notifications for Duplicacy would be amazing. Right now I basically just check in from time to time 😬

     

×
×
  • Create New...