fileBackup

warning: Creating default object from empty value in /home/uo3mew6y2886/public_html/modules/taxonomy/taxonomy.pages.inc on line 33.

Backup Procedure. Using tar.

Procedures to backup files using the tar linux command.

Steps Overview

  • Programs Needed
  • Procedure
  • Append Files or Folders to an Archive
  • Links of Interest

Programs Needed

tar

Procedure

The following procedure is done at the command line. You will need administrative privilages, as in root priviliges, if you need to back up files or folders outside your own home directory.

Command

tar -vccf <name_of_archive> <file_or_folder_to_archive>

Syndicate content