-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proxmox-backup-client packaging request #186282
Comments
It would also be nice if added some sort of service that backups certain folders on a CRON timer to the server. Like: services.proxmox-backup.client = {
enable = true;
enableAutoBackup = true;
dates = "4:45";
data = [
{"path" = "/some/data"; "type" = "pxar"; "name" = "filename";}
];
}; |
I have built a derivation for I'll see if I can update that derivation to the latest release and clean it up for inclusion in nixpkgs. |
@jojosch any updates? |
Hello, I packaged 2.2.1: https://git.frsqr.xyz/firesquare/nixos/src/branch/main/pkgs/proxmox-backup-client |
I moved this version to PR, thanks. |
Project description
Client for proxmox backup server written in Rust.
Metadata
The text was updated successfully, but these errors were encountered: