We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d643cfd commit b301a04Copy full SHA for b301a04
Shell Scripting Tutorial/Automated_Backup/backup.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+
3
+#tar = Tape Archive tool for compression
4
+tar -cvf /backupfolder/backup.tar /home/nishkarshraj/Desktop/Automation-using-Shell-Scripts
5
6
+#Go to the backup folder location
7
+cd /backupfolder
8
9
+#Show the size of the folder
10
+du -sh
11
0 commit comments