﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>运维部落 &#187; 备份</title>
	<atom:link href="http://help.vps12.com/tag/%e5%a4%87%e4%bb%bd/feed" rel="self" type="application/rss+xml" />
	<link>https://help.vps12.com</link>
	<description>分享服务器运维及实践解决方案</description>
	<lastBuildDate>Sat, 25 Jan 2025 07:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>yum安装crontab</title>
		<link>https://help.vps12.com/605.html</link>
		<comments>https://help.vps12.com/605.html#comments</comments>
		<pubDate>Tue, 11 Dec 2012 16:25:55 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[备份]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.vps12.com/?p=605</guid>
		<description><![CDATA[crontab 是linux下的计划任务服务程序。有时我们需要定时做一些备份之类的需要使用到。最简化安装时有时未安装上。我们用yum来完成安装。 1、安装 ?View Code SHELL1 2 yum -y install vixie-cron yum -y install crontabs 2、启动 ?View Code SHELL1 2 3 service crond restart Stopping crond: [ OK ] Starting crond: [ OK ] 启动成功说明安装完毕。]]></description>
		<wfw:commentRss>https://help.vps12.com/605.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自动备份VPS数据的shell脚本(转)</title>
		<link>https://help.vps12.com/269.html</link>
		<comments>https://help.vps12.com/269.html#comments</comments>
		<pubDate>Fri, 25 Nov 2011 08:42:05 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[备份]]></category>

		<guid isPermaLink="false">http://blog.vps12.com/?p=269</guid>
		<description><![CDATA[使用说明，将其保存为backup.sh,并为其添加执行权限 ?View Code SHELL1 chmod +x /root/backup.sh 其中ftp账户密码自己配置。 代码如下： ?View Code SHELL1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 #!/bin/bash [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/269.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
