5
www.itolaleng.wordpress.com [email protected] Back Data on Linux with Cron Create backup project a. How create Folder workdoc in path “/var/”? Go to the var located and create the folder by used command type:SA:/var # md workdoc a. How to create Folder such as: AdminDoc, ITDoc, TeacherDoc in Folder name: “/var/workdoc”? Then continue to the workdoc located to create the AdminDoc, ITDoc, TeacherDoc. Prepared by LENG Tola, Email: [email protected] , Tel: +855968814005 Website: http://itolaleng.wordpress.com

Backup Data with Cron on Linux

Embed Size (px)

Citation preview

Page 1: Backup Data with Cron on Linux

www.itolaleng.wordpress.com [email protected]

Back Data on Linux with Cron

Create backup projecta. How create Folder workdoc in path “/var/”?

Go to the var located and create the folder by used command type:SA:/var # md workdoc

a. How to create Folder such as: AdminDoc, ITDoc, TeacherDoc in Folder name: “/var/workdoc”? Then continue to the workdoc located to create the

AdminDoc, ITDoc, TeacherDoc.

Prepared by LENG Tola,Email: [email protected], Tel: +855968814005Website: http://itolaleng.wordpress.com

Page 2: Backup Data with Cron on Linux

www.itolaleng.wordpress.com [email protected]

a. How to create file admininfo.txt to folder AdminDoc, create file ITinfo.txt to folder ITDoc, and create file Teacherinfo.txt to folder TeacherDoc?

The types command for used to create txt file: touch eacher file in other folder and extensions file.

Prepared by LENG Tola,Email: [email protected], Tel: +855968814005Website: http://itolaleng.wordpress.com

Page 3: Backup Data with Cron on Linux

www.itolaleng.wordpress.com [email protected]

/home/backupdoc.tgz every Sunday time 10:30PM?

This step we used that types command that: tar cvzf admininfo.txt /var/AdminDoc/*

Prepared by LENG Tola,Email: [email protected], Tel: +855968814005Website: http://itolaleng.wordpress.com

Page 4: Backup Data with Cron on Linux

www.itolaleng.wordpress.com [email protected]

Prepared by LENG Tola,Email: [email protected], Tel: +855968814005Website: http://itolaleng.wordpress.com

Page 5: Backup Data with Cron on Linux

www.itolaleng.wordpress.com [email protected]

Prepared by LENG Tola,Email: [email protected], Tel: +855968814005Website: http://itolaleng.wordpress.com