summaryrefslogtreecommitdiff
path: root/sbin/dump/main.c
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-03-27Use "wall -g operator" (instead of private code) to broadcast() messages tolukem
2002-11-17should be safer to cast to u_long than to cast down to intitojun
2002-11-17Add a cast to sizeof in printf() arg since _BSD_SIZE_T is unsigned longtsutsui
2002-11-16use strlcpy. use sizeof() instead of xxLEN to avoid de-synchronizationitojun
2002-01-07For -l: specify the timeout on the command line (in seconds) instead ofbouyer
2001-12-30Add -a to "auto-size" the tape, rather than relying upon other optionslukem
2001-12-25Fixes from FreeBSD: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-22- use correct type for minTime in findlru() (size_t instead of int)lukem
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-11-16relax the restriction on -F that the file system image argument must be alukem
2001-10-15Add the capability for dump to print timestamps on all informationalblymn
2001-08-14- implement -F, which indicates that files-to-dump is a regular filelukem
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-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-27more KNFlukem
2001-05-27knf to ansilukem
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
2000-12-13Global variables don't need to be initialised to zero.scw
2000-10-11Fix format warningsbriggs
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-03-23Implement a read cache, as announced on tech-userlevel. Default is 32kbouyer
1999-01-03add support for '-L label', which file(1) and restore(1) can extract from thelukem
1998-08-25from Erik Bertelsen <erik@mediator.uni-c.dk>ross
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-03-18Add support for non-native byte order FFS. The dump is in filesystem bytebouyer
1997-09-18Various changes from Brian Grayson <bgrayson@ece.utexas.edu> in [bin/4103]lukem
1997-09-16resolve conflicts from lite-2 importlukem
1997-09-15* cleanup for WARNS=1lukem
1997-06-05* Add the ability to dump specific files & directories of a singlelukem
1997-05-27enable rcmd(). garbage collect.mrg
1997-04-21be safe with buffers.mrg
1997-04-15remove use of "register".lukem
1997-04-10Implement changes from [bin/1915]lukem
1997-02-27set bflag so that 'dump bd M N' works properly. fix from Juergenmikel
1996-03-15Be more paranoid with our effective uid.scottr
1996-02-05support $TAPE. update manual to reflect reality (#1937).mrg