bakker-team / bakker

Linux time machine
MIT License
4 stars 3 forks source link

Handle additional filetypes like sockets #9

Closed 2start closed 5 years ago

2start commented 5 years ago

Linux has more filetypes than directories, symlinks and files. They need to be backed up or ignored.

2start commented 5 years ago

Fixed for now.

  1. Sockets can just be ignored. Not useful to back them up.
  2. Named pipes may be added later on.
  3. Device files cannot be backed up.