mouson / redmine_backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine BackUp Srcipt

modify from https://github.com/KsenZ/redmine_backup

Usage

  1. git clone git@github.com:mouson/redmine_backup.git

  2. Copy conf.sh.sample to conf.sh

cp conf.sh.sample conf.sh
  1. modify config file "conf.sh"

  2. testing

cd redmine_backup
./redmine_backup.sh
./redmine_backup.sh d
  1. add cron job
5 3 * * * /home/backup/redmine_backup/redmine_backup.cron > /dev/null 2>&1

About


Languages

Language:Shell 100.0%