Re: Copying hard-linked tree structure

2004-01-07 Thread jw schultz
On Wed, Jan 07, 2004 at 03:18:40PM -0600, Max Kipness wrote: > > > > I have a tree structure on one server similar to the following: > > > > > > > > /Current > > > > /01-04-2003 > > > > /01-03-2003 > > > > > > > > etc... > > > > > > > > /Current holds the most recent rsynced data, and the dat

RE: Copying hard-linked tree structure

2004-01-07 Thread Max Kipness
> > > I have a tree structure on one server similar to the following: > > > > > > /Current > > > /01-04-2003 > > > /01-03-2003 > > > > > > etc... > > > > > > /Current holds the most recent rsynced data, and the date > > > directories are created with cp -al on a daily basis so they are > >

Re: Copying hard-linked tree structure

2004-01-07 Thread jw schultz
On Wed, Jan 07, 2004 at 01:56:49PM -0600, Max Kipness wrote: > > I have a tree structure on one server similar to the following: > > > > /Current > > /01-04-2003 > > /01-03-2003 > > > > etc... > > > > /Current holds the most recent rsynced data, and the date > > directories are created with

RE: Copying hard-linked tree structure

2004-01-07 Thread Max Kipness
> I have a tree structure on one server similar to the following: > > /Current > /01-04-2003 > /01-03-2003 > > etc... > > /Current holds the most recent rsynced data, and the date > directories are created with cp -al on a daily basis so they > are hard-linked. I'm going back 60 days. > >

Re: Copying hard-linked tree structure

2004-01-06 Thread jw schultz
On Tue, Jan 06, 2004 at 03:34:49AM -0600, Max Kipness wrote: > Hope this isnt' too off topic... > > I have a tree structure on one server similar to the following: > > /Current > /01-04-2003 > /01-03-2003 > > etc... > > /Current holds the most recent rsynced data, and the date directories >