havardgulldahl / jottalib

A library to access files stored at jottacloud.com.
GNU General Public License v3.0
83 stars 19 forks source link

Jottalib gets stuck on FIFO files #129

Closed Nicd closed 8 years ago

Nicd commented 8 years ago

I'm unable to backup my server with jottalib because of FIFO files. Jottalib gets stuck on a FIFO and never resumes, presumably it blocks when reading the FIFO.

Example:

$ mkfifo foo
$ jotta-upload foo # <-- Command never finishes

I think the best would be to simply skip FIFO files.