File: README.debian

package info (click to toggle)
dump 0.4b41-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,416 kB
  • ctags: 1,987
  • sloc: ansic: 17,610; sh: 3,185; makefile: 210; sed: 5
file content (16 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Historically, dump was *always* used on unmounted filesystems.  Tools like
AMANDA break that expectation.  Backing up a live filesystem sometimes causes
problems for tools like dump, depending on what is changing while the backup
runs.  If you see errors during a dump of a mounted filesystem, try again with
the filesystem unmounted, and see if that fixes the problem.

In theory, the page cache changes in the 2.4 Linux kernel can cause problems
to happen more frequently than in prior versions.  Caveat emptor.

--

If you want to dump on remote tapes as a non-root user, you will need to make 
the dump executable setuid root, so that it can allocate a priveledged port 
for the outgoing network connection.  This is not the default, since it is
not commonly needed, and setuid executables are targets for security attacks.