Nanosecond timestamps

Asked by Mechanical snail

Duplicity 0.6.10 (the latest version in the Ubuntu Lucid repositories) seems to have a timestamp granularity of 1 second. Has this been fixed in development versions?

(Possibly relevant implementation details: GNU tar does support nanosecond timestamps, but you have to explicitly tell it to create POSIX-format tar files.)

Question information

Language:
English Edit question
Status:
Solved
For:
Duplicity Edit question
Assignee:
No assignee Edit question
Solved by:
Kenneth Loafman
Solved:
Last query:
Last reply:
Revision history for this message
Best Kenneth Loafman (kenneth-loafman) said :
#1

Yes, the granularity is one second. It's a limitation of the tarfile.py
that we currently use. We should update to the newest version available in
the Python libraries, but no one has had the time to do so.

..Ken

On Wed, Dec 29, 2010 at 8:26 PM, Mechanical snail <
<email address hidden>> wrote:

> New question #139585 on Duplicity:
> https://answers.launchpad.net/duplicity/+question/139585
>
> Duplicity 0.6.10 (the latest version in the Ubuntu Lucid repositories)
> seems to have a timestamp granularity of 1 second. Has this been fixed in
> development versions?
>
> (Possibly relevant implementation details: GNU tar does support nanosecond
> timestamps, but you have to explicitly tell it to create POSIX-format tar
> files.)
>
> --
> You received this question notification because you are a member of
> duplicity-team, which is an answer contact for Duplicity.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~duplicity-team<https://launchpad.net/%7Eduplicity-team>
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~duplicity-team<https://launchpad.net/%7Eduplicity-team>
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
Mechanical snail (replicator-snail) said :
#2

Thanks Kenneth Loafman, that solved my question.