home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / 3b1 / 2950 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  1.7 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!mips!mips!public!thad
  2. From: thad@public.BTR.COM (Thaddeus P. Floryan)
  3. Newsgroups: comp.sys.3b1
  4. Subject: Re: What's in Development Set?
  5. Keywords: warning backup UA
  6. Message-ID: <7526@public.BTR.COM>
  7. Date: 27 Jul 92 00:26:34 GMT
  8. References: <1992Jul22.124105.4309@brtph560.bnr.ca> <1992Jul23.150331.6182@mydual.uucp>
  9. Organization: BTR Public Access UNIX, Mountain View CA
  10. Lines: 39
  11.  
  12. In article <1992Jul23.150331.6182@mydual.uucp> olson%mydual.uucp@alliant.com writes:
  13. |I can't answer your question, but you should know about the backup
  14. |system on these machines.  
  15. |
  16. |FULL BACKUP ISN'T.
  17. |
  18. |Full backup via the window system on a 3b1 does *not* backup *any*
  19. |software installed from a floppy, no matter when it was done.  This
  20. |makes sense in the context of a system where the distribution disks are
  21. |available, but it will cost you *all your application software* if all
  22. |you have is the hard disk.  
  23. |
  24. |What full backup does is back up everything else--the stuff not
  25. |installed. That should correspond to user files.
  26. |
  27. |I don't recall what file tells the system what to skip, perhaps someone
  28. |else can help.  You can, of course, create something to do a complete
  29. |[...]
  30.  
  31. Heh, heh.
  32.  
  33. The trick is altering the date AND contents of /etc/.installdate
  34.  
  35. On my systems (for some time now):
  36.  
  37.     $ ls -l /etc/.installdate
  38.     -r--r--r--  1 root    root    29 Jan  1  1970 .installdate
  39.     $ cat /etc/.installdate
  40.     Thu Jan  1 00:00:00 PST 1970
  41.  
  42. If you want to do the same (as root):
  43.  
  44.     echo "Thu Jan 1 00:00:00 PST 1970" > /etc/.installdate
  45.     touch -m 0101000070 /etc/.installdate
  46.  
  47. Or you just simply "find / -depth -print | cpio -ocB > /dev/whatever" if
  48. you want to back up everything.
  49.  
  50. Thad Floryan [ thad@btr.com (OR) {decwrl, mips, fernwood}!btr!thad ]
  51.