<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">The proper path is "C:\\Users\\Ryniek's<br>
WinSe7en\\MyNewGGBackup(2009-08-23 14:59:02).tar.bz2"<br>
and that string literal is "\U", without any pipes  :)<br>
<br>
The truth is that script works on linux (ubuntu) but not on windows<br>
(neither Win7 nor WinXP).<br>
Maybe it's good idea to use raw string for specifing those paths?<br>
</blockquote><div><br></div><div><br></div><div>Colons are not valid in filenames on Windows. You won't get that filename to work. The error may be somewhat cryptic. Depending on the version of Windows and the particulars of your filesystem, *attempting* to read/write a filename with a colon may lead to very surprising results-- 0 sized files with names up to the colon... as you may actually be writing to an alternate named data stream (like a resource fork on the mac).</div>

<div><br></div><div>Basically, the error is just cryptic. The problem is your filename isn't a valid windows filename :)</div><div><br></div><div>--S</div><div><br></div></div>