duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Usage of python fasteners on cygwin


From: Scott Hannahs
Subject: Re: [Duplicity-talk] Usage of python fasteners on cygwin
Date: Tue, 8 Jun 2021 11:46:25 -0400

On Jun 8, 2021, at 02:53, imagenesis--- via Duplicity-talk <duplicity-talk@nongnu.org> wrote:

I want to use duplicity to manage NTFS backups from cygwin. There appears to be a problem with lockfiless because fasteners is using fnctl in operating the filesystems, and is unable to release because the object it acquires is not a valid lock:

It throws on release:


1. Do you know when Duplicity starting using fasteners? I think maybe it used something else in 0.6 because I dont remember if I always recieved locking errors. 
2. What is the intended/ideal implementation of fasteners on cygwin? 
3. Is cygwin suppose to behave like a POSIX filesystem or is the expected interaction with the FS for C/Python programs running in cygwin through the Win APIs?

It has used fasteners for quite awhile.  At least since I started building it on the Mac OS.

-Scott


reply via email to

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