[Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread johat

Disclaimer: please bear in mind that I am an absolute begnner myself, and that 
I am no windows sysadmin. 

Here's the file set for one of our windows servers:

Fileset {
  Name = "My semi-fictional windows server"
  Enable VSS = yes
  Include {
     File = E:/Data
  }
  Exclude {
    File = E:/Data/Users/Transfer
  }
}



> Ideally I would also like to exclude all of the unnecessary garbage that 
> windows puts into "Users".


As soon as you know which files and subdirectories te exclude, just put the 
names in the Exclude clause, as shown above. In the example above, the 
'E:/Data/Users/Transfer' subdirectory is excluded from the backup.


> But it is giving strange messages
> 
> *snip*
> 
> ERR=The process cannot access the file because it is being used by another 
> process.


IIRC, this problem is apparently solved by enabling the VSS service on the 
windows client and setting the 'Enable VSS' option in your fileset directive to 
'Yes'.  Note to the veterans: please feel free to correct me if I am wrong 
here. I am still learning here.

Greetings & good luck,
Joachim

+--
|This was sent by jvdhat...@kiss.nl via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread Jari Fredriksson
On 9.4.2010 18:10, John Drescher wrote:
> 
> I believe Documents And Settings should be the folder you backup
> instead of C:/Users
> 

There is no "Documents And Settings" in Vista/Windows 7.

That is an XP thing.

-- 
http://www.iki.fi/jarif/

Grief can take care of itself; but to get the full value of a joy you must
have somebody to divide it with.
-- Mark Twain



signature.asc
Description: OpenPGP digital signature
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread John Drescher
On Fri, Apr 9, 2010 at 11:06 AM, John Drescher  wrote:
> On Fri, Apr 9, 2010 at 8:39 AM, Bill Szkotnicki  wrote:
>> I am trying to come up with a reasonable fileset for windows 7 or vista
>> clients.
>> The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
>> My fileset is:
>>
>> FileSet {
>>  Name = "win7-files"
>>  Include {
>>    Options {
>>      onefs=no
>>      Compression=GZIP
>>      signature=SHA1
>>      Sparse = yes
>>    }
>>    File = "C:/Users"
>>  }
>> }
>>
>> But it is giving strange messages ... see below.
>>
>> Has anyone got insight into how to do this effectively?
>>
>> Ideally I would also like to exclude all of the unnecessary garbage that
>> windows puts into "Users".
>>
>> Bill
>>
>> 09-Apr 08:39 msi-fd JobId 11029:      Cannot open C:/Users/All
>> Users/Application Data/Application Data/Application Data/Application
>> Data/Application Data/Application Data/Application Data/Application
>> Data/Application Data/Application Data/Application Data/Application
>> Data/Application Data/Application Data/Application Data/Application
>> Data/Application Data/Application Data/Application Data/Application
>> Data/Application Data/Application Data/Application Data/Application
>> Data/Application Data/Application Data/Application Data/Application
>> Data/Application
>> Data/Microsoft/Search/Data/Applications/Windows/MSS.log: ERR=The process
>> cannot access the file because it is being used by another process.
>> .
>
> I believe this is normal. These are junction points (kind of like
> symbolic links) that should already be backed up in their actual
> location.
>

I believe Documents And Settings should be the folder you backup
instead of C:/Users

John

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread John Drescher
On Fri, Apr 9, 2010 at 8:39 AM, Bill Szkotnicki  wrote:
> I am trying to come up with a reasonable fileset for windows 7 or vista
> clients.
> The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
> My fileset is:
>
> FileSet {
>  Name = "win7-files"
>  Include {
>    Options {
>      onefs=no
>      Compression=GZIP
>      signature=SHA1
>      Sparse = yes
>    }
>    File = "C:/Users"
>  }
> }
>
> But it is giving strange messages ... see below.
>
> Has anyone got insight into how to do this effectively?
>
> Ideally I would also like to exclude all of the unnecessary garbage that
> windows puts into "Users".
>
> Bill
>
> 09-Apr 08:39 msi-fd JobId 11029:      Cannot open C:/Users/All
> Users/Application Data/Application Data/Application Data/Application
> Data/Application Data/Application Data/Application Data/Application
> Data/Application Data/Application Data/Application Data/Application
> Data/Application Data/Application Data/Application Data/Application
> Data/Application Data/Application Data/Application Data/Application
> Data/Application Data/Application Data/Application Data/Application
> Data/Application Data/Application Data/Application Data/Application
> Data/Application
> Data/Microsoft/Search/Data/Applications/Windows/MSS.log: ERR=The process
> cannot access the file because it is being used by another process.
> .

I believe this is normal. These are junction points (kind of like
symbolic links) that should already be backed up in their actual
location.

John

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread Timo Neuvonen
"Bill Szkotnicki"  kirjoitti viestissä 
news:4bbf2000.8030...@uoguelph.ca...
>I am trying to come up with a reasonable fileset for windows 7 or vista
> clients.
> The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
> My fileset is:
>
> FileSet {
>  Name = "win7-files"
>  Include {
>Options {
>  onefs=no
>  Compression=GZIP
>  signature=SHA1
>  Sparse = yes
>}
>File = "C:/Users"
>  }
> }
>
> But it is giving strange messages ... see below.

> 09-Apr 08:39 msi-fd JobId 11029:  Cannot open C:/Users/All
> Users/Application Data/Application Data/Application Data/Application
> Data/Application Data/Application Data/Application Data/Application

Maybe adding this into the fileset might help:
Enable VSS = yes

--
TiN 



--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread Bill Szkotnicki
I am trying to come up with a reasonable fileset for windows 7 or vista 
clients.
The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
My fileset is:

FileSet {
  Name = "win7-files"
  Include {
Options {
  onefs=no
  Compression=GZIP
  signature=SHA1
  Sparse = yes
}
File = "C:/Users"
  }
}

But it is giving strange messages ... see below.

Has anyone got insight into how to do this effectively?

Ideally I would also like to exclude all of the unnecessary garbage that 
windows puts into "Users".

Bill

09-Apr 08:39 msi-fd JobId 11029:  Cannot open C:/Users/All 
Users/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application 
Data/Microsoft/Search/Data/Applications/Windows/MSS.log: ERR=The process 
cannot access the file because it is being used by another process.
.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula and Windows Vista 64Bit

2009-01-22 Thread KNOPS Manfred
Hello together,

 

we installed bacula 2.4.4 win32 fileserver-deamon and console on a
windows 64 bit system, called clapton.

We use bacula 2.4.3 on a opensuse 11.0 system for bacula directory
daemon and bacula storage daemon.

We configured a job to backup the vista machine.

 

Here the job configuration:

fileserver:/etc/bacula # cat clapton-dir.conf

# /etc/bacula/clapton-backup.conf

 

#

# Job definition for host clapton

#

Job {

  Name = clapton-Automatic-Backup

  Type = Backup

  Client = clapton

  FileSet = clapton-FileSet

  Schedule = WeeklyCycle

  Storage = clapton-Storage

  Messages = Standard

  Pool = clapton-Pool

}

 

Job {

  Name = clapton-Restore

  Type = Restore

  Client = clapton

  FileSet = clapton-FileSet

  Storage = clapton-Storage

  Messages = Standard

  Pool = clapton-Pool

  Where = d:\\temp

}

 

Job {

  Name = clapton-Full-Manual-Backup

  Type = Backup

  Level = Full

  Client = clapton

  FileSet = clapton-FileSet

  Storage = clapton-Storage

  Messages = Standard

  Pool = clapton-Pool

}

#

# Fileset definition for host clapton

#

FileSet {

  Name = clapton-FileSet

  Enable VSS = yes

  Include {

Options {

  onefs = no

  signature = SHA1

  compression = GZIP9

  @/etc/bacula/excludedAbaqusFiles.conf

  @/etc/bacula/excludedWindowsFiles.conf

  }

File = c:/users/krug

File = d:/users/krug

}

  Exclude {

File = c:/users/krug/appdata/local/temp

File = c:/users/krug/appdata/locallow

File = c:/users/krug/confidential

File = c:/users/krug/downloads

File = c:/users/krug/music

File = c:/users/krug/pictures

File = c:/users/krug/searches

File = c:/users/krug/videos

File = d:/users/krug/confidential

}

  }

 

#

# Client Definition for host clapton

#

Client {

  Name = clapton

  Address = clapton

  Catalog = backupserver-Catalog

  Password = "HGIgito2sPLtOerYIhru2W5TsCDr6dFs0C2p97Q5zwP/"

  }

#

# Storage Definition for host clapton

#

Storage {

  Name = clapton-Storage

  Address = backupserver

  SDPort = 9103

  Password = "HVb1lensP9LH9//LZbdhV1SHnHgZnHeMJrlErML8+Pmg"

  Device = clapton-Device

  Media Type = File

}

 

#

# Pool Definition for host clapton

#

Pool {

Name = clapton-Pool

Pool Type = Backup

Recycle = yes

AutoPrune = yes

Volume Retention = 1 months

Use Volume Once = yes

Maximum Volume Bytes = 4509715660.8

Label Format = "clapton-"

Maximum Volumes = 31

}

 

 

#

# Schedule definition for host clapton

#

# The schedule definition stores in file

# /etc/bacula/bacula-dir.conf

fileserver:/etc/bacula #

 

The communication between bacula directory and Clapton fileserver deamon
works.

But I have some problems with this client. That's the reason to ask if
someone can help.

 

The first schedule job run last night.

After that I got a mail. This mail contains messages like this:

 

21-Jan 23:05 clapton-fd JobId 29:  Could not open directory
c:/users/krug/AppData/Local/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten: ERR=Der Dateiname konnte durch das
System nicht zugeordnet werden.

 

21-Jan 23:05 clapton-fd JobId 29: Error: Read error on file
c:/users/krug/AppData/Local/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Microsoft/Outlook/outlook.ost. ERR=Der Prozess kann
nicht auf die Datei zugreifen, da ein anderer Prozess einen Teil der
Datei gesperrt hat.

 

Bacula has right. A Path with so much directories called Anwendungsdaten
didn't exist. The path is for example
c:/users/krug/AppData/Local/Microsoft/Outlook/outlook.ost.

I made tests on this machine. 

1.   c:/users/krug/AppData/Local>dir /A:H returns a dir called
Anwendungsdaten.

2.   c:/users/krug/AppData/Local>cd Anwendungsdaten chaned into this
dir.

3.   c:/users/krug/AppData/Local/Anwendungsdaten>dir returns a info
that no file exist.

 

Now my question. Why should bacula backup this directory?

What can I do?

 

Regards

Manfred

--
This SF.net email is sponsore

[Bacula-users] Bacula and Windows Tape Driver

2008-11-09 Thread Ricardo Duarte

Dear All,
 
I currently have a Dell Tape Library (TL2000) connected to a Windows 2003 
server via SCSI.
I'm using NTBackup to backup our Exchange servers, and I really don't want to 
drop it for now. I trust it more for that kind of backups.
But I still want to use Bacula to backup all the other services like MySQL, 
Apaches, user accounts, System States, Filesystems... on our mixed environment.
I read on the Bacula documentation the following:
 
"... Bacula is known to work perfectly well with SCSI tape drivers on FreeBSD, 
Linux, Solaris, and Windows machines, and it may work on other *nix machines, 
but we have not tested it..."
 
>From this phrase, it seems to me that it is possible to use my Tape Library 
>connected to my Windows server for bacula backups. And it even says "perfectly 
>well". 
I'm excited. That would be the perfect setup for me.
So my question is: can I really use my tape connected to Windows, on Bacula? If 
so, how can I do it? Should I install "storage daemon" on Windows? Is it stable?
 
Thanks,
Ricardo
 
_
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?) - and bat!

2007-12-08 Thread Michael Lewinger
As far as I have checked it, char encoding trouble is seen only
between non-Unicode and Unicode clients, i.e., files from non-Unicode
systems can be restored to non-Unicode systems (same for Unicode). If
the chars are not properly displayed on the director's interface,
there's no need to worry, but I'd certainly test recovery for those
files on the original client. In my case all recovers are done
properly.

Michael

On Dec 5, 2007 6:43 PM, Pierre Pintaric <[EMAIL PROTECTED]> wrote:
> Hello there,
>
> This is to follow the thread :
> http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg27961.html
>
> I had the same problem with putty, I change the character encoding to
> UTF8 and now, it works perfectly.
> But when I use bat, the display is correct, but when I restore a file,
> it doesn't find it
>
> 05-Dec 14:38 vserv01-fd JobId 34: Warning: Cannot change permissions of 
> /tmp/bacula-restores/C/Documents and Settings/Administrateur.SICTIAM/Menu 
> Démarrer/Programmes: ERR=No such file or directory
> 05-Dec 14:34 sictiam-sd JobId 34: Alert: TapeAlert[25]:Undefined.
>
> I am sure, the problem comes from encoding, but where to change it for
> bat?? That's the question...
>
> any idea?
>
> Thanks
>
> --
> Pierre PINTARIC
> SICTIAM
> Porte 15 Space Antipolis 3
> 2323, chemin Saint Bernard
> 06225 Vallauris
> Tel : 04 92 96 80 83
> Fax : 04 92 96 92 96
> http://www.sictiam.fr/
>
>
> -
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>



-- 
Michael Lewinger
MBR Computers
http://mbrcomp.co.il
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?) - and bat!

2007-12-05 Thread Pierre Pintaric
Hello there,

This is to follow the thread :
http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg27961.html

I had the same problem with putty, I change the character encoding to 
UTF8 and now, it works perfectly.
But when I use bat, the display is correct, but when I restore a file, 
it doesn't find it

05-Dec 14:38 vserv01-fd JobId 34: Warning: Cannot change permissions of 
/tmp/bacula-restores/C/Documents and Settings/Administrateur.SICTIAM/Menu 
Démarrer/Programmes: ERR=No such file or directory
05-Dec 14:34 sictiam-sd JobId 34: Alert: TapeAlert[25]:Undefined.

I am sure, the problem comes from encoding, but where to change it for 
bat?? That's the question...

any idea?

Thanks

-- 
Pierre PINTARIC
SICTIAM
Porte 15 Space Antipolis 3
2323, chemin Saint Bernard
06225 Vallauris
Tel : 04 92 96 80 83
Fax : 04 92 96 92 96
http://www.sictiam.fr/


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?)

2007-11-30 Thread Sebastian
Thanks for the hint, you are totally right: I am logging in via putty.
In the putty-options --> window --> translation --> UTF-8 and there are
no more problems with umlauts.

Sebastian


Arno Lehmann wrote:
> Hello,
>
> 30.11.2007 19:56,, Sebastian wrote::
>   
>> Hi,
>>
>> if I want to backup e.g. "C:\Dokumente und
>> Einstellungen\--user--\Startmenü", I have to write
>> File = "C:/Dokumente und Einstellungen/--user--/Startmenü" to my
>> FileSet-resource.
>>
>> works fine for me, it is probably an charset issue, and afaik it is not
>> documented in the manual.
>> 
>
> Well, that is nothing Bacula-specific, in fact.
>
> It's a character coding mismatch.
>
> The configuration file is interpreted as UTF-8 iirc (or rather, the 
> bytes in the file names are interpreted by windows to be UTF-8, and 
> you display with ISO-Latin1 most probably.
>
> I see this quite often, in most cases when I work on a linux system 
> using a UTF-8 character coding scheme (e.g. LC_CTYPE=en_US.UTF-8) and 
> the terminal (putty here, most often) is assuming latin1 character 
> encoding.
>
> When editing the configuration with vi in a putty terminal window, I 
> just need to activate the proper translation, and voilà, I see all the 
> Umlauts and accebted characters as they are interpreted by windows.
>
> You could try something similar...
>
> Arno
>
>   
>> greets,
>> Sebastian
>> 
>> Bacula-Dir: 2.2.5 on Debian sid
>> Bacula-Client: 2.2.6 on WindowsXP SP2
>>
>>
>> Arno Lehmann wrote:
>> 
>>> Hi,
>>>
>>> 29.11.2007 08:54,, Vladimirs Vecgailis wrote::
>>>   
>>>   
 Hi,

 i'm experiencing the same problem except not with hungarian but
 with german "Umlauts" - ö / ä / ü.

 I even found a similar question/problem like mine (and now - like
 yours :-) ):

 http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg21470.html



 Backups works fine, but i get warnings in the LOG and the email. 
 Although the files/dirs with special char's are backup'ed. So i
 ignore these errors for now...

 If there would be any other solution i would be glad to hear about
 it.
 
 
>>> I can not confirm this. See here:
>>> Microsoft Windows [Version 6.0.6000]
>>> Copyright (c) 2006 Microsoft Corporation. Alle Rechte vorbehalten.
>>>
>>> C:\Users\Arno>cd \tmp\bacula-restores\C\testbackups\Värßeichnµs
>>>
>>> C:\tmp\bacula-restores\C\testbackups\Värßeichnµs>dir
>>>   Volume in Laufwerk C: hat keine Bezeichnung.
>>>   Volumeseriennummer: 3AFC-56F4
>>>
>>>   Verzeichnis von C:\tmp\bacula-restores\C\testbackups\Värßeichnµs
>>>
>>> 29.11.2007  14:16  .
>>> 29.11.2007  14:16  ..
>>> 29.11.2007  11:25 0 Dätäì.txt
>>> 1 Datei(en),  0 Bytes
>>> 2 Verzeichnis(se), 14.232.092.672 Bytes frei
>>>
>>> C:\tmp\bacula-restores\C\testbackups\Värßeichnµs>
>>>
>>> This was backed up from and restored to the same client, MS Vista 
>>> business.
>>>
>>> This is the jobs file list:
>>>
>>> Choose a query (1-16): 12
>>> Enter JobId: 1168
>>> +-+-+
>>> | Path| Name 
>>>|
>>> +-+-+
>>> | C:/testbackups/ | 
>>>|
>>> | C:/testbackups/ | ADS.txt 
>>>|
>>> | C:/testbackups/ | Arno 
>>> Lehmann.contact|
>>> | C:/testbackups/ | Ein Name mit 
>>> Ümlätön.txt |
>>> | C:/testbackups/Documents/   | 
>>>|
>>> | C:/testbackups/Documents/   | sfscon-2.odp 
>>>|
>>> | C:/testbackups/Documents/   | sfscon.pdf 
>>>|
>>> | C:/testbackups/Värßeichnµs/  | 
>>> |
>>> | C:/testbackups/Värßeichnµs/  | Dätäì.txt 
>>>  |
>>> | C:/testbackups/Värßeichnµs/G€lôgenêß Gáld/ | 
>>>   |
>>> +-+-+
>>>
>>> And there are no warnings in the job output or the mail:
>>>
>>> 29-Nov 12:30 VM-dir JobId 1168: Start Backup JobId 1168, 
>>> Job=Host.2007-11-29_12.30.16
>>> 29-Nov 12:30 VM-dir JobId 1168: Using Device "FileStorage"
>>> 29-Nov 12:30 VM-sd JobId 1168: Volume "Full-0036" previously written, 
>>> moving to end of data.
>>> 29-Nov 12:30 VM-sd JobId 1168: Ready to append to end of Volume 
>>> "Full-0036" size=52083
>>> 29-Nov 12:30 Host-fd: Generate VSS snapshots. Driver="VSS Vista", 
>>> Drive(s)="C"
>>> 29-Nov 12:30 VM-sd JobId 1168: Job write elapsed time = 00:00:36, 
>>> Transfer rate = 7.099 K bytes/second
>>> 29-Nov 12:30 VM-dir JobId 1168: Bacula VM

Re: [Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?)

2007-11-30 Thread Arno Lehmann
Hello,

30.11.2007 19:56,, Sebastian wrote::
> Hi,
> 
> if I want to backup e.g. "C:\Dokumente und
> Einstellungen\--user--\Startmenü", I have to write
> File = "C:/Dokumente und Einstellungen/--user--/Startmenü" to my
> FileSet-resource.
> 
> works fine for me, it is probably an charset issue, and afaik it is not
> documented in the manual.

Well, that is nothing Bacula-specific, in fact.

It's a character coding mismatch.

The configuration file is interpreted as UTF-8 iirc (or rather, the 
bytes in the file names are interpreted by windows to be UTF-8, and 
you display with ISO-Latin1 most probably.

I see this quite often, in most cases when I work on a linux system 
using a UTF-8 character coding scheme (e.g. LC_CTYPE=en_US.UTF-8) and 
the terminal (putty here, most often) is assuming latin1 character 
encoding.

When editing the configuration with vi in a putty terminal window, I 
just need to activate the proper translation, and voilà, I see all the 
Umlauts and accebted characters as they are interpreted by windows.

You could try something similar...

Arno

> greets,
> Sebastian
> 
> Bacula-Dir: 2.2.5 on Debian sid
> Bacula-Client: 2.2.6 on WindowsXP SP2
> 
> 
> Arno Lehmann wrote:
>> Hi,
>>
>> 29.11.2007 08:54,, Vladimirs Vecgailis wrote::
>>   
>>> Hi,
>>>
>>> i'm experiencing the same problem except not with hungarian but
>>> with german "Umlauts" - ö / ä / ü.
>>>
>>> I even found a similar question/problem like mine (and now - like
>>> yours :-) ):
>>>
>>> http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg21470.html
>>>
>>>
>>>
>>> Backups works fine, but i get warnings in the LOG and the email. 
>>> Although the files/dirs with special char's are backup'ed. So i
>>> ignore these errors for now...
>>>
>>> If there would be any other solution i would be glad to hear about
>>> it.
>>> 
>> I can not confirm this. See here:
>> Microsoft Windows [Version 6.0.6000]
>> Copyright (c) 2006 Microsoft Corporation. Alle Rechte vorbehalten.
>>
>> C:\Users\Arno>cd \tmp\bacula-restores\C\testbackups\Värßeichnµs
>>
>> C:\tmp\bacula-restores\C\testbackups\Värßeichnµs>dir
>>   Volume in Laufwerk C: hat keine Bezeichnung.
>>   Volumeseriennummer: 3AFC-56F4
>>
>>   Verzeichnis von C:\tmp\bacula-restores\C\testbackups\Värßeichnµs
>>
>> 29.11.2007  14:16  .
>> 29.11.2007  14:16  ..
>> 29.11.2007  11:25 0 Dätäì.txt
>> 1 Datei(en),  0 Bytes
>> 2 Verzeichnis(se), 14.232.092.672 Bytes frei
>>
>> C:\tmp\bacula-restores\C\testbackups\Värßeichnµs>
>>
>> This was backed up from and restored to the same client, MS Vista 
>> business.
>>
>> This is the jobs file list:
>>
>> Choose a query (1-16): 12
>> Enter JobId: 1168
>> +-+-+
>> | Path| Name 
>>|
>> +-+-+
>> | C:/testbackups/ | 
>>|
>> | C:/testbackups/ | ADS.txt 
>>|
>> | C:/testbackups/ | Arno 
>> Lehmann.contact|
>> | C:/testbackups/ | Ein Name mit 
>> Ümlätön.txt |
>> | C:/testbackups/Documents/   | 
>>|
>> | C:/testbackups/Documents/   | sfscon-2.odp 
>>|
>> | C:/testbackups/Documents/   | sfscon.pdf 
>>|
>> | C:/testbackups/Värßeichnµs/  | 
>> |
>> | C:/testbackups/Värßeichnµs/  | Dätäì.txt 
>>  |
>> | C:/testbackups/Värßeichnµs/G€lôgenêß Gáld/ | 
>>   |
>> +-+-+
>>
>> And there are no warnings in the job output or the mail:
>>
>> 29-Nov 12:30 VM-dir JobId 1168: Start Backup JobId 1168, 
>> Job=Host.2007-11-29_12.30.16
>> 29-Nov 12:30 VM-dir JobId 1168: Using Device "FileStorage"
>> 29-Nov 12:30 VM-sd JobId 1168: Volume "Full-0036" previously written, 
>> moving to end of data.
>> 29-Nov 12:30 VM-sd JobId 1168: Ready to append to end of Volume 
>> "Full-0036" size=52083
>> 29-Nov 12:30 Host-fd: Generate VSS snapshots. Driver="VSS Vista", 
>> Drive(s)="C"
>> 29-Nov 12:30 VM-sd JobId 1168: Job write elapsed time = 00:00:36, 
>> Transfer rate = 7.099 K bytes/second
>> 29-Nov 12:30 VM-dir JobId 1168: Bacula VM-dir 2.2.6 (10Nov07): 
>> 29-Nov-2007 12:30:45
>>Build OS:   i686-suse-linux-gnu suse 10.3
>>JobId:  1168
>>Job:Host.2007-11-29_12.30.16
>>Backup Level:   Full
>>Client: "Host-fd" 2.1.22 (26Jun07) 
>> Linux,Cross-compile,Win32
>>FileSet:"HostFS" 2007-11-13 22:15:00
>>Pool: 

Re: [Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?)

2007-11-30 Thread Sebastian
Hi,

if I want to backup e.g. "C:\Dokumente und
Einstellungen\--user--\Startmenü", I have to write
File = "C:/Dokumente und Einstellungen/--user--/Startmenü" to my
FileSet-resource.

works fine for me, it is probably an charset issue, and afaik it is not
documented in the manual.
greets,
Sebastian

Bacula-Dir: 2.2.5 on Debian sid
Bacula-Client: 2.2.6 on WindowsXP SP2


Arno Lehmann wrote:
> Hi,
>
> 29.11.2007 08:54,, Vladimirs Vecgailis wrote::
>   
>> Hi,
>>
>> i'm experiencing the same problem except not with hungarian but
>> with german "Umlauts" - ö / ä / ü.
>>
>> I even found a similar question/problem like mine (and now - like
>> yours :-) ):
>>
>> http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg21470.html
>>
>>
>>
>> Backups works fine, but i get warnings in the LOG and the email. 
>> Although the files/dirs with special char's are backup'ed. So i
>> ignore these errors for now...
>>
>> If there would be any other solution i would be glad to hear about
>> it.
>> 
>
> I can not confirm this. See here:
> Microsoft Windows [Version 6.0.6000]
> Copyright (c) 2006 Microsoft Corporation. Alle Rechte vorbehalten.
>
> C:\Users\Arno>cd \tmp\bacula-restores\C\testbackups\Värßeichnµs
>
> C:\tmp\bacula-restores\C\testbackups\Värßeichnµs>dir
>   Volume in Laufwerk C: hat keine Bezeichnung.
>   Volumeseriennummer: 3AFC-56F4
>
>   Verzeichnis von C:\tmp\bacula-restores\C\testbackups\Värßeichnµs
>
> 29.11.2007  14:16  .
> 29.11.2007  14:16  ..
> 29.11.2007  11:25 0 Dätäì.txt
> 1 Datei(en),  0 Bytes
> 2 Verzeichnis(se), 14.232.092.672 Bytes frei
>
> C:\tmp\bacula-restores\C\testbackups\Värßeichnµs>
>
> This was backed up from and restored to the same client, MS Vista 
> business.
>
> This is the jobs file list:
>
> Choose a query (1-16): 12
> Enter JobId: 1168
> +-+-+
> | Path| Name 
>|
> +-+-+
> | C:/testbackups/ | 
>|
> | C:/testbackups/ | ADS.txt 
>|
> | C:/testbackups/ | Arno 
> Lehmann.contact|
> | C:/testbackups/ | Ein Name mit 
> Ümlätön.txt |
> | C:/testbackups/Documents/   | 
>|
> | C:/testbackups/Documents/   | sfscon-2.odp 
>|
> | C:/testbackups/Documents/   | sfscon.pdf 
>|
> | C:/testbackups/Värßeichnµs/  | 
> |
> | C:/testbackups/Värßeichnµs/  | Dätäì.txt 
>  |
> | C:/testbackups/Värßeichnµs/G€lôgenêß Gáld/ | 
>   |
> +-+-+
>
> And there are no warnings in the job output or the mail:
>
> 29-Nov 12:30 VM-dir JobId 1168: Start Backup JobId 1168, 
> Job=Host.2007-11-29_12.30.16
> 29-Nov 12:30 VM-dir JobId 1168: Using Device "FileStorage"
> 29-Nov 12:30 VM-sd JobId 1168: Volume "Full-0036" previously written, 
> moving to end of data.
> 29-Nov 12:30 VM-sd JobId 1168: Ready to append to end of Volume 
> "Full-0036" size=52083
> 29-Nov 12:30 Host-fd: Generate VSS snapshots. Driver="VSS Vista", 
> Drive(s)="C"
> 29-Nov 12:30 VM-sd JobId 1168: Job write elapsed time = 00:00:36, 
> Transfer rate = 7.099 K bytes/second
> 29-Nov 12:30 VM-dir JobId 1168: Bacula VM-dir 2.2.6 (10Nov07): 
> 29-Nov-2007 12:30:45
>Build OS:   i686-suse-linux-gnu suse 10.3
>JobId:  1168
>Job:Host.2007-11-29_12.30.16
>Backup Level:   Full
>Client: "Host-fd" 2.1.22 (26Jun07) 
> Linux,Cross-compile,Win32
>FileSet:"HostFS" 2007-11-13 22:15:00
>Pool:   "Full" (From Job FullPool override)
>Storage:"File" (From Pool resource)
>Scheduled time: 29-Nov-2007 12:30:00
>Start time: 29-Nov-2007 12:30:09
>End time:   29-Nov-2007 12:30:45
>Elapsed time:   36 secs
>Priority:   10
>FD Files Written:   10
>SD Files Written:   10
>FD Bytes Written:   254,191 (254.1 KB)
>SD Bytes Written:   255,574 (255.5 KB)
>Rate:   7.1 KB/s
>Software Compression:   None
>VSS:yes
>Encryption: no
>Volume name(s): Full-0036
>Volume Session Id:  15
>Volume Session Time:1196332141
>Last Volume Bytes:  308,463 (308.4 KB)
>Non-fatal FD errors:0
>SD Errors:  0
>FD termination status:  OK
>SD termination status:  OK
>Terminatio

Re: [Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?)

2007-11-29 Thread Arno Lehmann
Hi,

29.11.2007 08:54,, Vladimirs Vecgailis wrote::
> Hi,
> 
> i'm experiencing the same problem except not with hungarian but
> with german "Umlauts" - ö / ä / ü.
> 
> I even found a similar question/problem like mine (and now - like
> yours :-) ):
> 
> http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg21470.html
> 
> 
> 
> Backups works fine, but i get warnings in the LOG and the email. 
> Although the files/dirs with special char's are backup'ed. So i
> ignore these errors for now...
> 
> If there would be any other solution i would be glad to hear about
> it.

I can not confirm this. See here:
Microsoft Windows [Version 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Arno>cd \tmp\bacula-restores\C\testbackups\Värßeichnµs

C:\tmp\bacula-restores\C\testbackups\Värßeichnµs>dir
  Volume in Laufwerk C: hat keine Bezeichnung.
  Volumeseriennummer: 3AFC-56F4

  Verzeichnis von C:\tmp\bacula-restores\C\testbackups\Värßeichnµs

29.11.2007  14:16  .
29.11.2007  14:16  ..
29.11.2007  11:25 0 Dätäì.txt
1 Datei(en),  0 Bytes
2 Verzeichnis(se), 14.232.092.672 Bytes frei

C:\tmp\bacula-restores\C\testbackups\Värßeichnµs>

This was backed up from and restored to the same client, MS Vista 
business.

This is the jobs file list:

Choose a query (1-16): 12
Enter JobId: 1168
+-+-+
| Path| Name 
   |
+-+-+
| C:/testbackups/ | 
   |
| C:/testbackups/ | ADS.txt 
   |
| C:/testbackups/ | Arno 
Lehmann.contact|
| C:/testbackups/ | Ein Name mit 
Ümlätön.txt |
| C:/testbackups/Documents/   | 
   |
| C:/testbackups/Documents/   | sfscon-2.odp 
   |
| C:/testbackups/Documents/   | sfscon.pdf 
   |
| C:/testbackups/Värßeichnµs/  | 
|
| C:/testbackups/Värßeichnµs/  | Dätäì.txt 
 |
| C:/testbackups/Värßeichnµs/G€lôgenêß Gáld/ | 
  |
+-+-+

And there are no warnings in the job output or the mail:

29-Nov 12:30 VM-dir JobId 1168: Start Backup JobId 1168, 
Job=Host.2007-11-29_12.30.16
29-Nov 12:30 VM-dir JobId 1168: Using Device "FileStorage"
29-Nov 12:30 VM-sd JobId 1168: Volume "Full-0036" previously written, 
moving to end of data.
29-Nov 12:30 VM-sd JobId 1168: Ready to append to end of Volume 
"Full-0036" size=52083
29-Nov 12:30 Host-fd: Generate VSS snapshots. Driver="VSS Vista", 
Drive(s)="C"
29-Nov 12:30 VM-sd JobId 1168: Job write elapsed time = 00:00:36, 
Transfer rate = 7.099 K bytes/second
29-Nov 12:30 VM-dir JobId 1168: Bacula VM-dir 2.2.6 (10Nov07): 
29-Nov-2007 12:30:45
   Build OS:   i686-suse-linux-gnu suse 10.3
   JobId:  1168
   Job:Host.2007-11-29_12.30.16
   Backup Level:   Full
   Client: "Host-fd" 2.1.22 (26Jun07) 
Linux,Cross-compile,Win32
   FileSet:"HostFS" 2007-11-13 22:15:00
   Pool:   "Full" (From Job FullPool override)
   Storage:"File" (From Pool resource)
   Scheduled time: 29-Nov-2007 12:30:00
   Start time: 29-Nov-2007 12:30:09
   End time:   29-Nov-2007 12:30:45
   Elapsed time:   36 secs
   Priority:   10
   FD Files Written:   10
   SD Files Written:   10
   FD Bytes Written:   254,191 (254.1 KB)
   SD Bytes Written:   255,574 (255.5 KB)
   Rate:   7.1 KB/s
   Software Compression:   None
   VSS:yes
   Encryption: no
   Volume name(s): Full-0036
   Volume Session Id:  15
   Volume Session Time:1196332141
   Last Volume Bytes:  308,463 (308.4 KB)
   Non-fatal FD errors:0
   SD Errors:  0
   FD termination status:  OK
   SD termination status:  OK
   Termination:Backup OK

29-Nov 12:30 VM-dir JobId 1168: Begin pruning Jobs.
29-Nov 12:30 VM-dir JobId 1168: No Jobs found to prune.
29-Nov 12:30 VM-dir JobId 1168: Begin pruning Files.
29-Nov 12:30 VM-dir JobId 1168: No Files found to prune.
29-Nov 12:30 VM-dir JobId 1168: End auto prune.

The MySQL server runs with its default settings, i.e. character sets 
are latin1, collation is swedish, etc.

This is with MySQL 5.0.45 and Bacula 2.2.6, by the way.

Arno

> 
> Greetings
> 
> Vladimirs Vecgailis
> 
> --
> 
> == Vladimirs Vecgailis Colocation
> IT primacall Vertriebs-GmbH P

Re: [Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?)

2007-11-29 Thread Balogh Ferenc

Thanks for your help, it's working now! Bweb and Bconsole shows strange
characters and permission errors (I tried to use the portable option, same
problem), but the saving and the restoration works!My next
challenge is to set up brestore in bweb... :)Thanks,-vision- Vladimirs Vecgailis írta:> Hi,>
> i'm experiencing the same problem except not with hungarian but
with german "Umlauts" - Ü / ä / ß.> > I
even found a similar question/problem like mine (and now - like yours :-)
):> >
http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg21470.html> > > Backups works fine, but i get warnings in the
LOG and the email. Although the files/dirs with special char's are
backup'ed. So i ignore these errors for now...> > If
there would be any other solution i would be glad to hear about it.> > > Greetings> > Vladimirs
Vecgailis> > --> >
==> Vladimirs Vecgailis>
Colocation IT> primacall Vertriebs-GmbH> Postfach 08 04
55> 10004 Berlin> > Leipziger Str. 124> 10117 Berlin> GERMANY> > Phone	+49 30
206143 875> eMail  	[EMAIL PROTECTED]> Web   
	http://www.primacall.de> ==> > Amtsgericht und Sitz: Berlin, HRB 98348 B>
Steuernummer: 37-199-20919> Geschäftsfßhrer: M. Vukusic> > Die in dieser E-Mail enthaltenen Informationen sind
vertraulich und kĂśnnen> rechtlich bedeutsam sein. Sie sind
ausschlie�lich fßr den Adressaten bestimmt und jeglicher Zugriff
durch andere Personen ist unzulässig. Falls> Sie nicht der
beabsichtigte Empfänger sind, ist jegliche>
VerĂśffentlichung,> Verteilung oder sonstige in diesem
Zusammenhang stehende Handlung untersagt> und unter Umständen
rechtswidrig. HerkĂśmmliche E-Mails sind zudem nicht gegen Zugriff
geschĂźtzt und kĂśnnen mit und ohne Einfluss von Dritten verloren gehen,
verändert oder verfälscht werden. Eine Haftung fßr die Unversehrtheit
von E-Mails oder hieraus entstandene Schäden kann daher nicht>
Ăźbernommen werden.> > The information in this e-mail is
confidential and may be legally privileged. It is intended solely for the
addressee and access to the e-mail> by anyone else is prohibited.
If you are not the intended recipient, any disclosure, distribution or any
action taken or omitted to be taken in reliance on it, is prohibited and
may be unlawful. Common e-mails are not protected against access by third
persons and therefore might be lost, changed or falsified, with or without
any interference by third persons. We> cannot accept any
responsibility for the integrity of e-mails or for any damages resulting
out of these circumstances.> > > >
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.>
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4>
___> Bacula-users
mailing list> Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users> HirdetésA prémium minőség nálunk bárki számára elérhetővé vált!
Szerver hosting akció: két havidíj előre fizetése esetén a harmadik
hónap díját elengedjük.
http://www.cyber.hu/szerver_elhelyezes/egyeni/akcio/ HirdetésA
prémium minőség nálunk bárki számára elérhetővé vált!
Szerver hosting akció:
két havidíj előre fizetése esetén a harmadik hónap díját elengedjük.
http://www.cyber.hu/szerver_elhelyezes/egyeni/akcio/


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?)

2007-11-28 Thread Vladimirs Vecgailis
Hi,

i'm experiencing the same problem except not with hungarian but with german 
"Umlauts" - ö / ä / ü.

I even found a similar question/problem like mine (and now - like yours :-) ):

http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg21470.html


Backups works fine, but i get warnings in the LOG and the email.
Although the files/dirs with special char's are backup'ed. So i ignore these 
errors for now...

If there would be any other solution i would be glad to hear about it.


Greetings

Vladimirs Vecgailis

--

==
Vladimirs Vecgailis
Colocation IT
primacall Vertriebs-GmbH
Postfach 08 04 55
10004 Berlin

Leipziger Str. 124 
10117 Berlin 
GERMANY

Phone   +49 30 206143 875
eMail   [EMAIL PROTECTED]
Web http://www.primacall.de
==

Amtsgericht und Sitz: Berlin, HRB 98348 B
Steuernummer: 37-199-20919
Geschäftsführer: M. Vukusic

Die in dieser E-Mail enthaltenen Informationen sind vertraulich und können
rechtlich bedeutsam sein. Sie sind ausschließlich für den Adressaten
bestimmt und jeglicher Zugriff durch andere Personen ist unzulässig. Falls
Sie nicht der beabsichtigte Empfänger sind, ist jegliche Veröffentlichung,
Verteilung oder sonstige in diesem Zusammenhang stehende Handlung untersagt
und unter Umständen rechtswidrig. Herkömmliche E-Mails sind zudem nicht
gegen Zugriff geschützt und können mit und ohne Einfluss von Dritten
verloren gehen, verändert oder verfälscht werden. Eine Haftung für die
Unversehrtheit von E-Mails oder hieraus entstandene Schäden kann daher nicht
übernommen werden.

The information in this e-mail is confidential and may be legally
privileged. It is intended solely for the addressee and access to the e-mail
by anyone else is prohibited. If you are not the intended recipient, any
disclosure, distribution or any action taken or omitted to be taken in
reliance on it, is prohibited and may be unlawful. Common e-mails are not
protected against access by third persons and therefore might be lost,
changed or falsified, with or without any interference by third persons. We
cannot accept any responsibility for the integrity of e-mails or for any
damages resulting out of these circumstances.



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?)

2007-11-27 Thread Balogh Ferenc
Hello all,

First of all please excuse for my english, i'm hungarian.

I have just installed Bacula 2.2.6 from source to a Slackware 12 system. 
I successfully configured the main program, the two web interfaces and 
after all installed the win32 exe for a target computer. I configured 
everything for a quick test, and it's worked fine. The Director can 
connect to the FileDaemon over the network and it saved the test 
directory and also I can restore the files.

Next, I tried to set up the "final config" for the client so I set the 
directories and files, and wanted to take a test before the finish (and 
before I set up the schedule dates and times).

After I started the FULL BACKUP from the bconsole the client started to 
work (seeked the floppy drive??? --- in the config i successfully set up 
the directories with path information like "c:/backup_this", and no link 
for floppy --- i think it was the VSS), the tray icon of the client 
changed to yellow and the hint for it was something like "the last job 
has warnings". Without any other detailed error messages I decided to 
run the client with the debug option (bacula-fd.exe -d 100 >out), and 
started the job from the bconsole (from the slackware). After it 
"finished" (so did nothing) I opened the log file (bacula-fd.trace i 
think) and saw that the problem is around the special characters on my 
filesystem. I'm using windows xp (pro sp2) hungarian version with 
filesystem NTFS, and I have directories and files with special 
characters like
   "Képek"   (which means Pictures).
Hungarian special characters (accents) is like "á Á é É ő Ő" etc.
(Sorry if your system can't display it...)

In the trace log the special characters are O.K. (I see that Bacula 
Director send it right, and the VSS try to open it --- but can't).

What I don't know: is it Bacula (Win32 Client) problem, VSS / WinXP 
problem or a Slackware linux - Utf8 problem?

I tried without VSS (Enable VSS = off) --> same problem.
Tried without any extra options (signature, compression, etc) --> same 
problem.

I think I have successfully set up my linux system to UTF8 (locale shows 
en_EN.UTF-8 for every environment variable).

Oh and I did a little test. Opened my bacula-fd (trace) log file on my 
winxp client and copied the directory name (with accents) to the 
clipboard, then inserted it to the winxp command line. The characters 
was O.K., so I think the Director send the characters to the Client in 
the right form, without any changes or conversion. The configuration 
files are saved in utf8.

If I try to backup a directory with no special characters that's okay 
anytime, after I change it back to the accented name then the error occurs.

And this is the case with the special filenames, too:
I created a directory named "testbackup" on my windows machine. Copied 
two files in it:
- a simple, english named one like "test_file.txt"
- a hungarian named one like "ékezetes_fájl.txt"

The backup completed (!!!) but when I listed the saved files in the 
bconsole, I saw the hungarian named file with wrong characters! (like 
when you have no utf8 enabled in your browser and open an unicode-only 
page...)

Summary:

Bacula 2.2.6
Director on Slackware 12 linux (filesystem ext3, utf8 configured /i think/)
FileDaemon on Windows XP Pro SP2 (filesystem ntfs, hungarian version)
Config O.K.
Test O.K.
Problem with special (hungarian) characters like accents
I think the director successfully send the special characters to the client.

What should I do now?

Thanks for your help and advices,
Ferenc Balogh

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows Vista

2007-06-21 Thread Mike Hanby
I've done some testing on my own Vista system, I posted previously, but
here's a short recap followed by the results after some tweaking.

1. Using my FileSet that I had defined for my XP system, my full backup
would end up over 300GB's, when the Vista drive only had 100GB's on it.

2. I'd see a bunch of errors such as:
Could not open directory C:/Documents and
Settings/joeshmo/AppData/Local/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/History: ERR=The
name of the file cannot be resolved by the system.

3. I added the following to my FileSet definition for my Vista box to
exclude the junctions from the backup:
  Exclude {
  File = "C:/MSOCache"
  File = "C:/*.TMP"
  File = "C:/ProgramData/Application Data*"
  File = "C:/ProgramData/Desktop"
  File = "C:/ProgramData/Favorites"
  File = "C:/ProgramData/Start Menu"
  File = "C:/ProgramData/Templates"
  File = "C:/$*"
  File = "C:/Users/All Users"
  File = "C:/Users/Default User"
  File = "C:/Users/*/Application Data"
  File = "C:/Users/*/Cookies"
  File = "C:/Users/*/NetHood"
  File = "C:/Users/*/PrintHood"
  File = "C:/Users/*/Recent"
  File = "C:/Users/*/SendTo"
  File = "C:/Users/*/Start Menu"
  File = "C:/Users/*/Templates"
  File = "C:/Users/*/Local Settings"
  File = "C:/Users/*/My Documents"
  File = "C:/Documents and Settings"
  }

Results: After adding the exclusions for the junctions, my backup completed
and used up 56GB's worth of hard drive space (as opposed to over 300GB's
without the exclusions).

I'll attempt to restore some data from that backup tonight to see if
recovery functions, but at least the backups are now the size I would
expect.

I suppose the only downside of this is, if I restore, none of the junctions
will be recreated.

Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kern
Sibbald
Sent: Thursday, June 21, 2007 04:50
To: bacula-users
Cc: bacula-devel
Subject: [Bacula-users] Bacula and Windows Vista

Hello,

Recently, I bought a Windows Vista laptop ($$$ -- hint), so that I could
test 
the Bacula FD on it. First a few comments on Vista:

Good things (at least for users):
1. It has nice looking graphics
2. It has a lot of features
3. They sure are packing a lot of "3rd party" software into their kernel
(e.g. virus checkers, disk repartitioners, encrypted folders,
automatic file backup, ...).  I wouldn't want to be 
an independent Windows utility software vendor.
4. You right click on many menu items to get a lot more functionality.
5. They have installed the software in a much more reasonable set of
directory names (shorter and no spaces).  If I am not mistaken, most
the old XP directory names are there too (sort of -- see below).


Not so good things:
1. It is pretty big pig -- it squats in 500MB of memory, uses about 60GB of
disk, and it took over an hour to boot up the first time, and quite a
long
time the second time; after defragging the disk, it boots in a
reasonable
time.
2. Although the new directory structure has more reasonable directory names
   (shorter and no spaces), they have provided "junctions" to the old names
   for compatibility. Unfortunately few third party programs such
   as Bacula know about junctions, so they get confused, and typically
   this manifests itself as references to files/directories that do not seem
   to exist ...
3. VSS (Volume shadow copy) is not compatible with the older
code used by Bacula.
4. System services can no longer interact with the desktop, which means that
the Bacula tray monitor does not work.
5. There are a number new levels of security, which means that after
installing Bacula,  you cannot edit the conf files without explicitly
finding the right dialog and changing your permissions on the files.  
6. Due to junctions not being really downward compatible, the Bacula menu
links to the conf files complain that the file does not exist.  By the
way, junctions have been around for a while, but were apparently never
used in a default install.  However, on Vista, there are a lot of
junctions in the default install.
7. The new hard disk is 100GB the pre-loaded software uses 36GB.
8. Due to the need for swap space (2GB RAM) and snapshot space, the la

[Bacula-users] Bacula and Windows Vista

2007-06-21 Thread Kern Sibbald
Hello,

Recently, I bought a Windows Vista laptop ($$$ -- hint), so that I could test 
the Bacula FD on it. First a few comments on Vista:

Good things (at least for users):
1. It has nice looking graphics
2. It has a lot of features
3. They sure are packing a lot of "3rd party" software into their kernel
(e.g. virus checkers, disk repartitioners, encrypted folders,
automatic file backup, ...).  I wouldn't want to be 
an independent Windows utility software vendor.
4. You right click on many menu items to get a lot more functionality.
5. They have installed the software in a much more reasonable set of
directory names (shorter and no spaces).  If I am not mistaken, most
the old XP directory names are there too (sort of -- see below).


Not so good things:
1. It is pretty big pig -- it squats in 500MB of memory, uses about 60GB of
disk, and it took over an hour to boot up the first time, and quite a long
time the second time; after defragging the disk, it boots in a reasonable
time.
2. Although the new directory structure has more reasonable directory names
   (shorter and no spaces), they have provided "junctions" to the old names
   for compatibility. Unfortunately few third party programs such
   as Bacula know about junctions, so they get confused, and typically
   this manifests itself as references to files/directories that do not seem
   to exist ...
3. VSS (Volume shadow copy) is not compatible with the older
code used by Bacula.
4. System services can no longer interact with the desktop, which means that
the Bacula tray monitor does not work.
5. There are a number new levels of security, which means that after
installing Bacula,  you cannot edit the conf files without explicitly
finding the right dialog and changing your permissions on the files.  
6. Due to junctions not being really downward compatible, the Bacula menu
links to the conf files complain that the file does not exist.  By the
way, junctions have been around for a while, but were apparently never
used in a default install.  However, on Vista, there are a lot of
junctions in the default install.
7. The new hard disk is 100GB the pre-loaded software uses 36GB.
8. Due to the need for swap space (2GB RAM) and snapshot space, the largest
   size available to load Linux along side of Vista is 28GB  -- i.e. as
   mentioned above, the system needs 60 GB of disk, and this is a virgin
   system (with the Bacula FD loaded).

So where are we with Bacula:
1. After 6 hours of upgrades to my WinXP system (62 SP1 updates, then SP 2,
   then install .NET Framework, then install Windows SDK, perhaps I will have
   the new VSS code loaded, 
2.  *perhaps* as their documentation claims, it is now a simple recompile with
   new header files (I doubt it very much).
3. Junctions are another story, and I have no idea how much work that is
   going to be.
4. Even if the new VSS works, it will only work on WinXP, Windows server 2003,
   and Vista, which means that in VSS mode, it is unlikely that the Bacula FD
   will support older systems (Win98, WinMe, WinNT, ...) as it currently does.
5. Time estimate: since I'm not getting paid for this: none.

Best regards,

Kern




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Maciej Piechotka
I know - but it's a little too late know. I hope I nearly solved the problem.

Thank you very much.

-
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


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Kern Sibbald
On Tuesday 10 April 2007 16:29, Joseph S. Rizzari wrote:
> 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.

This procedure or at least something very close is described in the Rescue 
chapter of the manual.  The Win32 chapter of the manual also mentions it.

> 
>  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 would try playing with it :)
> 
>  Silver
> 
> >>> In XP only if it's attached to domain. I found dos command - but the
> >>> result is still the same.
> >> Have you disabled "simple file sharing" from folder options? Also, I hope
> >> you're not using FAT32 ;)
> >>
> > 
> > Thanks. However to few files even super users have no access...
> > The UID's changed after reinstallation of Windows and few users who do
> > not exist have full controll over them.
> > 
> >> PS. why don't you reply to the list also?
> >>
> > 
> > I click on Reply instead of Reply to all
> > 
> > -
> > 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
> > htt

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 would try playing with it :)

 Silver

>>> In XP only if it's attached to domain. I found dos command - but the
>>> result is still the same.
>> Have you disabled "simple file sharing" from folder options? Also, I hope
>> you're not using FAT32 ;)
>>
> 
> Thanks. However to few files even super users have no access...
> The UID's changed after reinstallation of Windows and few users who do
> not exist have full controll over them.
> 
>> PS. why don't you reply to the list also?
>>
> 
> I click on Reply instead of Reply to all
> 
> -
> 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
> 


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

Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Maciej Piechotka
> Thanks. However to few files even super users have no access...
> The UID's changed after reinstallation of Windows and few users who do
> not exist have full controll over them.
>

Even in such case it didn't help.Even for owner all setting is
forgotten. Is it possible to recover data withoou setting permissions?

Regards

-
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


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Maciej Piechotka
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
> > > > > > > >
> > > > > > >
> > > > > > > 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 would try playing with it :)
> > >
> > > Silver
> > >
> >
> > In XP only if it's attached to domain. I found dos command - but the
> > result is still the same.
>
> Have you disabled "simple file sharing" from folder options? Also, I hope
> you're not using FAT32 ;)
>

Thanks. However to few files even super users have no access...
The UID's changed after reinstallation of Windows and few users who do
not exist have full controll over them.

> PS. why don't you reply to the list also?
>

I click on Reply instead of Reply to all

-
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


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Silver Salonen
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
> > > > > > >
> > > > > >
> > > > > > 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 would try playing with it :)
> >
> > Silver
> >
> 
> In XP only if it's attached to domain. I found dos command - but the
> result is still the same.

Have you disabled "simple file sharing" from folder options? Also, I hope 
you're not using FAT32 ;)

PS. why don't you reply to the list also?

-
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


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Silver Salonen
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
> > > > >
> > > >
> > > > 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 would try playing with it :)

Silver

-
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


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Silver Salonen
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
> > >
> >
> > 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.

-
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


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Maciej Piechotka
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
> >
>
> 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. .

Regards

-
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


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Maciej Piechotka
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
>

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

-
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


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Silver Salonen
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

-
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] Bacula and Windows

2007-04-09 Thread Maciej Piechotka
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

-
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