Raspberry Pi - Arduino - Embedded - IoT - wxWidgets - Linux - C++

BTemplates.com

Fashion

News

Food

Sports

Food

Technology

Featured

Videos

Quote's

Yesterday is History - Tomorrow is Mistery - Today is a Gift, that's why it's called Present...

Text Widget


Contact form

Jago Desain

Mauris lacus dolor, ultricies vel sodales ac, egestas vel eros.

JSON Variables

Powered by Blogger.

Featured Post

Home Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

Post Bottom Ad

Responsive Ads Here

Author Details

Templatesyard is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of templatesyard is to provide the best quality blogger templates which are professionally designed and perfectlly seo optimized to deliver best result for your blog.

Credits

Created By ImAmUdDiN | Designed By MagPro

Breaking

Recents

{getWidget} $results={5} $label={recent} $type={list1}

404Something Wrong!

The page you've requested can't be found. Why don't you browse around?

Take me back

Followers

Tags

Categories

About Us

Sponsor

AD BANNER

Recent News

About Me

authorHello, my name is Jack Sparrow. I'm a 50 year old self-employed Pirate from the Caribbean.
Learn More →

Pages

Connect With us

Comments

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Test link

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

  1. Update dan Upgrade Sistem
    sudo apt update && sudo apt upgrade -y
  2. 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

  1. Instal BackupPC
    sudo apt install backuppc -y

⚙️ Konfigurasi BackupPC

  1. Setel Password Web Admin
    sudo htpasswd /etc/backuppc/htpasswd backuppc
    
    
  2. Ubah konfigurasi /etc/apache2/conf-available/backuppc.conf
    sudo nano /etc/apache2/conf-available/backuppc.conf
    

  3. Aktifkan Konfigurasi Apache
    sudo a2enconf backuppc
    sudo systemctl reload apache2
    
    
    
    

๐Ÿ”‘ Akses Web Interface

  1. Buka Web Interface
    Akses melalui browser:
    http://<alamat-ip-server>/backuppc
    Login dengan user backuppc dan password yang telah dibuat.




๐Ÿ› ️ Konfigurasi Tambahan

  1. Ubah Konfigurasi Utama
    File konfigurasi utama:
    /etc/backuppc/config.pl
    sudo nano /etc/backuppc/config.pl

๐Ÿ–ฅ️ Menambahkan Host untuk Dibackup

  1. Tambah Host di Web Interface
    - Klik Edit Hosts
    - Tambahkan nama host dan IP
    - Pilih metode backup (rsync, tar, smb, dll)

๐Ÿ” Konfigurasi SSH tanpa Password

  1. Generate SSH Key
    sudo -u backuppc ssh-keygen -t rsa
  2. Salin Public Key ke Host Target
    sudo -u backuppc ssh-copy-id user@host-target

๐Ÿš€ Pengujian Backup

  1. Lakukan Backup Manual
    Di Web Interface, klik Start Full Backup pada host yang telah dikonfigurasi.

๐Ÿ”„ Auto Backup & Monitoring

BackupPC akan melakukan backup otomatis sesuai jadwal. Jadwal bisa disesuaikan melalui konfigurasi masing-masing host.

๐Ÿ“ Lokasi Direktori Penting

  • Konfigurasi: /etc/backuppc/
  • Data backup: /var/lib/backuppc/
  • Log: /var/log/backuppc/

๐Ÿงช Tips Tambahan

  • Gunakan rsync untuk efisiensi jaringan.
  • Pastikan klien memiliki IP statis atau DNS yang dapat di-resolve.
  • BackupPC cocok untuk server dengan resource terbatas.


0 Comments: