Xymon Mailing List Archive search

transfer host data

list Henrik Størner
Wed, 12 Dec 2007 22:20:30 +0100
Message-Id: <user-84c27f2de5c7@xymon.invalid>

On Sat, Nov 24, 2007 at 10:34:10AM -0500, Josh Luthman wrote:
What I mean is something like..

cp ~hobbituser/data/hist/oldhost ~hobbituser/data/hist/new host
cp ~hobbituser/data/histlogs/oldhost ~hobbituser/data/histlogs/new host
cp ~hobbituser/data/logs/oldhost ~hobbituser/data/logs/new host

Notice you're using cp - not mv!
You can do that, but it will only give you some of the data. It will not
copy the current status (this is stored only in memory, not on disk).


Henrik