Incremental backups on 3b1?

andrew.d.hay mvadh at cbnews.ATT.COM
Fri Sep 1 20:59:17 AEST 1989


In article <16730 at pasteur.Berkeley.EDU> sjohn at cory.Berkeley.EDU (John Sasinowski) writes:
"
"	I am looking for a way to do incremental backups on my 3b1.
"I initially thought that the Partial Backup option on the Disk Backup
"submenu of Administration in the ua did this, but the online help states
"that it backs up everything since that last complete backup.
"	I want to do incremental backups because I have a 67Mb hard disk
"and I KNOW that I won't stay up to date if each backup takes close to
"100 disks!
"	Any suggestions on how to do incremental backups or alternate
"methods of backing up the hard disk would be greatly appreciated.
"	Thank you.
"
"
"	John Sasinowski
"	sjohn at cory.berkeley.edu

read up on find(1) and cpio(1).
you will want something like:
find / -newer [date-spec] -print | cpio -Boacv > /dev/rfp020
					^^^^^^	 ^^^^^^^^^^^
				    all options on	|
						the raw floppy

-- 
Andrew Hay		+------------------------------------------------------+
Null Fu-Tze		|		LEARN HOW TO AVOID RIPOFFS!	       |
AT&T-BL Ward Hill MA	|			SEND $5...		       |
a.d.hay at att.com		+------------------------------------------------------+



More information about the Comp.sys.att mailing list