mirror of
https://github.com/tizbac/proxmoxbackupclient_go.git
synced 2025-10-26 11:19:03 +00:00
In development proxmox backup client written in golang, aimed at windows compatibility
| build.bat | ||
| buzhash.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| nop_snapshot.go | ||
| pbsapi.go | ||
| pxar.go | ||
| README.md | ||
| win_snapshot.go | ||
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
- GUI with tray icon to show backup progress and backup taking place
- Encryption support
- A GUI way of configuring it and maybe create a json job file similiar freefilesync does
- Async upload / compress and multicore upload + compression of chunks
- Proxmox side patch to add another kind of entry to pxar format with Windows security descriptors in it
- Support for windows symlinks
- Anything interesting you can come up with :)