website 277 B

1234567891011
  1. #!/bin/sh
  2. source config.sh
  3. config=`date '+%Y-%m-%d_%H-%M-%S'`.zip
  4. zip -r $config /var/www
  5. echo """
  6. hi
  7. i'm clara. a server Manager bot
  8. this is the Backup for your all websites
  9. """|mutt -a $config -s "Backup for all your websites"`date '+%Y-%m-%d_%H-%M-%S'` -- $email
  10. rm $config