#
c51d70c6 |
| 13-Apr-2004 |
Brian Feldman <green@FreeBSD.org> |
Add -P arguments for dump(8) and restore(8) which allow the user to use backup methods other than files and tapes. The -P argument is a normal sh(1) pipeline with either $DUMP_VOLUME or $RESTORE_VOL
Add -P arguments for dump(8) and restore(8) which allow the user to use backup methods other than files and tapes. The -P argument is a normal sh(1) pipeline with either $DUMP_VOLUME or $RESTORE_VOLUME defined in the environment, respectively.
For example, I can back up my home to three DVD+R[W]s as so: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s2e 40028550 10093140 26733126 27% /home green# dump -0 -L -C16 -B4589840 -P 'growisofs -Z /dev/cd0=/dev/fd/0' /home
show more ...
|
#
f7c7b87f |
| 12-Apr-2004 |
Brian Feldman <green@FreeBSD.org> |
Improve the warnings for dump -L and do not bother doing the snapshot if it is specified for read-only filesystems.
Submitted by: Jason Young <jyoung8607@hotmail.com> PR: 46672
|
#
4c723140 |
| 09-Apr-2004 |
Mark Murray <markm@FreeBSD.org> |
Remove advertising clause from University of California Regent's license, per letter dated July 22, 1999.
Approved by: core, imp
|
Revision tags: release/5.2.1_cvs, release/5.2.1 |
|
#
93ba0fc8 |
| 15-Jan-2004 |
Alexander Langer <alex@FreeBSD.org> |
Add RSH to the list of enviroment variables.
|
Revision tags: release/5.2.0_cvs, release/5.2.0 |
|
#
b17f40bb |
| 18-Nov-2003 |
Kirk McKusick <mckusick@FreeBSD.org> |
Document that the live dump command (`dump -L') creates its snapshot in the .snap directory in the root of the filesystem being dumped. Document that if the .snap directory is missing that it must be
Document that the live dump command (`dump -L') creates its snapshot in the .snap directory in the root of the filesystem being dumped. Document that if the .snap directory is missing that it must be created manually and that it should be owned by user root and group operator and set to mode 770 before a live dump can be run.
show more ...
|
#
5324d49a |
| 05-Nov-2003 |
Ken Smith <kensmith@FreeBSD.org> |
- add explanation of what an active file system is - explain the reason for permitting 32 read errors for a dump
PR: docs/35602 and docs/35607 Reviewed by: jhb Approved by: blackend (mentor)
|
Revision tags: release/4.9.0_cvs, release/4.9.0 |
|
#
17fe3d1d |
| 14-Jul-2003 |
Greg Lehey <grog@FreeBSD.org> |
Remove reference to max block size. dump no longer limits the block size.
|
#
9680d7b6 |
| 08-Jun-2003 |
Philippe Charnier <charnier@FreeBSD.org> |
Add section number to .Xr
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
44b81f0f |
| 01-May-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Removed all vestiges of KerberosIV.
|
#
8edde085 |
| 01-May-2003 |
Mark Murray <markm@FreeBSD.org> |
De-Kerberise (KerberosIV). KerberosIV is no longer present, and remote backups can still be done with Kerberos authentication using SSH and Kerberos 5.
|
Revision tags: release/4.8.0_cvs, release/4.8.0 |
|
#
1f6a4631 |
| 23-Feb-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Sort options.
|
Revision tags: release/5.0.0_cvs, release/5.0.0 |
|
#
5941e412 |
| 13-Jan-2003 |
Matthew Dillon <dillon@FreeBSD.org> |
Add a caching option to dump. Use -C. Note that NetBSD has a caching option called -r but it takes 512 byte blocks instead of megabytes, and I felt a megabytes specification would be far more usefu
Add a caching option to dump. Use -C. Note that NetBSD has a caching option called -r but it takes 512 byte blocks instead of megabytes, and I felt a megabytes specification would be far more useful so I did not use the same option character.
This will *greatly* improve dump performance at the cost of possibly missing filesystem changes that occur between passes, and does a fairly good job making up for the loss of buffered block devices. Caching is disabled by default to retain historical behavior.
In tests, dump performance improved by about 40% when dumping / or /usr.
Beware that dump forks and the cache may wind up being larger then you specify, but a more complex shared memory implementation would not produce results that are all that much better so I kept it simple for now.
MFC after: 3 days
show more ...
|
#
2ab3df59 |
| 10-Jan-2003 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Add TAPE to the ENVIRONMENT section and standardize the section, using a list instead of prose.
MFC after: 1 month
|
#
463cfa80 |
| 23-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fixed the abuses of .Ql visible on stderr in troff mode.
PR: docs/37176
|
#
8d5d039f |
| 12-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Uniformly refer to a file system as "file system".
Approved by: re
|
#
194a6667 |
| 03-Dec-2002 |
Kirk McKusick <mckusick@FreeBSD.org> |
Add the `L' option to dump to notify it that it is dumping a live filesystem. To obtain a consistent dump image, dump takes a snapshot of the filesystem and then does a dump of the snapshot. The snap
Add the `L' option to dump to notify it that it is dumping a live filesystem. To obtain a consistent dump image, dump takes a snapshot of the filesystem and then does a dump of the snapshot. The snapshot is removed when the dump is complete.
Also add an operator warning that the `L' option should be used if dump is run on a live filesystem without the `L' option being specified. The alternative would be to silently use a snapshot any time that a live filesystem is dumped, but this change in dump semantics seemed too drastic at this time.
Sponsored by: DARPA & NAI Labs. Approved by: re
show more ...
|
Revision tags: release/4.7.0_cvs |
|
#
5af4935a |
| 27-Aug-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
Fix some 'SYNOPSIS' and 'usage' messages.
|
#
277ffe6e |
| 26-Aug-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
Fix Synopsis
|
#
ce66ddb7 |
| 21-Aug-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
s/filesystem/file system/g as discussed on -developers
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1 |
|
#
e1205e80 |
| 06-Jul-2002 |
Philippe Charnier <charnier@FreeBSD.org> |
The .Nm utility
|
Revision tags: release/4.6.0_cvs |
|
#
1ec84e50 |
| 29-May-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: nits.
|
#
7ac80665 |
| 17-Apr-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
dump(8)'s manual page is confusing in its use of records, blocks, blocksizes, etc does not give the default of -b only mentiones rdump in the NAME section uses both filesystem and file system in simi
dump(8)'s manual page is confusing in its use of records, blocks, blocksizes, etc does not give the default of -b only mentiones rdump in the NAME section uses both filesystem and file system in similar contexts
PR: 34248 Submitted by: Gary W. Swearingen <swear@blarg.net> MFC after: 3 days
show more ...
|
#
992b9b7a |
| 15-Mar-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: tiny fixes.
|
#
9ac0768d |
| 01-Mar-2002 |
Ian Dowse <iedowse@FreeBSD.org> |
Add a new "-S" flag to dump to allow it just print out dump estimate size and then exit.
PR: bin/35450 Submitted by: Mark Hannon <markhannon@optushome.com.au> Obtained from: NetBSD MFC after: 1 week
|
#
19f8080e |
| 16-Feb-2002 |
Ian Dowse <iedowse@FreeBSD.org> |
On receipt of a SIGINFO, schedule an immediate printout of the percentage complete and remaining time estimate.
PR: bin/32138 Submitted by: mi
|