×
In

The command :

tar -cvfz -X excludeList -g 20150407.snar 20150407-full.tar.gz ~

tar-cvfz – creates all the files.

-X excludeList – creates a folder where one can exclude the files that need not be backed up.

-g .snar – this is the command used for incremental backup.

.tar.gz ~ – create .gz files which can be extracted later

  • At first do a full blind backup of all your files.
  • Then for the next backup, create a new .snar file and copy the old .snar to the new one.

Author

prathap7618@gmail.com

Related Posts

Scratch 3 documentation for Ubuntu

Vimal has completed B.E Mechanical Engineering and has experience in various profiles as executive operations, Engineering maintenance, deputy manager- management systems, quality...

Read out all

Setting up Cadence and Centos

Install Centos: Did not work: Installed Centos 32 bit OS. We realized that Cadence need CentOS 64 bit OS . To find...

Read out all

How to compress image size in Ubuntu

1. Open the terminal (Ctrl + Alt + T). 2. Install imagemagick by sudo apt-get install imagemagick 2. Go to the directory...

Read out all

Downloading from the Terminal

Ubuntu : wget *download link* The download can be paused and restarted by killing the terminal To resume download : wget –continue *download...

Read out all

Installing Scratch on a 64x machine & creating desktop icon. (Ubuntu)

The following instruction can be used to install scratch in a 64x machine.   Download the Adobe Air and Scratch files from:...

Read out all

5 Common Unix Commands

Click on the link below to download the video. Its just 3.8mb !! UnixCommands

Read out all