You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

install 219B

123456789
  1. #! /usr/bin/env sh
  2. cp git-backup /usr/local/bin
  3. cp git-backup.conf /etc
  4. sed -i '/git-backup/c\' /etc/crontab
  5. echo "00 2 * * * root git-backup > /dev/null" >> /etc/crontab
  6. service cron reload
  7. git-backup --init