Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!uflorida!gatech!nascom!rar From: rar@nascom.UUCP (Alan Ramacher) Newsgroups: comp.unix.questions Subject: Re: "find" and {a,c,m}time Summary: Re: incremental backups with find Message-ID: <132@nascom.UUCP> Date: 11 Oct 88 19:07:35 GMT References: <170@libove.UUCP> Organization: National Advanced Systems, Atlanta, Ga. Lines: 13 To do incremental backups with find: 1) backup everything 2) create a file with the current time as creation date: e.g. touch epoch-day 3) when you wish to do an incremental backup issue the following: find directory(s) -newer epoch-day -whatever 4) reset time of incremental backup touch epoch-day I have been using this method for some time with good results. Hope this helps. If you have any further questions feel free to e-mail them. Allan Ramacher