facultyai / faculty-sync

Synchronise a local directory with your Faculty platform workspace
https://pypi.org/project/faculty_sync/
Apache License 2.0
10 stars 1 forks source link

Ignore `nfs` files #37

Closed janfreyberg closed 5 years ago

janfreyberg commented 5 years ago

Sometimes, files like this appear:

.nfs1a7099d63469fd7900000729

These are NFS related lock files, and usually can't be removed until the process which has them open gets killed. Attempting to sync up when a file like this is present on the remote causes sml-sync to fail.

I think we should ignore these by default.

pbugnion commented 5 years ago

Yeah, agreed.