In development proxmox backup client written in golang, aimed at windows compatibility
Go to file
2023-12-04 20:36:19 +01:00
build.bat Added systray for windows and messagebox showing usage 2023-12-04 20:26:44 +01:00
buzhash.go Chunking and initial work on protocol 2023-12-02 15:08:26 +01:00
go.mod Added systray for windows and messagebox showing usage 2023-12-04 20:26:44 +01:00
go.sum Added systray for windows and messagebox showing usage 2023-12-04 20:26:44 +01:00
LICENSE License 2023-12-02 02:00:26 +01:00
main.go Fixed slicing of chunk assignment 2023-12-04 20:36:19 +01:00
nop_snapshot.go VSS Snapshot support 2023-12-03 20:59:18 +01:00
pbsapi.go Added systray for windows and messagebox showing usage 2023-12-04 20:26:44 +01:00
pxar.go Fix PXAR indexing problem, documentation didn't state Goodbye entries being a special binary try structure 2023-12-04 00:27:43 +01:00
README.md Update README.md 2023-12-04 00:39:54 +01:00
win_snapshot.go Fixed windows specific stuff 2023-12-03 21:35:40 +01:00

This software implements a proxmox backup client software for windows, backup only as of now Works on linux too especially for development

The software is still alpha quality and i take no responsability for any kind of damage or data loss even of source files.

Contributions are welcome especially

  1. GUI with tray icon to show backup progress and backup taking place
  2. Encryption support
  3. A GUI way of configuring it and maybe create a json job file similiar freefilesync does
  4. Async upload / compress and multicore upload + compression of chunks
  5. Proxmox side patch to add another kind of entry to pxar format with Windows security descriptors in it
  6. Support for windows symlinks
  7. Anything interesting you can come up with :)