[Bacula-users] Backing up a bare git repository in full and incremental mode

2015-02-11 Thread Thorsten Reichelt
Hi! I have to backup one or more bare git repositories but I cannot figure out whats the best way to do this. I want to use this backup plan: Every month => full backup (all branches, tags...) Every night => incremental backup (changes since last incremental/full) For that I run a pre-backup scr

Re: [Bacula-users] Forcing baccula to purge/recycle a tape instead of appending?!

2014-11-01 Thread Thorsten Reichelt
Hi! Yes, I know. But I have 6 clients. And for each client I wrote two jobs: 1) Backup to file (pool: filepool) 2) Backup to tape (pool: monthlytape) The tape backup is triggered on every first saturday of a month. The schedule and the job looks like this (from memory): === Schedule

Re: [Bacula-users] Forcing baccula to purge/recycle a tape instead of appending?!

2014-10-30 Thread Thorsten Reichelt
Thank you so much for your answers!! At the moment I have unfortunately verry litle time to try out all your hints :( -- ___ Bacula-users mailing list Bacula-users@lists.sourcef

Re: [Bacula-users] Forcing baccula to purge/recycle a tape instead of appending?!

2014-10-30 Thread Thorsten Reichelt
Hi! That's a great idea! But this would mean that I have to generate jobs for each month... for each client. Or am I wrong?! > If you truly want the monthly tapes to only ever be used for that > particular month, you may wish to consider creating a pool for each > month instead. Then in your S

[Bacula-users] Forcing baccula to purge/recycle a tape instead of appending?!

2014-10-15 Thread Thorsten Reichelt
Hi! I have a problem with my tape pool configuration. I want to use exactly 12 LTO tapes (one tape per month). After 12 month the oldest tape shall be reused without appending new data. But bacula seems to ignore my recycle and purge configuration (see below). After one year I reuse the old tape

Re: [Bacula-users] Problem with my "eject tape" job

2010-11-18 Thread Thorsten Reichelt
Hi! > Try it using Type = Admin in the Eject-LTO-Tape instead of Type = Backup. Thank you! You made my day! "Type = Admin" did it! :) Thorsten -- GMX DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl ---

[Bacula-users] Problem with my "eject tape" job

2010-11-17 Thread Thorsten Reichelt
Hi! On every last sunday of a month I backup my clients to an LTO drive. After all of these backup jobs are finished, I want to eject the tape. A solution may be to set a RunAfterJob script for the last executed backup job. But then, the ejecting depends on this one job. So I tried the create