Tutorial Instalasi BackupPC pada Ubuntu 24.04
BackupPC adalah solusi backup berbasis web yang mendukung protokol seperti rsync , tar , smb , dan lainnya. Cocok untuk backup jaringan Linux maupun Windows. 🔧 Persiapan Awal Update dan Upgrade Sistem sudo apt update && sudo apt upgrade -y Instal Paket Pendukung sudo apt install apache2 libapache2-mod-perl2 perl libarchive-zip-perl \ libnet-ssleay-perl libauthen-ntlm-perl samba-common-bin rrdtool \ par2 rsync curl openssh-server -y 📦 Instalasi BackupPC Instal BackupPC sudo apt install backuppc -y ⚙️ Konfigurasi BackupPC Setel Password Web Admin sudo htpasswd /etc/backuppc/htpasswd backuppc Ubah konfigurasi /etc/apache2/conf-available/backuppc.conf sudo nano /etc/apache2/conf-available/backuppc.conf Aktifkan Konfigurasi Apache sudo a2enconf backuppc sudo systemctl reload apache2 🔑 Akses Web Interface Buka Web Interface Akses melalui browser: http://<alamat-ip-server>/backuppc ...
2 Comments:
Great Post! Can I build the wxWidgets on one machine, and deploy the build to similar machines running the same software and windows version? Can I just copy the wxwidgets folder across, or do I need to do more? Thanks!
Thanks so much for the post! I've been struggling to get wxwidgets compiled using MinGW, and unfortunately, I'm still having problems.
Could you offer some guidance?
I've installed mingw and the source for wxwidgets-3.0.2 and when I try to compile using the command in the post,I get several 'redefinition' errors, such as:
c:\mingw\include\time.h:172:8: error: redinition of 'struct tm'
Do you have any idea how to work around this?
Thanks!
Tom
إرسال تعليق