![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solaris 7 newbie tape backup question | jolok | SUN Solaris | 5 | 01-13-2007 10:50 AM |
| HP Unix Backup question | lsnapp | UNIX for Dummies Questions & Answers | 2 | 03-07-2006 08:13 AM |
| UNIX Program Change Question | mpp122 | UNIX for Dummies Questions & Answers | 1 | 12-22-2005 12:53 PM |
| Backup with shell program and cron job. | jarkvarma | Shell Programming and Scripting | 1 | 03-11-2004 07:42 AM |
| set uid question w/ backup script | Optimus_P | UNIX for Dummies Questions & Answers | 2 | 08-21-2001 11:03 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
UNIX Backup program question
How do UNIX backup programs know which files to dump. Unlike Windows, UNIX files do not have the "archive" bit, yes? So, again, how does it know which file(s) to dump. Thanks in advance.
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Unix backup programs typically record the time at the start of a backup. So, for example, you do a level 0 backup at 1:00 am on the first day of the month. Then a level 1 is any file that changed after 1:00 am on the first day of the month. This enables muli-level backups too. You might do a monthly level 0 backup. Then a weekly level 1 backup. And a daily level 2 backup. Then to recover, you need the monthly, the most recent weekly, and the most recent daily backup. But the daily backups do not take a long time at the end of the month. If you change a file during the month, it will tend to be on several weekly and several daily backups...which is a big help is one tape is unreadable. You really can't do stuff like this with just a single archive bit.
|
||||
| Google The UNIX and Linux Forums |