Hi Shachar,

 

I was recently encrypting my Visual Studio files and I ran into an
interesting issue. Rsyncrypto was giving me the following error message:

 

====== BEGIN ERROR MESSAGE ====

file open failed(BackupFiles\D\Jan Alphenaar\Mijn documenten\Backup
1234567\Visu

al
Studio\Backups\20080701-1030\Trouble\0000000000000\11111111111111\bin\OpenSS
L

\perl\5.6\Crypto_SSLeay\blib\lib\Crypt\SSLeay\.svn\text-base\Conn.pm12345678
9.rs

yncrypto_tmp): No such file or directory

======= END ERROR MESSAGE =====

 

My best guess is that the length of the destination file is exceeding the
256 characters. The absolute path for the destination file is, coming
remarkable close to 256 characters.

 

D:\Package 123456789\tmp\BackupFiles\D\Jan Alphenaar\Mijn documenten\Backup
1234567\Visu

al
Studio\Backups\20080701-1030\Trouble\0000000000000\11111111111111\bin\OpenSS
L

\perl\5.6\Crypto_SSLeay\blib\lib\Crypt\SSLeay\.svn\text-base\Conn.pm12345678
9

 

I imagine it is not so easy to set the maximum file length if an application
supports multiple operating systems (and thus multiple file systems). But
would it be possible to generate an error message like "<file name> filename
length to long", or something similar ? If the filename is too long for the
filesystem ?

 

Check out the limits for each filesystem on
http://en.wikipedia.org/wiki/Comparison_of_file_systems

 

As you probably know I am testing on WinXP, and my file system is NTFS.

 

Regards,

 

Jan

-------------------------------------------------------------------------
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=/
_______________________________________________
Rsyncrypto-devel mailing list
Rsyncrypto-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel

Reply via email to