This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
Sharing code is good, downloads not. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @tteck
Thank you for an amazing set of scripts to manage the Proxmox VE (to you and all the contributors)
I'm not a developer/programmer so I wouldn't want to try to do a pull request to modify the code (I don't even know what's the correct ettiquete to suggest a change in a github repository hehehe, but doing my best)
I was wondering if you would consider to extend the functionality of the Host backup script.
Manually selecting some /etc files seems cumbersome and honestly, compressing a copy of the entire folder leads to a very little backup size in Proxmox as far as I've seen.
I'm thinking here of something like a complete OS HD failure, and a quick way to recover from that (instal PVE, restore this set of files).
I've defaulted to backup all /etc
I added /var/lib/pve-cluster/config.db, and /root/.ssh to the list of files pre-selected to be backed up.
Added a prompt to password protect the file.
I'm attaching a proposed approach to do this based on your script.
I think this version could also be easily modified so that the script allows to automate creating a config file based on the selected parameters and a cron job.
Is sharing the code here ok?, if I need to share it elswhere, please let me know. Always willing to learn :)
Beta Was this translation helpful? Give feedback.
All reactions