what are the different types of Backups..?
Answers were Sorted based on User's Feedback
Answer / jaswanth.saladi
TAR - used for complete files or folers backup, and it uses
the utilities gunzip and bunzip2.
CPIO - used to backup the selected objects and it stands for
copy in and out..
DUMP - used to have the device back up.there are multiple
backups in this such as
- full back up
- Incremental back up
- Differential back up
SSH - stands for secured Shell n used to connect remotely to
corresponding computer n take the back up...
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / susheel narayan singh
There are five different type of backup
1-Noramal backup
2-Incremental backup
3-Differential backup
4-copy backup
5-Daily backup
Note: cmd to take a backup
if your file name is susheel
# tar -cvf one susheel
(one is backup name)
c=create
v=verbose
f=file
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / ajaykotma
there are 5 types of backup
Normal backup
Incremental backup
Differential backup
copy backup
Daily backup
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mamatha.g
In linux if u come across bacup mainly there r three types
1.full or normal backup
2.incremental backup
3.Differencial backup
normal:taking the backup of everything
Incremental:taking the backup of the data which created
newly after taking the normal backup
Differential: taking the backup of modified data and
newly created data.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / saurabh singh
Here i mention the SUN solaris technique of taking backups.
First u know which FS are mountable and which are
unmountable.
Unmountable includes: /home , /var , / , etc here i means
all partitions created on HDD .
Mountable : cdrom , flash etc..
use these command to take backup in solaris 10
mount /unmount than use these command .
UFSDUMP : it is one technique
and
FSSNAP : for unmountable partitions.
If you are talking abt backup tool than see AMANDA it is
good.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / guest
1. Full Backup or Snapshot only --> Backing up everything
2. Incremental Backup --> Backing up everything since last
changed on full backup.
3. Differential Backup --> Seems to be another name of
Incremental Backup.
4. Hot backup --> On the fly taking backup. [ /etc/hosts,
/home/ nic cards conf files and dbf files ]
5. Cold Backup --> Taking backup after stopped the services
on the server.
6. Dump Backup --> Backing up everything on storage media
like say tape, CDs or etc.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the main differences between RHEL4 & RHEL5?
What is the difference between semaphore and spinlock?
How to convert an IP address to a Domain name using Unix ?
As a system admin i want to know some things what are the troubleshooting issues we are facing frequently and what are the tickets will be raised.
What is the name and path of the main system log?
there are many IPC mechanisms available in Linux ? Which one is best to use and when ?
What are the differences between FTP , NFS , SAMBA servers explain separately.
what is kernel panic error ? how will you fix it if you have face it after rebooting without the the help of rescue disk ?
how do you configure linux system as a router?
what is the gate of ftp server in redhat linux?
How to load the old kernel without rebooting server
1 which file contains information about os wether it's 32 bit or 64 bit os 2 difference between logical block and physical block?? 3 what is the size of logical block and physical block?? 4 daemon for nfs on client end as well as server end??? 5 how to confirm from client end about nfs server sharing?? 6 what contains information about file and directory creating time or modification time??