backup-scripts
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A collection of Bash functions for running backups
This is a basic set of helper functions for creating backups of your
filesystems, Subversion repositories, and MySQL and PostgreSQL
databases.

I configure backups to run from cron using the following entry in my
crontab:

  test -d $HOME/backup-scripts/daily && run-parts --verbose $HOME/backup-scripts/daily

In this case, the `daily' directory contains one or more shell scripts
corresponding to the backup tasks.

See the `example.sh' file in the `daily' or `manual' directory for
pointers.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。