Difference between revisions of "stoney backup: Notification Overview"

From stoney cloud
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Tasks)
(Overview)
Line 3: Line 3:
  
 
Main tasks:
 
Main tasks:
* Warns the user when the backup is running out of space ([[#quota |quota]]).
+
* Warns the user when the backup is running out of space ([[#Quota |quota]]).
* Warns the user if the backup wasn't executed at the planned time ([[#schedule |schedule]]).
+
* Warns the user if the backup wasn't executed at the planned time ([[#Schedule |schedule]]).
* Informs the user if the backup was executed, but finished with errors ([[#unsuccessful |unsuccessful]]).
+
* Informs the user if the backup was executed, but finished with errors ([[#Unsuccessful |unsuccessful]]).
 
* If the Backup Client is too old, inform the user (upgrade) (not implemented yet).
 
* If the Backup Client is too old, inform the user (upgrade) (not implemented yet).
 
* Tell the user, that they have a backup account, but it was never used (no backup) (not implemented yet).
 
* Tell the user, that they have a backup account, but it was never used (no backup) (not implemented yet).

Revision as of 11:14, 31 January 2014

Overview

The pages gives you an overview of the stoney backup relevant notifications scripts.

Main tasks:

  • Warns the user when the backup is running out of space (quota).
  • Warns the user if the backup wasn't executed at the planned time (schedule).
  • Informs the user if the backup was executed, but finished with errors (unsuccessful).
  • If the Backup Client is too old, inform the user (upgrade) (not implemented yet).
  • Tell the user, that they have a backup account, but it was never used (no backup) (not implemented yet).

Tasks

Quota

If the used quota in percentage is bigger than the threshold, the appropriate error message is sent (see who will be informed). The threshold is variable value which is read from the accounts backend (LDAP directory) entry. (The reseller and/or the customer can change the threshold for the given account using the selfcare web-interface (not implemented yet).)

Schedule

Each (more or less up-to-date) backup client (developed by stepping stone GmbH]) uploads scheduling information to the server when backing up a computer. According to the scheduling information, the server can check if a backup was executed at the correct time or not. If not an appropriate error message is sent (see who will be informed). (The reseller and/or customer can define after how many not executed backups he or she wants to be informed using the selfcare web-interface (not implemented yet).)

Unsuccessful

Each (more or less up-to-date) backup client (developed by stepping stone GmbH]) uploads the status of the backup to the server after backing up a computer. According to this status information, the server can check if the last backup was successful. If not an appropriate error message is sent (see who will be informed). (The reseller and/or customer can define after how many not successful backups he or she wants to be informed using the selfcare web-interface (not implemented yet).)

Who will receive notification mails

Customer / User

Reseller

Source Code

The source code is located in our GitHub Repository:

https://github.com/stepping-stone/backup-utils