SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
Vista and Bacula client
Author Message
Post Vista and Bacula client 
Howdy,

I have Bacula server components running on a Fedora Core 6 box and it is
successfully backing up itself and a Windows XP Pro box to a local hard
disk.

I'm now adding in a Vista machine. The backup starts and runs to
completion, however I have noticed two odd behaviors:
1) I'm backing up 100 GB worth of data, yet the backup ends up taking
over 300 GB worth of space???
2) I'm seeing a lot 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=3DThe name of the file cannot be resolved by the =
system.

For starters, from what I can tell, there isn't a "Documents and
Settings" folder on the C drive anymore, and there certainly aren't a
bunch of nested "Application Data" folders.

I have Volume Shadow Copy enabled and just noticed on the Supported
Operating Systems page that "Windows Vista VSS is reported not to work
with Bacula", I'll try disabling that tonight and try it again.

Anyone have a clue why it would be trying to backup a directory that
doesn't exist?

Thanks, Mike

Post Vista and Bacula Client 
Attachments: Message as HTML

Howdy,

I have Bacula server components running on a Fedora Core 6 box and it is
successfully backing up itself and a Windows XP Pro box to a local hard
disk.

I'm now adding in a Vista machine. The backup starts and runs to completion,
however I have noticed two odd behaviors:

1) I'm backing up 100 GB worth of data, yet the backup ends up taking over
300 GB worth of space???

2) I'm seeing a lot 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.

For starters, from what I can tell, there isn't a "Documents and Settings"
folder on the C drive anymore, and there certainly aren't a bunch of nested
"Application Data" folders.

I have Volume Shadow Copy enabled and just noticed on the Supported
Operating Systems page that "Windows Vista VSS is reported not to work with
Bacula", I'll try disabling that tonight and try it again.

Anyone have a clue why it would be trying to backup a directory that doesn't
exist?

Thanks, Mike

Post Vista and Bacula Client 
Mike Hanby wrote:
2) I'm seeing a lot 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.

For starters, from what I can tell, there isn't a "Documents and
Settings" folder on the C drive anymore, and there certainly aren't a
bunch of nested "Application Data" folders.

While I've only played with Vista a little, I did notice that it seems to have
certain pseudo-symlink/shortcut type bits for backwards compatibility. It
looks like Bacula is getting bitten by one of them.

--
Frank Sweetser fs at wpi.edu | For every problem, there is a solution that
WPI Senior Network Engineer | is simple, elegant, and wrong. - HL Mencken
GPG fingerprint = 6174 1257 129E 0D21 D8D4 E8A3 8E39 29E3 E2E8 8CEC

Post Vista and Bacula Client 
On Wed, 20 Jun 2007 09:22:56 -0500, Mike Hanby said:

Howdy,



I have Bacula server components running on a Fedora Core 6 box and it is
successfully backing up itself and a Windows XP Pro box to a local hard
disk.



I'm now adding in a Vista machine. The backup starts and runs to completion,
however I have noticed two odd behaviors:

1) I'm backing up 100 GB worth of data, yet the backup ends up taking over
300 GB worth of space???

2) I'm seeing a lot 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.



For starters, from what I can tell, there isn't a "Documents and Settings"
folder on the C drive anymore, and there certainly aren't a bunch of nested
"Application Data" folders.

Actually there is, kind of :-(

If you do

dir /a C:\
dir /a "C:\Documents and Settings\joeshmo\AppData\Local"

you'll see some junctions which could be confusing Bacula.

__Martin

Post Vista and Bacula Client 
Attachments: Message as HTML

On 6/20/07, Martin Simmons <martin < at > li...> wrote:

On Wed, 20 Jun 2007 09:22:56 -0500, Mike Hanby said:

Howdy,



I have Bacula server components running on a Fedora Core 6 box and it is
successfully backing up itself and a Windows XP Pro box to a local hard
disk.



I'm now adding in a Vista machine. The backup starts and runs to
completion,
however I have noticed two odd behaviors:

1) I'm backing up 100 GB worth of data, yet the backup ends up taking
over
300 GB worth of space???

2) I'm seeing a lot 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.



For starters, from what I can tell, there isn't a "Documents and
Settings"
folder on the C drive anymore, and there certainly aren't a bunch of
nested
"Application Data" folders.

Actually there is, kind of :-(

If you do

dir /a C:\
dir /a "C:\Documents and Settings\joeshmo\AppData\Local"

you'll see some junctions which could be confusing Bacula.


On winXP SP2 I have several junctions and bacula handles them correctly
(gives an error and does not descend into them) as I witnessed that today.

John

Post Vista and Bacula Client 
Attachments: Message as HTML

Interesting, I forgot all about junctions in Windows. I have a backup
scheduled for tonight, I'm going to see what it does with VSS turned off
(both the service on the Vista machine and in the client config).

_____

From: bacula-users-bounces < at > li...
[mailto:bacula-users-bounces < at > li...] On Behalf Of John
Drescher
Sent: Wednesday, June 20, 2007 14:32
To: bacula-users
Subject: Re: [Bacula-users] Vista and Bacula Client

On 6/20/07, Martin Simmons <martin < at > li...> wrote:

On Wed, 20 Jun 2007 09:22:56 -0500, Mike Hanby said:

Howdy,



I have Bacula server components running on a Fedora Core 6 box and it is
successfully backing up itself and a Windows XP Pro box to a local hard
disk.



I'm now adding in a Vista machine. The backup starts and runs to
completion,
however I have noticed two odd behaviors:

1) I'm backing up 100 GB worth of data, yet the backup ends up taking over

300 GB worth of space???

2) I'm seeing a lot 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.



For starters, from what I can tell, there isn't a "Documents and Settings"

folder on the C drive anymore, and there certainly aren't a bunch of
nested
"Application Data" folders.

Actually there is, kind of :-(

If you do

dir /a C:\
dir /a "C:\Documents and Settings\joeshmo\AppData\Local"

you'll see some junctions which could be confusing Bacula.

On winXP SP2 I have several junctions and bacula handles them correctly
(gives an error and does not descend into them) as I witnessed that today.

John

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


Magic SEO URL for phpBB