Installing Cloudberry Backup on Fedora 28
-
Install the RPM
dnf install https://d1jra2eqc0c15l.cloudfront.net/rh6_CloudBerryLab_CloudBerryBackup_v2.6.0.31_20180920195252.rpm
(Optional)
If you want to enable the WebGUI:
Navigate to /opt/local/CloudBerry Backup/bin/cbb and run:
./cbb option -set wa -http on
Go to <IP/Hostname>:43210
-
What clouds does it offer, or do you plan to use with it?
-
@scottalanmiller I use Wasabi
Verzion and Wasabi are the last 2 on the list (not shown)
-
@scottalanmiller Wasabi is so cheap it's crazy.
-
@aaronstuder said in Installing Cloudberry Backup on Fedora 28:
@scottalanmiller Wasabi is so cheap it's crazy.
That's what I'm most interested in.
That's quite the list, though!
-
dnf install https://d1jra2eqc0c15l.cloudfront.net/rh6_CloudBerryLab_CloudBerryBackup_v2.6.0.31_20180920195252.rpm
-
@jaredbusch Thanks! Updated!
-
@aaronstuder said in Installing Cloudberry Backup on Fedora 28:
Navigate to /opt/local/CloudBerry Backup/bin/cbb and run:
./cbb option -set wa -http on
Go to <IP/Hostname>:43210
Does that set SELinux and firewalld?
-
@jaredbusch Looks like Hetzner Cloud doesn't have firewalld installed and SELinux disabled...
-
@aaronstuder said in Installing Cloudberry Backup on Fedora 28:
@jaredbusch Looks like Hetzner Cloud doesn't have firewalld installed and SELinux disabled...
Then you did not start from a minimal install. You started from a custom image.
These are important things to know and clearly specify when posting something like this.
You will likely have to add at least one package for this on an minimal install inorder to easily set the SELinux port to http as well as set the firewall-cmd to allow the port.
-
@jaredbusch Thanks. I'll try again using a minimal install.
Hetzner Cloud lets you mount your own image, so I can test with a minimal install.
I'll create a snapshot, and always start from that.