Skip to content
This repository has been archived by the owner on Mar 3, 2025. It is now read-only.
/ pbsnbd Public archive

Proxmox Backup Server nbdkit plugin (golang)

License

Notifications You must be signed in to change notification settings

abbbi/pbsnbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxmox Backup Server NBDKIT Plugin

The golang implementation in this repository may deadlock if nbdkit is forked into the background. Golang shared libraries do not work well together with applications that use fork().

As this limits the usecases with this plugin, i have re-implemented the plugin in C:

cpbsnbd