|
From: Dale S. <da...@cz...> - 2005-02-21 18:58:55
|
Brown, Wade ASL (GE Healthcare) wrote: > BackupPC has a pre and post backupup command. Use that to issue an email. > > - Wade You could add something like the following to these scripts to notify the user with a winpopup message. add to pre script echo "Starting backup." | smbclient -M machine_netbios_name add to post script echo "Backup complete." | smbclient -M machine_netbios_name |