duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] file time format with : problems


From: Tim Webster
Subject: [Duplicity-talk] file time format with : problems
Date: Mon, 31 Jul 2006 16:04:55 +0800

The file time format such as
2002-01-25T07:00:00+02:00

which contains : can not be written with
cygwing windows

touch "2002-01-25T07:00:00+02:00"
touch: cannot touch `2002-01-25T07:00:00+02:00': No such file or directory

This timestap contains : which is an invalid file name char in windows

lets change the : character to something like _
I know it makes the time less obvious, but it works everywhere.

We can make the subsitution from : to _
an option such as
--timechar _
the default timechar will be :
Then all the scripts designed to used duplicity don't break.

Any comments?

-Tim

reply via email to

[Prev in Thread] Current Thread [Next in Thread]