Networker

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

2004-07-13 14:18:57
Subject: Re: [Networker] how to clone only full backups ?
From: Yura Pismerov <ypismerov AT TUCOWS DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Tue, 13 Jul 2004 14:18:39 -0400
       This definitely sounds like a great idea.
       Thanks a lot !

Steve Rader 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.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

--
Yuri Pismerov, Sr. System Administrator,
TUCOWS.COM INC. (416) 535-0123  ext. 1352

--
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>