History log of /src/sbin/dump_lfs/dump_lfs.8 |
Revision | | Date | Author | Comments |
1.19 |
| 25-Mar-2019 |
wiz | Bump date for previous.
|
1.18 |
| 25-Mar-2019 |
manu | Add -U flag to dump(8) and dump_lfs(8) to specify dumpdates entry
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.
|
1.17 |
| 07-Jun-2017 |
abhinav | branches: 1.17.6; s/filesystem/file system/
|
1.16 |
| 08-Apr-2012 |
wiz | branches: 1.16.24; Remove unnecessary Bk/Ek pairs from SYNOPSIS. No effective change except where I used the opportunity to sort options and/or option descriptions.
|
1.15 |
| 30-Jan-2009 |
enami | branches: 1.15.8; Use indent-synopsis instead of iS register. The latter is a register used in BSD derived .Nm implementation.
|
1.14 |
| 24-Jun-2006 |
wiz | Use Dv for a macro; new sentence, new line.
|
1.13 |
| 24-Jun-2006 |
perseant | Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; in particular, the caller can now choose whether to wait for the condition to be met, and if the caller of LFCNWRAPSTOP dies or otherwise closes the descriptor, the filesystem is started again. Updated the ckckp regression test to use the new semantics.
dump_lfs(8) now uses the fcntls to implement LFS-style snapshotting through the -X flag, addressing PR#33457 albeit not using fss(4). Fixed a couple other problems with dump_lfs that manifested themselves during testing.
|
1.12 |
| 13-Jul-2004 |
wiz | Add description for -l, from dump(8). Addresses PR 26066 by Kouichirou Hiratsuka.
|
1.11 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22308, verified by myself.
|
1.10 |
| 26-May-2003 |
lukem | * Document $RCMD_CMD in environ(7). * Cross-reference rcmd(1), rcmd(3), and environ(7) as appropriate.
Should fix [bin/21670] from Geoff Wing.
|
1.9 |
| 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
1.8 |
| 04-Feb-2003 |
perry | "Utilize" has exactly the same meaning as "use," but it is more difficult to read and understand. Most manuals of English style therefore say that you should use "use".
|
1.7 |
| 01-Oct-2002 |
wiz | New sentence, new line. By Robert Elz with minimal fixes.
|
1.6 |
| 21-Jan-2002 |
wiz | Fix typo in macro.
|
1.5 |
| 07-Dec-2001 |
wiz | One '\' too many.
|
1.4 |
| 16-Nov-2001 |
wiz | Sort sections, use standard section headers.
|
1.3 |
| 16-Nov-2001 |
wiz | Whitespace nits
|
1.2 |
| 05-Jun-2001 |
wiz | Drop arguments of .Os.
|
1.1 |
| 29-Sep-1999 |
perseant | branches: 1.1.4; Adapt dump(8) to use filestore-independent (but still ufs-specific) replacements for NINDIR, fsbtodb, etc. Create dump_lfs by adding a few LFS-filestore-specific routines. As described in PR#8317.
|
1.1.4.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.15.8.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.16.24.1 |
| 29-Mar-2019 |
martin | Pull up following revision(s) (requested by manu in ticket #1221):
sbin/dump/tape.c: revision 1.55 sbin/dump_lfs/dump_lfs.8: revision 1.18 sbin/dump/dump.h: revision 1.56 sbin/dump/dump.8: revision 1.69 sbin/dump/dump.h: revision 1.57 sbin/dump/ffs_inode.c: revision 1.23 sbin/dump/optr.c: revision 1.43 sbin/dump/itime.c: revision 1.21 sbin/dump/main.c: revision 1.74 sbin/dump/itime.c: revision 1.22 sbin/dump/main.c: revision 1.75 sbin/dump/dump.8: revision 1.70 sbin/dump/traverse.c: revision 1.52 sbin/dump/dump.8: revision 1.71
Document what rdump is (was once) for. PR 53442.
Use getfsspecname() to fill the filesystem argument in dumpdates. While here, make sure that the error strings terminate with newline consistently, and add a function that adds the system error string.
Add -U flag to dump(8) and dump_lfs(8) to specify dumpdates entry 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.
Bump date for previous.
|
1.17.6.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|