Rocky Linux and Disk Imaging: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
OK, RUBackUp then. Cool. | OK, RUBackUp then. Cool. | ||
=== What You'll Need === | |||
* Of Course: https://rubackup.gitlab.io/ (This is just a simple Copy / Paste of files to "install") | |||
** After installing (probably to /opt/rubackup, just to keep things inline with their examples); | |||
*** ln -s rubackup.rb rubackup (enables one to simply type rubackup instead of rubackup.rb) | |||
*** export PATH="/opt/rubackup:$PATH" (makes the "rubackup command" available from any directory) | |||
* And for LVM Support, which is needed for "Live" BackUps (and snapshots): https://www.fsarchiver.org/ (for the latest version, this requires make, make config, make install, and all the associated compiling tools) | |||
=== Quick Tips === | |||
* RUBACKUP is configured to look in /etc/rubackup.d for "BackUp Scripts" | |||
* Also see this for addtional configuration items: [[Installing FSArchiver on Rocky Linux]] | |||
* ZSTD is busted in Rocky Linux 9 (and probably others) as of some time in 2023 | |||
*https://rubackup.gitlab.io/ | *https://rubackup.gitlab.io/ |