Networker

Re: [Networker] how to clone only full backups ?

2004-07-13 14:29:06
Subject: Re: [Networker] how to clone only full backups ?
From: Robert Maiello <robert.maiello AT PFIZER DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Tue, 13 Jul 2004 14:28:57 -0400
This is probably how I would do it; the only problem is for Windows clients
one gets SYSTEM STATE and SYSTEM DB savesets that are full backup even on an
incremental group run.  The full backup query then becomes harder as one may
only want the these savesets from when the rest of a client did a full.  The
query for Unix clients works find though.

Robert Maiello
Pioneer Data Systems

On Tue, 13 Jul 2004 11:14:37 -0500, Steve Rader
<rader AT GINSENG.HEP.WISC DOT EDU> wrote:

>Maybe something like...
>
> # spec period to clone in nrg_getdate format...
> B=BEGIN  # eg B="7/2/04 2300"
> E=END    # eg E="7/3/04 2259"
>
> # inspect the list of save sets...
> mminfo -q '!incomplete,level=full,'"savetime>$B,savetime<$E"
>
> # inspect the list of source tapes...
> mminfo -r volume -q '!incomplete,level=full,'"savetime>$B,savetime<$E"
>
> # generate the list of ssids...
> mminfo -r ssid -q '!incomplete,level=full,'"savetime>$B,savetime<$E"
>   | tee /var/tmp/ssid-list
>
> # do it...
> nohup sudo nsrclone -S `cat /var/tmp/ssid-list` > /dev/null 2>&1
< /dev/null &
>
>?
>
>(Refer to the example section of man nsrclone)
>
>steve
>- - -
>systems & network guy
>high energy physics
>university of wisconsin
>
> > ---- Original Message ----
> > From: Yura Pismerov
> >         Hello everybody,
> >
> >         I have a group of clients that have schedules where full
backups a
> > re spread (more or less evenly) across the retention period.
> > Basically I am trying to resemble the load balance mechanism that
Amanda b
> > ackup implements. I just don't want (and I can not) to run
> > full backups for all the clients on the same day X, so I have 7
schedules
> > for each day of week. Every day there is clients that get
> > backed up with with level 0. Now, I need to arrange off-site backups
for t
> > hat group, but I don't want to waste media for
> > incrementals in the off-site pool. Is there a way to clone only full
backu
> > ps and ignore incremental savesets ? I understand that the
> > clone is to be done by group. I don't want to create multiple groups
with
> > full only level, even though it would be an obvious
> > solution for me. Do I have any other options ?
> >
> >
> >         Thanks in advance.
> >
> > --
> > Note: To sign off this list, send a "signoff networker" command via
email
> > to listserv AT listmail.temple DOT edu or visit the list's Web site at
> > http://listmail.temple.edu/archives/networker.html where you can
> > also view and post messages to the list.
> > =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
>
>--
>Note: To sign off this list, send a "signoff networker" command via email
>to listserv AT listmail.temple DOT edu or visit the list's Web site at
>http://listmail.temple.edu/archives/networker.html where you can
>also view and post messages to the list.
>=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

<Prev in Thread] Current Thread [Next in Thread>