summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Expand)Author
2001-12-30Add -a to "auto-size" the tape, rather than relying upon other optionslukem
2001-12-25Fixes from FreeBSD:lukem
2001-12-25document more of the debug optionslukem
2001-12-24For dump_lfs(8), in getfstab(), only "lfs" (instead of "ufs" or "ffs").lukem
2001-12-23clean up from time_t -> int32_t change in dumprestore.hlukem
2001-12-23unifdef sunoslukem
2001-12-23nuke trailing whitespacelukem
2001-12-22When using the read cache in bread(), ensure that the current (sub)blocklukem
2001-12-22- use correct type for minTime in findlru() (size_t instead of int)lukem
2001-12-22In rawread(), add back a check to ensure that dump doesn't try to readlukem
2001-12-20Another little mistake, spotted by wiz.soren
2001-12-20Sync getopt() / man page with actual getopt options.soren
2001-12-14Add a -l (autoload) flag. For multivolume dumps, this makes dump eject thebouyer
2001-12-07One '\' too many.wiz
2001-11-16relax the restriction on -F that the file system image argument must be alukem
2001-11-01fix -Wshadow warningslukem
2001-10-25in msg(), don't call va_list using functions twice in a row without callinglukem
2001-10-15Whitespace fixes, sort SEE ALSO, sort sections.wiz
2001-10-15Add the capability for dump to print timestamps on all informationalblymn
2001-08-17remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap()lukem
2001-08-14- implement -F, which indicates that files-to-dump is a regular filelukem
2001-08-14s/filesystem/file system/lukem
2001-08-14s/filesystem/file system/dump.hlukem
2001-08-08Patch to drop setgid tty privs until forking for operator notificationdavid
2001-07-17reset uid & gid around calling rmthost().mrg
2001-07-16display what signal, not "unknown"mrg
2001-06-05Drop arguments of .Os.wiz
2001-06-03Assign a saved copy of dt->fs_file to mountpoint. dt->fs_file will be freedhannken
2001-05-28* improve parsing of file-systems-to-dump when a path is given:lukem
2001-05-28unifdef !__STDC__ (missed in previous)lukem
2001-05-27more KNFlukem
2001-05-27knf to ansilukem
2001-05-26use strdup appropriatelylukem
2001-05-12Add "e" option to usage message. Problem pointed out by Takahiro Kambetron
2001-05-12Fix bug in new "e" option: only eject tape if it is full, not if the dumptron
2001-05-07Add a new option "e" to "dump" which allows to eject tapes automaticallytron
2001-02-04restore needs the rcmd operations.christos
2001-02-04fix redundant declschristos
2000-12-13Global variables don't need to be initialised to zero.scw
2000-12-13`dev_bsize' needs to be declared extern.scw
2000-10-11Better fix for format warnings.he
2000-10-11Fix format warningsbriggs
2000-10-10Format string cleanups by Bill Sommerfeld.is
1999-10-01Working version of aborted dump{,_lfs} join.perseant
1999-09-30Back out changes made on the 29th, not at all the changes I intended to commit.perseant
1999-09-29Adapt dump(8) to use filestore-independent (but still ufs-specific)perseant
1999-07-01Note the default tape device is taken from _PATH_DEFTAPE in /usr/include/paths.habs
1999-06-28Default device is nrst0 not rst0abs
1999-05-05Avoid byte overflow in block estimate for large filessommerfe
1999-03-23Implement a read cache, as announced on tech-userlevel. Default is 32kbouyer