File: README.crash

package info (click to toggle)
star 1.5a67-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,600 kB
  • ctags: 4,715
  • sloc: ansic: 37,601; sh: 3,198; makefile: 200
file content (26 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Star is the best program for automatically recovering
from system crashes.

Consider the case where you have a corrupted filesystem and
no actual backup. It can be repaired with only few manual
actions by using star. Simply follow the following steps:


1)	Do a fsck -y to repair the filesystem.
	Many files will be lost but you may have luck
	and some/all recent files remain intact.

2)	Run star -xp  from the most recent backup you have.
	This will only extract all files that have been
	deleted on the fsck -y run.

3)	Rewind the tape and run:
	star -diff -c diffopts=!times
	to check for file corruptions that have not been
	detected by the fsck -y run.

4)	Do a full backup of the new system to prevent further
	data loss.