Tutorial: How to Perform Backups and Crontab Scheduling on Linux and Unix

preview_player
Показать описание
Lab 0x06 - Linux Backups, Cron, and Scripting

Overview
This lab should expose the student to backups using tar and chronological tables using scripts. Additional investigation into tar, network backup transfer, and encryption are encouraged.

Create your first backup script:
date +%Y%m%d.%H%M

#!/bin/bash
# Comment/NAME 20200422.2000hrs
# Backup script

var_date=`date +%Y%m%d.%H%M`

ll backups/
ll

Change the files to their final names:

Change the weekly backup to reflect the proper name:

#!/bin/bash
# Comment/NAME 20200422.2000hrs
# Backup script

var_date=`date +%Y%m%d.%H%M`

Configure the chronological table:
vi /etc/crontab
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user command
#

#linux #backup #scripting #scriptingtechnique #chmod

Thank you for dropping by!

Please join me:

Tutorial: How to Perform Backups and Crontab Scheduling on Linux and Unix

TIMESTAMPS
00:00 Introduction to Backups
01:26 Backups
06:15 Cron
07:44 Scripting
11:37 Run
12:00 Backups Info
16:35 Conclusion to Backups
Рекомендации по теме
Комментарии
Автор

very well explained! i was stuck with my uni homework in daily backup but really helpful video. Thank you so much for this video.

MrGetstarted
Автор

This was a very easy to follow and helpful tutorial. Thank you.

kavisiliat
Автор

Thank you so much for this video. The republic of china will forever be in your favour.

subkhaliq
Автор

thnaks you sir its very amazing session

bqmstech
Автор

Can u run more than 1 backup in the same Cron cmd line thing?
And its 2 parts, a scheduler section and a cmd line that tells what the scheduler to do? How do u export the scheduler?

buszybudy
Автор

Hello Sir thanks for this great video. Can you please make a video on rsync for linux backup on remote storage

riadhossainbhuiyan
Автор

Hello. Thank you very much. Its an excellent video. Can you please show us how to keep having always 7 backups only? I mean the a way to automatically delete the 1rst backup before write the 8th backup. Again thank you!

goldenmean
Автор

I am getting error
tar: +%Y%m%d.%H%M.tar.gz: cannot stat: no such file or directory

please help whats the issue

shambhuprasad
join shbcf.ru