Re: [Bacula-users] Could not stat some files with Windows-FD (path length problem ?)

2010-10-30 Thread Bruno Friedmann
Mark sorry to bother you, but if you have read it's clearly indicate :

opensource.com-dir 5.0.2 (28Apr10): 25-oct.-2010

So another brillant idea, or we can advise Matthieu to open a bug,
I'm pretty sure so long and complicated path/filename aren't tested.

The path (if I've trunk it correctly) is 225 char long including c:\

+ the filename give 263 total length.

Also notice the french accent in the different part.
We have some month ago, people not able to restore some path with accent.



On 10/29/2010 02:50 PM, Mark Gordon wrote:
> Path/filenames longer than 260 characters (up to 32,000) are supported 
> beginning with Bacula version
> 1.39.20. Older Bacula versions support only 260 character path/filenames.
> 
> Thanks
> Mark
> 
> -Original Message-
> From: Matthieu Cameirao [mailto:matthieu.camei...@fr-opensource.com] 
> Sent: Friday, October 29, 2010 5:33 AM
> To: Bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] Could not stat some files with Windows-FD (path 
> length problem ?)
> 
>  Hello Bacula-users list readers !
> 
>  I'm using bacula to backup a windows XP machine and everything (well
>  99%) is OK.
>  I've got a problem with 12 files and the only reason I can think of is
>  that the path lenght for all these files exceed 260, which is weird as
>  I've thought that this limitation was an old one.
> 
>  Bacula director and storage daemon runs on a Debian Squeeze machine and
>  are installed with Debian packages:
> 
> 
>  ii  bacula-common5.0.2-2
>  network backup, recovery and verification - common support files
>  ii  bacula-common-mysql  5.0.2-2
>  network backup, recovery and verification - MySQL common files
>  ii  bacula-console   5.0.2-2
>  network backup, recovery and verification - text console
>  ii  bacula-director-common   5.0.2-2
>  network backup, recovery and verification - Director common files
>  ii  bacula-director-mysql5.0.2-2
>  network backup, recovery and verification - MySQL storage for Director
>  ii  bacula-fd5.0.2-2
>  network backup, recovery and verification - file daemon
>  ii  bacula-sd5.0.2-2
>  network backup, recovery and verification - storage daemon
>  ii  bacula-sd-mysql  5.0.2-2
>  network backup, recovery and verification - MySQL SD tools
> 
> 
>  and I've installed bacula-fd 5.0.2 on the Windows XP machine.
> 
>  Here's the fileset I'm using for this backup:
> 
> 
>  FileSet {
>  Name = "RedWood Industries FileSet"
>  Include {
>  Options {
>  signature = SHA1
>  compression = GZIP
>  IgnoreCase = yes
>  }
> 
>  File = "C:/Documents and Settings/All Users/Documents/REZO REDWOOD"
>  }
>  }
> 
> 
>  I've included the message I get after the backup has finished at the
>  end of the message (the ERR message would be in english "The system
>  cannot find the path specified").
>  I really don't understand what can be the problem except for the path
>  length...
> 
>  Thank you for your help
> 
> 
>  Matthieu Cameirao
> 
> 
> 
> 
>  --
>  25-oct. 20:05 moe.fr-opensource.com-dir JobId 2: Start Backup JobId 2,
>  Job=BackupRedwoodIndustries.2010-10-25_20.05.00_32
>  25-oct. 20:05 moe.fr-opensource.com-dir JobId 2: Using Device
>  "FileStorage"
>  25-oct. 20:05 moe.fr-opensource.com-sd JobId 2: Volume
>  "File_2010-10-22_20h05m" previously written, moving to end of data.
>  25-oct. 20:05 moe.fr-opensource.com-sd JobId 2: Ready to append to end
>  of Volume "File_2010-10-22_20h05m" size=3157235974
>  25-oct. 20:05 serveur-fd JobId 2: Generate VSS snapshots. Driver="VSS
>  WinXP", Drive(s)="C"
>  25-oct. 20:06 serveur-fd JobId 2:  Could not stat "C:/Documents and
>  Settings/All Users/Documents/REZO REDWOOD/DOCUMENTATIONS TECHNIQUES
>  100910/COMPTEURS&  DEBITMETRES/FLUIDES/TURBINES/EDM/NOTICES&
>  CERTIFS/NOTICES EDM HD, ST, HR/NOTICES EDM NOUVELLE GENERATION/NOTICE
>  ANGLAIS/Notice anglais nouveaux afficheur.pdf": ERR=Le chemin d'acc�s
>  sp�cifi� est introuvable.
> 
>  25-oct. 20:06 serveur-fd JobId 2:  Could not stat "C:/Documents and
>  Settings/All Users/Documents/REZO REDWOOD/DOCUMENTATIONS TECHNIQUES
>  100910/COMPTEURS&  DEBITMETRES/FLUIDES/TURBINES/EDM/NOTICES&
>  CERTIFS/NOTICES EDM HD, ST, HR/NOTICES EDM NOUVELLE GENERATION/NOTICE
>  ANGLAIS/Traduction Notice nouveaux afficheur 09 français juin 
>  2010.doc":
>  ERR=Le chemin d'acc�s sp�cifi� est introuvable.
> 
>  25-oct. 20:06 serveur-fd JobId 2:  Could not stat "C:/Documents and
>  Settings/All Users/Documents/REZO REDWOOD/DOCUMENTATIONS TECHNIQUES
>  100910/COMPTEURS&  DEBITMETRES/FLUIDES/ROUES OVALES ET
>  ENGRENAGES/FLOMEC/DOCS COMMERCIALES/DOCS FRANCAIS/AUTRES
>  DOCUMENTATIONS/Docs entête REDWOOD SANS FLOMEC/Compteurs OM080 et
>  OM100.doc": ERR=Le chemin d'acc�s sp�cifi� est introuvable.
> 
>  25-oct. 20:06 serveur-fd JobId 2:  Could not stat "C:/Documents an

Re: [Bacula-users] Could not stat some files with Windows-FD (path length problem ?)

2010-10-29 Thread Mark Gordon
Path/filenames longer than 260 characters (up to 32,000) are supported 
beginning with Bacula version
1.39.20. Older Bacula versions support only 260 character path/filenames.

Thanks
Mark

-Original Message-
From: Matthieu Cameirao [mailto:matthieu.camei...@fr-opensource.com] 
Sent: Friday, October 29, 2010 5:33 AM
To: Bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Could not stat some files with Windows-FD (path length 
problem ?)

 Hello Bacula-users list readers !

 I'm using bacula to backup a windows XP machine and everything (well
 99%) is OK.
 I've got a problem with 12 files and the only reason I can think of is
 that the path lenght for all these files exceed 260, which is weird as
 I've thought that this limitation was an old one.

 Bacula director and storage daemon runs on a Debian Squeeze machine and
 are installed with Debian packages:


 ii  bacula-common5.0.2-2
 network backup, recovery and verification - common support files
 ii  bacula-common-mysql  5.0.2-2
 network backup, recovery and verification - MySQL common files
 ii  bacula-console   5.0.2-2
 network backup, recovery and verification - text console
 ii  bacula-director-common   5.0.2-2
 network backup, recovery and verification - Director common files
 ii  bacula-director-mysql5.0.2-2
 network backup, recovery and verification - MySQL storage for Director
 ii  bacula-fd5.0.2-2
 network backup, recovery and verification - file daemon
 ii  bacula-sd5.0.2-2
 network backup, recovery and verification - storage daemon
 ii  bacula-sd-mysql  5.0.2-2
 network backup, recovery and verification - MySQL SD tools


 and I've installed bacula-fd 5.0.2 on the Windows XP machine.

 Here's the fileset I'm using for this backup:


 FileSet {
 Name = "RedWood Industries FileSet"
 Include {
 Options {
 signature = SHA1
 compression = GZIP
 IgnoreCase = yes
 }

 File = "C:/Documents and Settings/All Users/Documents/REZO REDWOOD"
 }
 }


 I've included the message I get after the backup has finished at the
 end of the message (the ERR message would be in english "The system
 cannot find the path specified").
 I really don't understand what can be the problem except for the path
 length...

 Thank you for your help


 Matthieu Cameirao




 --
 25-oct. 20:05 moe.fr-opensource.com-dir JobId 2: Start Backup JobId 2,
 Job=BackupRedwoodIndustries.2010-10-25_20.05.00_32
 25-oct. 20:05 moe.fr-opensource.com-dir JobId 2: Using Device
 "FileStorage"
 25-oct. 20:05 moe.fr-opensource.com-sd JobId 2: Volume
 "File_2010-10-22_20h05m" previously written, moving to end of data.
 25-oct. 20:05 moe.fr-opensource.com-sd JobId 2: Ready to append to end
 of Volume "File_2010-10-22_20h05m" size=3157235974
 25-oct. 20:05 serveur-fd JobId 2: Generate VSS snapshots. Driver="VSS
 WinXP", Drive(s)="C"
 25-oct. 20:06 serveur-fd JobId 2:  Could not stat "C:/Documents and
 Settings/All Users/Documents/REZO REDWOOD/DOCUMENTATIONS TECHNIQUES
 100910/COMPTEURS&  DEBITMETRES/FLUIDES/TURBINES/EDM/NOTICES&
 CERTIFS/NOTICES EDM HD, ST, HR/NOTICES EDM NOUVELLE GENERATION/NOTICE
 ANGLAIS/Notice anglais nouveaux afficheur.pdf": ERR=Le chemin d'acc�s
 sp�cifi� est introuvable.

 25-oct. 20:06 serveur-fd JobId 2:  Could not stat "C:/Documents and
 Settings/All Users/Documents/REZO REDWOOD/DOCUMENTATIONS TECHNIQUES
 100910/COMPTEURS&  DEBITMETRES/FLUIDES/TURBINES/EDM/NOTICES&
 CERTIFS/NOTICES EDM HD, ST, HR/NOTICES EDM NOUVELLE GENERATION/NOTICE
 ANGLAIS/Traduction Notice nouveaux afficheur 09 français juin 
 2010.doc":
 ERR=Le chemin d'acc�s sp�cifi� est introuvable.

 25-oct. 20:06 serveur-fd JobId 2:  Could not stat "C:/Documents and
 Settings/All Users/Documents/REZO REDWOOD/DOCUMENTATIONS TECHNIQUES
 100910/COMPTEURS&  DEBITMETRES/FLUIDES/ROUES OVALES ET
 ENGRENAGES/FLOMEC/DOCS COMMERCIALES/DOCS FRANCAIS/AUTRES
 DOCUMENTATIONS/Docs entête REDWOOD SANS FLOMEC/Compteurs OM080 et
 OM100.doc": ERR=Le chemin d'acc�s sp�cifi� est introuvable.

 25-oct. 20:06 serveur-fd JobId 2:  Could not stat "C:/Documents and
 Settings/All Users/Documents/REZO REDWOOD/DOCUMENTATIONS TECHNIQUES
 100910/COMPTEURS&  DEBITMETRES/FLUIDES/ROUES OVALES ET
 ENGRENAGES/FLOMEC/DOCS COMMERCIALES/DOCS FRANCAIS/AUTRES
 DOCUMENTATIONS/Docs entête REDWOOD SANS FLOMEC/Compteur OM004 à
 OM008.pdf": ERR=Le chemin d'acc�s sp�cifi� est introuvable.

 25-oct. 20:06 serveur-fd JobId 2:  Could not stat "C:/Documents and
 Settings/All Users/Documents/REZO REDWOOD/DOCUMENTATIONS TECHNIQUES
 100910/COMPTEURS&  DEBITMETRES/FLUIDES/ROUES OVALES ET
 ENGRENAGES/FLOMEC/DOCS COMMERCIALES/DOCS FRANCAIS/AUTRES
 DOCUMENTATIONS/Docs entête REDWOOD SANS FLOMEC/Compteur OM080 et
 OM100.pdf": ERR=Le chemin d'acc�s sp�cifi� est introuvable.

 25-oct. 20:06 serveur-fd JobId 2:  Could not stat "C:/Document