课程: Linux: Storage Systems (2016)
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Use backup tools
- [Instructor] Let's talk about using cron to do a backup. Well if you're going to do a backup daily or hourly then your Lenox system might be already configured to make that pretty convenient, because it already runs stuff usually hourly and daily. If you go to etc and you list grep cron, you'll see a number of things. You'll see the anacrontab, if you look at that, down on the bottom there it's pretty cryptic but essentially the one for the cron.daily line there says run everyday, a delay of five minutes, we're calling it cron.daily and it's going to do a nice command. So it won't interfere with other stuff and we do the run-parts command, you can look at that, that's actually a script in bin. And it's going to run the cron.daily program. It's going to run the stuff in cron.daily all the programs in cron.daily. So if we go to cron.daily, and the anacron also says don't start before three in the morning, stuff like that. So we go here, and it's going to run all these scripts. You can…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
-
-
(已锁定)
Configure and manage swap space5 分钟 39 秒
-
(已锁定)
Configure remote block-storage devices2 分钟 47 秒
-
(已锁定)
Use targetcli1 分钟 37 秒
-
(已锁定)
Backup and recovery strategies6 分钟 14 秒
-
(已锁定)
Use backup tools5 分钟 8 秒
-
(已锁定)
Assemble partitions as RAID devices4 分钟 27 秒
-
(已锁定)
Linux file system features and flags6 分钟 38 秒
-
(已锁定)
Configure file system features and flags4 分钟 55 秒
-
(已锁定)
Challenge: Swap space, rsync, and RAID1 分钟 1 秒
-
(已锁定)
Solution: Swap space, rsync, and RAID3 分钟 44 秒
-
(已锁定)
-
-