| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-19 | Add -D flag to allow the user to specify an alternate dumpdates file. | perseant | |
| Closes PR #54469. | |||
| 2019-03-25 | Bump date for previous. | wiz | |
| 2019-03-25 | Add -U flag to dump(8) and dump_lfs(8) to specify dumpdates entry | manu | |
| This address situations where dump(8) cannot figure out the device being dumped. It also allows tracking of subvolume dumps by using virtual device as dumpdates entry. | |||
| 2018-07-15 | Document what rdump is (was once) for. PR 53442. | dholland | |
| 2016-08-15 | dump was there from v4. | sevan | |
| Confirmed from the TUHS hosted copies of man pages. Bump date. | |||
| 2015-08-24 | Default the read block size (-k default value) to kern.maxphys (usually | bouyer | |
| 64k these days). This gives a noticable performance boost on large filesystems. | |||
| 2015-04-28 | Fix typos | prlw1 | |
| 2012-08-29 | Use more markup, fix English usage. | dholland | |
| 2012-02-19 | Sort option descriptions a bit more. | wiz | |
| 2012-02-19 | PR/45735: Bug Hunting: The dump(8) manpage, as well as the program's ↵ | christos | |
| `usage'-line, needs improvement | |||
| 2010-11-05 | File system snapshots are no longer experimental. | hannken | |
| 2010-05-14 | Use a list for the list of bugs. | jruoho | |
| 2010-02-26 | -i does not take an argument. Remove unnecessary Bk/Ek. New sentence, new line. | wiz | |
| 2010-02-26 | PR/42883: Greywolf: Add -i flag which brings "true incremental" capability. | christos | |
| 2009-01-30 | Use indent-synopsis instead of iS register. The latter is a register | enami | |
| used in BSD derived .Nm implementation. | |||
| 2008-08-12 | We don't need to dump WAPBL log files - don't dump files with SF_LOG | simonb | |
| flag set, and document this. | |||
| 2005-09-11 | Argument is read-blocksize, not "read blocksize". From YOMURA Masanori in ↵ | wiz | |
| private mail. | |||
| 2005-04-19 | Sort SEE ALSO. | wiz | |
| 2005-04-19 | Snapshot support for dump(8): | hannken | |
| - New option `-x backup' takes the dump from a snapshot backed up by `backup'. The snapshot will be deleted on exit. - New option `-X' as a synonym for `-x mountpoint' where `mountpoint' is the file system to be dumped. Reviewed and Approved by: Manuel Bouyer <bouyer@netbsd.org> | |||
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22308, verified by myself. | |||
| 2003-05-26 | * Document $RCMD_CMD in environ(7). | lukem | |
| * Cross-reference rcmd(1), rcmd(3), and environ(7) as appropriate. Should fix [bin/21670] from Geoff Wing. | |||
| 2003-03-27 | Use "wall -g operator" (instead of private code) to broadcast() messages to | lukem | |
| members of the operator group. Don't install "setgid tty", and remove now unnecessary gid/egid swapping. Remove utmp trawling code pulled in from usr.bin/who. The Code is now simpler, and more portable (without the utmp cruft) too. This is derived from similar work in OpenBSD. | |||
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz | |
| for correct formatting of the SYNOPSIS any longer. | |||
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry | |
| difficult to read and understand. Most manuals of English style therefore say that you should use "use". | |||
| 2002-10-01 | New sentence, new line. By Robert Elz with minimal fixes. | wiz | |
| 2002-02-26 | Typo fix, from jslag@prop.walkerart.org via OpenBSD. | wiz | |
| 2002-01-21 | Fix typo in macro. | wiz | |
| 2002-01-07 | For -l: specify the timeout on the command line (in seconds) instead of | bouyer | |
| hardwiring it to 2s, as suggested on tech-userlevel. | |||
| 2001-12-30 | Add -a to "auto-size" the tape, rather than relying upon other options | lukem | |
| to define the tape size. Requires the tape driver to either return ENOSPC at end of media, or 0 when a write is attempted (such as the "early warning" support in st(4) enabled with "mt eew 1"). From FreeBSD. | |||
| 2001-12-14 | Add a -l (autoload) flag. For multivolume dumps, this makes dump eject the | bouyer | |
| tape when a volume is full, and try to reopen the tape drive for 2 mn. To be used with tape changers which load the next tape when the current one is ejected. While I'm there fix eject handling for remote tape. | |||
| 2001-12-07 | One '\' too many. | wiz | |
| 2001-11-16 | relax the restriction on -F that the file system image argument must be a | lukem | |
| regular file | |||
| 2001-10-15 | Whitespace fixes, sort SEE ALSO, sort sections. | wiz | |
| 2001-10-15 | Add the capability for dump to print timestamps on all informational | blymn | |
| messages. | |||
| 2001-08-14 | - implement -F, which indicates that files-to-dump is a regular file | lukem | |
| containing a file system image (instead of being a single file as part of a subtree dump) - use "file system" instead of "filesystem" or "file-system" | |||
| 2001-06-05 | Drop arguments of .Os. | wiz | |
| 2001-05-28 | * improve parsing of file-systems-to-dump when a path is given: | lukem | |
| - if it's a path to an unmounted file-system listed in /etc/fstab, use that instead of assuming the user wanted a subtree dump of the parent directory. this restores the behaviour of dump before the subtree dumping code went in. - if it's a path to a mounted file-system which is not in /etc/fstab, use the info from getmntinfo(3). previously, dump would choke. * implement error checked malloc(), calloc(), strdup(), and use appropriately (some of the calloc()s weren't being checked) * use 'file-system' instead of 'filesystem' in the man page | |||
| 2001-05-07 | Add a new option "e" to "dump" which allows to eject tapes automatically | tron | |
| if a tape change is required. | |||
| 1999-07-01 | Note the default tape device is taken from _PATH_DEFTAPE in /usr/include/paths.h | abs | |
| 1999-06-28 | Default device is nrst0 not rst0 | abs | |
| 1999-03-23 | Implement a read cache, as announced on tech-userlevel. Default is 32k | bouyer | |
| read buffer size, 512 buffer or 15% of the user memory. Can be changed with the -k and -s options. | |||
| 1999-03-09 | Handle "nodump" flag on directories, by not dumping any files or directories | bouyer | |
| under it. Based on some parts of PR 6705 by Brian Grayson. In the Makefile, add (commented out) debug options that can be turned on. | |||
| 1999-03-07 | Clean up SYNOPSIS formatting. | mycroft | |
| 1999-01-03 | s/1998/1999/ | lukem | |
| 1999-01-03 | add support for '-L label', which file(1) and restore(1) can extract | lukem | |
| from the header. mostly based on [bin/6715] from Brian Grayson <bgrayson@ece.utexas.edu> | |||
| 1999-01-02 | Add reference to "st(4)" as suggested by Brian Grayson in PR bin/6713. | tron | |
| 1998-08-11 | A dump level above 0 saves new or modified files since the last dump of | frueauf | |
| a lower level, not the same level. Fixes pr 5402 by Kevin Sullivan. | |||
| 1998-07-03 | PR#5697 + nroff cleanup | fair | |
| 1998-04-29 | fix bad .Xr references | fair | |
| 1998-04-28 | Change occurrences of "UNIX" to .Ux or .At as appropriate. | fair | |
