lab 134-ch1
on servera
Create 1000 file with parameter name file is "laporan-xxx.txt" in directory ~/laporan with bash script in directory ~/ (/home/student/) with name script file is createFile.sh
fill in each laporan-xxx.txt file with the "Data Ke-xxx"
create backupfile using gzip with name is laporan.tar.gz in directory ~/laporan
create scheduling jobs every minutes for command copy ~/laporan/laporan.tar.gz to ~/backupLaporan.tar.gz
Top comments (0)