Tag Archives: Backup in Linux

Backup in Linux

Backup in Linux $ tar   cvf    backup.tar  . C = create an archive V = verbose mode f = file name . = current directory Display the content of tar file $ tar  tvf   backup.tar t = table of content … Continue reading

Posted in Linux | Tagged | Leave a comment