andrewchambers / bupstash

Easy and efficient encrypted backups.
https://bupstash.io
MIT License
899 stars 31 forks source link

Do repository access via a 'virtual filesystem' interface. #308

Closed andrewchambers closed 2 years ago

andrewchambers commented 2 years ago

In the future will allow bupstash to operate on repositories that are not just on the local filesystem. Another branch has an experimental 9p2000.L VFS implementation that may be merged at a future date. Another possibility is sftp support (provided we can address the problem of locking over sftp).