SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
permanent backup
Author Message
Post permanent backup 
Hi

I want to know what the best way is for creating a permanent backup to
tape.  I need to create a backup on tape of certain files(a HP 1/8 G2 Tape
Autoloader) and I should keep them at least 2-3 years..  I also need to
have a  failover in case my DB is gone.  Currently I’m still using bacula
2.4.4 on debian.  Can anybody describe what the best way is to create this
archive, best practices,. …?

Thanks

Steven

This message and any attachments herein are confidential, intended solely for the addressees and are SoftAtHome's ownership. Any unauthorized use or dissemination is prohibited. If you are not the intended addressee of this message, please cancel it immediately and inform the sender.

------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits?
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post permanent backup 
I want to know what the best way is for creating a permanent backup to
tape.  I need to create a backup on tape of certain files(a HP 1/8 G2 Tape
Autoloader) and I should keep them at least 2-3 years..  I also need to
have a  failover in case my DB is gone.  Currently I’m still using bacula
2.4.4 on debian.  Can anybody describe what the best way is to create this
archive, best practices,. …?


I done the same implementing something like GFS algorithm and keeping a :
File Retention = 12 months
Job Retention = 12 months

so I can select job and restore files in 12 months, if I need
something older I use bscan

ciao
Mauro

------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits?
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post permanent backup 
I want to know what the best way is for creating a permanent backup to
tape.  I need to create a backup on tape of certain files(a HP 1/8 G2 Tape
Autoloader) and I should keep them at least 2-3 years..  I also need to
have a  failover in case my DB is gone.  Currently I’m still using bacula
2.4.4 on debian.  Can anybody describe what the best way is to create this
archive, best practices,. …?


I use tapes from a pool that has the recycle flag off for all jobs
that I want to never recycle. For the failover database you can get
that from the tapes themselves using the bacula volume tools.

John

------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits?
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
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 permanent backup 
Can you give me examples of he bacula volume tools

Don't you have to set the retention period of the volumes and the files
or...?

sg

-----Original Message-----
From: John Drescher [mailto:drescherjm < at > gmail.com]
Sent: woensdag 14 december 2011 14:06
To: Steven Geerts
Cc: bacula-users < at > lists.sourceforge.net
Subject: Re: [Bacula-users] permanent backup

I want to know what the best way is for creating a permanent backup to
tape.  I need to create a backup on tape of certain files(a HP 1/8 G2
Tape
Autoloader) and I should keep them at least 2-3 years..  I also need to
have a  failover in case my DB is gone.  Currently I’m still using
bacula
2.4.4 on debian.  Can anybody describe what the best way is to create
this
archive, best practices,. …?


I use tapes from a pool that has the recycle flag off for all jobs
that I want to never recycle. For the failover database you can get
that from the tapes themselves using the bacula volume tools.

John
This message and any attachments herein are confidential, intended solely for the addressees and are SoftAtHome's ownership. Any unauthorized use or dissemination is prohibited. If you are not the intended addressee of this message, please cancel it immediately and inform the sender.

------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits?
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post permanent backup 
On Wed, 14 Dec 2011 08:06:26 -0500
John Drescher <drescherjm < at > gmail.com> wrote:

I want to know what the best way is for creating a permanent backup
to tape.  I need to create a backup on tape of certain files(a HP
1/8 G2 Tape Autoloader) and I should keep them at least 2-3
years..  I also need to have a  failover in case my DB is gone.
Currently I’m still using bacula 2.4.4 on debian.  Can anybody
describe what the best way is to create this archive, best
practices,. …?


I use tapes from a pool that has the recycle flag off for all jobs
that I want to never recycle. For the failover database you can get
that from the tapes themselves using the bacula volume tools.

John

------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits?
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Another way to get failover of your database (if you use mysql) is
Replication.

http://dev.mysql.com/doc/refman/5.0/en/replication.html

--
Craig Van Tassle
HUBzero.org
System Administrator
YONG 1006
Desk Phone : (765)496-6413

------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits?
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post permanent backup 
On Wed, Dec 14, 2011 at 9:20 AM, Steven Geerts
<steven.geerts < at > softathome.com> wrote:
Can you give me examples of he bacula volume tools


From the manual:

http://www.bacula.org/3.0.x-manuals/en/utility/utility/Volume_Utility_Tools.html#SECTION00272000000000000000

John

------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits?
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
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
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