SUMMARY: Backup while in multi-user mode

Anthony DeBoer adeboer at gjetor.geac.COM
Mon May 27 23:23:33 AEST 1991


In article <1991May24.013214.2526 at servalan.uucp> rmtodd at servalan.uucp (Richard Todd) writes:
>1. "dump" preserves the access times on files, and "restore" restores the
>files with the access times set correctly.  "cpio" neither records the access
>times in its archive nor leaves the access times of the files on disk 
>unaffected.  Thus, "cpio" screws up any schemes one may have for locating 
>user files that haven't been accessed in, say, 6 months and automatically
>moving them off to tape and deleting them.  

If your cpio implements the "a" parameter, you can do a backup without
affecting the access times of the files on the disk:

# find . -print | cpio -ovBca > /dev/rmt0

Of course, if you ever have to restore these files, the access time would
get munged at that point.
-- 
Anthony DeBoer NAUI#Z8800 | adeboer at gjetor.geac.com   | Programmer (n): One who
Geac Canada Ltd.          | uunet!geac!gjetor!adeboer | makes the lies the 
Toronto, Ontario          | #include <disclaimer.h>   | salesman told come true.



More information about the Comp.unix.admin mailing list