SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
Preserving data of decommissioned Bacula client
Author Message
Post Preserving data of decommissioned Bacula client 
Hi folks,

If I want to retire an old server but need to keep the backup data for
several years, what is the best option? Just disable the job? What
happens if the old server is deleted from the clients list?

Thanks in advance for your input.

Cheers,
Win

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post Preserving data of decommissioned Bacula client 
If I want to retire an old server but need to keep the backup data for
several years, what is the best option? Just disable the job? What
happens if the old server is deleted from the clients list?


The big problem is volume recycling. Does this server use volumes that
any other server uses or separate volumes?

John

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

View user's profile Send private message
Post Preserving data of decommissioned Bacula client 
On Wed, Dec 21, 2011 at 12:03 PM, John Drescher <drescherjm < at > gmail.com> wrote:
If I want to retire an old server but need to keep the backup data for
several years, what is the best option? Just disable the job? What
happens if the old server is deleted from the clients list?


The big problem is volume recycling. Does this server use volumes that
any other server uses or separate volumes?

John

Yes, the volumes are shared with other servers/Bacula clients but the
monthly full backups are kept off-site for the requisite period, i.e.
the tapes/volumes are not re-cycled.

Thanks,
Win
--
email : win.htin < at > gmail.com
It is harder to conceal ignorance than to acquire knowledge. - Arnold H. Glasow

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post Preserving data of decommissioned Bacula client 
I asked this recently and was pointed to the docs on bscan.
So I tested bscan on a separate Director box and it works very
well, takes a while, but is feasible. So you would:

Get hard copy or the best thing to it of the last Full backup you want
to save and/or any incr/diff after that.

When you need to access that for restore you would run bscan on the volume (be it
tape or hard drive file) and then access the jobs there were restored.

My advice is to do a small Full backup of some data, transfer that volume to a
different Director and work the tools (bscan) on it and do a restore so you know
the process.

The link to the docs for bscan is here (version 3.0x though I don't know where it is in the current docs):
http://www.bacula.org/3.0.x-manuals/en/utility/utility/Volume_Utility_Tools.html

Regards.

On 12/21/2011 8:50 AM, Win Htin wrote: Hi folks,

If I want to retire an old server but need to keep the backup data for
several years, what is the best option? Just disable the job? What
happens if the old server is deleted from the clients list?

Thanks in advance for your input.

Cheers,
Win

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net ([email]Bacula-users < at > lists.sourceforge.net[/email])
https://lists.sourceforge.net/lists/listinfo/bacula-users



--
----> Randy Katz - SimplicityHosting.Com, Inc. - Premium Web Hosting Services
██ cPanel Shared, VPS, Dedicated, eCommerce, Affiliates
██ Custom Configurations and Pricing Available to your Need
----> http://www.simplicityhosting.com

Post Preserving data of decommissioned Bacula client 
Op 20111221 om 18:12 schreef Win Htin:
On Wed, Dec 21, 2011 at 12:03 PM, John Drescher <drescherjm < at > gmail.com> wrote:
If I want to retire an old server but need to keep the backup data for
several years, what is the best option? Just disable the job? What
happens if the old server is deleted from the clients list?


The big problem is volume recycling. Does this server use volumes that
any other server uses or separate volumes?

John

Yes, the volumes are shared with other servers/Bacula clients but the
monthly full backups are kept off-site for the requisite period, i.e.
the tapes/volumes are not re-cycled.

Thanks,
Win


on this mailinglist a few days ago ...

| Op 20111220 om 17:15 schreef Bill Arlofski:
| > On 12/19/11 21:31, Gary R. Schmidt wrote:
| > > Hi,
| > > Bacula 3.0.3.
| > >
| > > I've had some machines be removed from use, but I don't want their
| > > backups to go away until we are sure their replacements are complete.
| > >
| > > I can disable them individually from the console, but is there something
| > > I can do in the .conf file that will turn them off?
| >
| > Hi Gary...
| >
| > If you are talking about not having the DATA on your volumes being
| > over-written then I would create a pool called something like
| > "Archive" with a very long retention period. Then determine which
| > volumes have the jobs on them that you do not want to lose and move
| > them into that pool.
| >
| > Also, since you probably don't want the jobs running any more,
| > what I normally do is create a schedule called "Manual" with no
| > run definitions like so:
| >
| > Schedule {
| > Name = Manual
| > }
| >
| > and set the Job's schedule to Manual. This way, I can start any of
| > these jobs manually (they are not disabled) any time I want/need,
| > but they will no longer run on the nightly schedule.
| >
| > Hope this helps.
| >
| > --
| > Bill Arlofski
| > Reverse Polarity, LLC
| > http://www.revpol.com/
| >


Groeten
Geert Stappers
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post Preserving data of decommissioned Bacula client 
Win Htin wrote:
On Wed, Dec 21, 2011 at 12:03 PM, John Drescher <drescherjm < at > gmail.com> wrote:
If I want to retire an old server but need to keep the backup data for
several years, what is the best option? Just disable the job? What
happens if the old server is deleted from the clients list?

The big problem is volume recycling. Does this server use volumes that
any other server uses or separate volumes?

John

Yes, the volumes are shared with other servers/Bacula clients but the
monthly full backups are kept off-site for the requisite period, i.e.
the tapes/volumes are not re-cycled.

Personally I'd create an archive pool (nothing ever expires) and migrate
such jobs into that - it saves the risk of losing data in normal backup
pools.




------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB