sh 用于备份我的rcf网站的脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 用于备份我的rcf网站的脚本相关的知识,希望对你有一定的参考价值。

#!/bin/bash
# backup the website on the server

bnlMountHome
now=$(date +"%m_%d_%Y")
#/Users/danielbrandenburg/bnl/local/www/backup
tar -cvf "bnl_site_${now}.tar" /star/u/jdb/WWW/site 
gzip -9 "bnl_site_${now}.tar"
mv "bnl_site_${now}.tar.gz" ../backup/

以上是关于sh 用于备份我的rcf网站的脚本的主要内容,如果未能解决你的问题,请参考以下文章

sh 用于Postgresql DB自动备份的脚本

sh 用于备份和从AWS S3删除旧备份的简单脚本shell

sh 用于备份所有mysql数据库的脚本

sh 用于备份所有mysql数据库的脚本

sh 用于备份所有mysql数据库的脚本

sh 用于备份所有mysql数据库的脚本