Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #server vorher aufwecken
  2. wol bc:ee:7b:e0:a4:7c
  3. sleep 2m
  4.  
  5.  
  6.  
  7. if [ ${global_exit} -eq 0 ]; then
  8. info "Backup and Prune finished successfully"
  9. notify-send --urgency=low "Backup auf homeserver erfolgreich"
  10. elif [ ${global_exit} -eq 1 ]; then
  11. info "Backup and/or Prune finished with warnings"
  12. notify-send --urgency=critical "Backup auf homeserver nicht erfolgreich!"
  13. else
  14. info "Backup and/or Prune finished with errors"
  15. notify-send --urgency=critical "Backup auf homeserver nicht erfolgreich!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement