[Bacula-users] Upgraded job question

2007-04-12 Thread Joseph S. Rizzari
Hello All,

I'm running bacula-2.0.3 on RHEL4 backing up to file.  Currently, for 
testing purposes, I have file retention, job retention and volume 
retention set to 1 hour.  I have limited myself to 20 volumes in my 
pool, all at 1 Gb each.

The first job I run (reason) fills 13 volumes, and it is a full backup. 
  When I run the next job (country), it is also a full backup but I run 
out of volumes.  Bacula then does its pruning and purging and frees up 
necessary volumes.  This obviously overwrites the volumes that the first 
job (reason) used for its backup.

All this I expected.

However, when I run the first job again (reason), it performs an 
incremental backup, but as of now there are no valid full backups for 
reason.

Shouldn't bacula know this and upgrade it to full?


Here are the relevant parts in bacula-dir.conf:

...
# Client (File Services) to backup
Client {
   Name = reason-fd
   Address = reason.mitll.ad.local
   FDPort = 9102
   Catalog = MyCatalog
   Password = "*"  # password for FileDaemon
   File Retention = 1 hours
   Job Retention = 1 hours
   AutoPrune = yes # Prune expired Jobs/Files
}
Client {
   Name = country-fd
   Address = country
   FDPort = 9102
   Catalog = MyCatalog
   Password = "**" # password for FileDaemon
   File Retention = 1 hours
   Job Retention = 1 hours
   AutoPrune = yes #Prune expired Jobs/Files
}
...
# Default pool definition
Pool {
   Name = Default
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Volume Retention = 1 hours
   Maximum Volumes = 20
   Maximum Volume Bytes = 1073741824  # 1Gb
   Recycle Oldest Volume = yes
   LabelFormat = "vol"
}

Thanks,

Joe



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Joseph S. Rizzari
Maciej Piechotka wrote:
> On 4/10/07, Silver Salonen <[EMAIL PROTECTED]> wrote:
>> On Tuesday 10 April 2007, Maciej Piechotka wrote:
>>> On 4/10/07, Silver Salonen <[EMAIL PROTECTED]> wrote:
>>>> On Tuesday 10 April 2007, Maciej Piechotka wrote:
>>>>> On 4/10/07, Silver Salonen <[EMAIL PROTECTED]> wrote:
>>>>>> On Tuesday 10 April 2007, Maciej Piechotka wrote:
>>>>>>> On 4/10/07, Maciej Piechotka <[EMAIL PROTECTED]> wrote:
>>>>>>>> On 4/10/07, Silver Salonen <[EMAIL PROTECTED]> wrote:
>>>>>>>>> On Monday 09 April 2007, Maciej Piechotka wrote:
>>>>>>>>>> I backup C:\Document & Settings by bacula. After some time I
>>>> format
>>>>>>>>>> Windows partition by accident. I reinstall Windows and I've
>> tried
>>>> to
>>>>>>>>>> recover buckup.
>>>>>>>>>> 1. It produce a lot of errors "warning: Permission of xyz was
>> not
>>>>>>>>>> changed because file do not exist" or something like that.
>> What's
>>>>>>>>>> wrong? Everything except this is OK.
>>>>>>>>>> 2. Few profiles restored are partially ok - everything in it
>> seems
>>>> ok
>>>>>>>>>> but windows creates new profile (in form USERNAME.HOSTNAME).
>>>> What's
>>>>>>>>>> going on?
>>>>>>>>>>
>>>>>>>>>> Regards
>>>>>>>>> About 2.
>>>>>>>>>
>>>>>>>>> If Windows detects user's folder that is not created by Windows
>>>> itself
>>>>>> (e.g.
>>>>>>>>> some ID is wrong somewhere), it creates another folder in
>>>>>>>>> form "username.domain" or smth. If you want your user's folder
>> to be
>>>> in
>>>>>> form
>>>>>>>>> of "username", I suggest you rename the restored folder into
>> smth
>>>>>>>>> like "username.bak", let Windows create appropriate folder and
>> then
>>>> copy
>>>>>> all
>>>>>>>>> the restored files-folders into the new folder.
>>>>>>>>>
>>>>>>>>> Silver
>>>>>>>>>

Not sure if this will help the situation, but when I back up Windows 
systems using Bacula I also backup the system state by using the `client 
run before job' command in bacula-dir.conf.

Mine is formatted as follows in bacula-dir.conf:

Client Run Before Job =
"\"c:/Program Files/bacula/bin/systemstate.bat\""

All in one line of course.  On the client machine I have a bat file 
which says:

start /wait ntbackup backup systemstate /F c:\systemstate.bkf
exit 0

When I do a complete restore, I log in as Administrator and then use 
ntbackup to restore the system state as it was.  Afterwards I can log in 
using the user account (no USERNAME.DOMAIN folders are created) and it 
was exactly as it was before.  I never have to mess with any permissions 
at all.  Hope that helps.

>>>>>>>> Thanks - it works.However the desktop background do not work, but
>> it's
>>>>>>>> not a big problem.
>>>>>>>> I wish I come back to unix-based system as soon as possible...
>>>>>>>>
>>>>>>>> Thank you
>>>>>>>>
>>>>>>> Sorry - the interface settings are completly forgotten after each
>>>> logout. .
>>>>>> Well, I guess you still have to overlook the restored folder's access
>>>>>> permissions - change the owner of the folder and apply it recursively
>> etc.
>>>>> Yes - of course - but Windows not connected to domain have not such
>>>>> possibility (according to microsoft.com)> I'll try to phone to MS
>>>>> Support but I'd be most grateful if you find something.
>>>>>
>>>>> Regards
>>>> What do you mean? If you check for folder's security, you can add/remove
>> local
>>>> users there for every kind of access permissions. I'm just checking
>> Windows
>>>> 2000 and there's option: Security -> Advanced -> Owner -> Replace owner on
>>>> subcontainers and objects. I wo

[Bacula-users] Windows restore

2007-02-16 Thread Joseph S. Rizzari
Hello,

I have 1 full backup of a machine and several incrementals.  I performed a 
restore using BartPE.  Everything seems like it restored, I started with a 
formatted drive and now all the files are there, but the machine won't boot.  
It just hangs before any OS is loaded.  I'm guessing it has something to do 
with the MBR.  Below is the file set I used.  Is there something I am not doing 
that I should be to get this to boot?


# List of files to be backed up
FileSet {
  Name = "Full XP Set"
  EnableVss = yes   # Use MS Volume copy service
  Include {
Options {
  signature = MD5
  compression=gzip
  IgnoreCase=yes
  Exclude = yes

  # Exclude user's registry files - they're always in use anyway.
  WildFile = "[A-Z]:/Documents and Settings/*/Local Settings/Application 
Data/Microsoft/Windows/usrclass.*"
  WildFile = "[A-Z]:/Documents and Settings/*/ntuser.*"
  # These are files that are open and can't be backed up
  WildFile = "[A-Z]:/Documents and Settings/All Users/Application 
Data/Microsoft/Network/Downloader/qmgr[01].dat"
 
  # Some random bits of Windows we want to ignore
  WildFile = "[A-Z]:/WINNT/security/logs/scepol.log"
  WildDir = "[A-Z]:/WINNT/system32/config"
  WildDir = "[A-Z]:/WINNT/msdownld.tmp"
  WildDir = "[A-Z]:/WINNT/Internet Logs"
  WildDir = "[A-Z]:/WINNT/$Nt*Uninstall*"
  WildDir = "[A-Z]:/WINNT/sysvol"
  WildFile = "[A-Z]:/WINNT/cluster/CLUSDB"
  WildFile = "[A-Z]:/WINNT/cluster/CLUSDB.LOG"
  WildFile = "[A-Z]:/WINNT/NTDS/edb.log"
  WildFile = "[A-Z]:/WINNT/NTDS/ntds.dit"
  WildFile = "[A-Z]:/WINNT/NTDS/temp.edb"
  WildFile = "[A-Z]:/WINNT/ntfrs/jet/log/edb.log"
  WildFile = "[A-Z]:/WINNT/ntfrs/jet/ntfrs.jdb"
  WildFile = "[A-Z]:/WINNT/ntfrs/jet/temp/tmp.edb"
  WildFile = "[A-Z]:/WINNT/system32/CPL.CFG"
  WildFile = "[A-Z]:/WINNT/system32/dhcp/dhcp.mdb"
  WildFile = "[A-Z]:/WINNT/system32/dhcp/j50.log"
  WildFile = "[A-Z]:/WINNT/system32/dhcp/tmp.edb"
  WildFile = "[A-Z]:/WINNT/system32/LServer/edb.log"
  WildFile = "[A-Z]:/WINNT/system32/LServer/TLSLic.edb"
  WildFile = "[A-Z]:/WINNT/system32/LServer/tmp.edb"
  WildFile = "[A-Z]:/WINNT/system32/wins/j50.log"
  WildFile = "[A-Z]:/WINNT/system32/wins/wins.mdb"
  WildFile = "[A-Z]:/WINNT/system32/wins/winstmp.mdb"

  # Temporary directories & files
  WildDir = "[A-Z]:/WINNT/Temp"
  WildDir = "[A-Z]:/temp"
  WildFile = "*.tmp"
  WildDir = "[A-Z]:/tmp"
  WildDir = "[A-Z]:/var/tmp"

  # Recycle bins
  #WildDir = "[A-Z]:/RECYCLER"

  # Swap files
  WildFile = "[A-Z]:/pagefile.sys"
}
 File = "c:/"
  }
#
# Exclude the following files from windows
#
  Exclude {

  }
}



Thanks,

--
Joseph S. Rizzari


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Windows client backup

2007-02-09 Thread Joseph S. Rizzari
Hello,

I am running Bacula v.2.0.1 and have the windows client installed.  I would 
like users to have the option to backup their own machine when needed, however, 
when I run the console application from windows I can back up any client.

Is there a way to do this?

Thank you,

--
Joseph S. Rizzari


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Storage daemon stuck on a job

2007-02-01 Thread Joseph S. Rizzari
I have been doing some testing with Bacula 2.0.1 and my storage daemon has is 
stuck on a job.

My test was to back up a laptop and then during the backup unplug the network 
cable to see how Bacula responds.

Is there a setting that gives the storage daemon a timeout so it can move to 
another job?

Thanks,

Joe Rizzari


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Storage Daemon hang

2007-01-30 Thread Joseph S. Rizzari
I have been doing some testing with Bacula and my storage daemon has hung.

My test was to back up a laptop and then during the backup unplug the network 
cable to see how Bacula responds.

Is there a setting that gives the storage daemon a timeout so it can move to 
another job?

Thanks,

--
Joseph S. Rizzari
Lincoln Laboratory
Massachusetts Institute of Technology
244 Wood Street
Lexington, MA 02420-9108
Phone +1.781.981.4277


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Tray monitor message

2007-01-23 Thread Joseph S. Rizzari
Hello,

I have just installed Bacula 2.0 and have two successful backups saved to file. 
 When I click on the tray icon under DIR I see the following:

The defined catalog resources are:
Selection list for "Catalog" is empty!
Could not find a Catalog resource

I am running Red Hat Enterprise 4 and this is my test machine which runs the 
Director, Storage Daemon, and File Daemon.

Can anyone help me figure out what this message means?

Thank you,

--
Joseph S. Rizzari
Lincoln Laboratory
Massachusetts Institute of Technology
244 Wood Street
Lexington, MA 02420-9108
Phone +1.781.981.4277


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users