Home
» LINUX
»
Bagaimana untuk membuat sandaran Linux dengan KBackup
Bagaimana untuk membuat sandaran Linux dengan KBackup
KBackup ialah alat yang sangat mudah yang membolehkan pengguna Linux membuat sandaran dengan pantas mana-mana folder atau fail ke arkib Tar. Dalam panduan ini, kami akan membincangkan cara anda boleh membuat sandaran menggunakan alat KBackup. Kami juga akan menunjukkan kepada anda cara memasang program pada sistem anda.
Memasang KBackup pada Linux
KBackup ialah aplikasi KDE yang membolehkan pengguna membuat sandaran Tar dengan pantas bagi pelbagai folder dan fail di Linux. Walau bagaimanapun, sebelum kita membincangkan cara menggunakan utiliti KBackup, kita mesti menunjukkan cara memasang perisian pada komputer anda, kerana ia tidak diprapasang pada banyak sistem pengendalian Linux arus perdana.
Untuk memulakan pemasangan KBackup pada PC Linux anda, buka tetingkap terminal dengan menekan Ctrl + Alt + T atau Ctrl + Shift + T pada papan kekunci. Kemudian, ikut arahan pemasangan baris arahan di bawah yang sepadan dengan sistem pengendalian Linux yang anda gunakan pada masa ini.
Ubuntu
Pada Ubuntu Linux, utiliti KBackup boleh dipasang dengan arahan Apt berikut di bawah.
sudo apt install kbackup
Debian
Those using Debian Linux can easily install the KBackup utility through the “Main” software repository using the Apt-get command below.
sudo apt-get install kbackup
Arch Linux
On Arch Linux, the KBackup program is available to users for installation through the “Extra” software repository. To start the installation on your system, ensure that you have the “Extra” software repo enabled in your Pacman.conf configuration file. Then, use the following Pacman command below to get the app installed.
sudo pacman -S kbackup
Fedora
KBackup is available to all Fedora 32, Rawhide, and 31 users via the Fedora primary software repository. To start the installation, enter the following Dnf installation command.
sudo dnf isntall kbackup
OpenSUSE
Pada OpenSUSE Linux, KBackup boleh dipasang melalui repositori perisian OpenSUSE Oss. Untuk memulakan pemasangan pada komputer anda, pastikan anda telah mendayakan OpenSUSE Oss. Kemudian, masukkan arahan Zypper berikut di bawah.
sudo zypper pasang kbackup
Linux generik
Program KBackup tersedia untuk pelbagai jenis sistem pengendalian Linux. Jika anda menggunakan sistem pengendalian Linux yang tidak diliputi dalam senarai ini, cuba cari "KBackup" dalam pengurus pakej pada komputer anda. Kemudian, pasangkannya seperti biasa anda memasang program pada sistem anda.
Sebagai alternatif, jika KBackup tiada pada OS anda, anda masih boleh memastikan apl itu berfungsi dengan memuat turunnya terus daripada halaman projek KBackup . Selain itu, klik di sini untuk menyemak maklumat tentang KBackup, kerana ia boleh membantu anda memastikan apl berfungsi.
Buat sandaran dengan KBbackup
Alat KBackup sangat mudah, terima kasih kepada UI yang mudah difahami. Untuk memulakan proses sandaran, buka KBackup pada desktop Linux anda dengan mencarinya dalam menu apl. Anda juga boleh melancarkannya dengan menaip kbackuparahan melalui terminal.
Setelah program KBackup dibuka dan sedia untuk digunakan, ikuti arahan langkah demi langkah di bawah untuk mengetahui cara membuat sandaran pada Linux.
Step 1: Open up the Linux file manager on your computer and create a new folder called “Backups” inside of your home directory (~). This directory will hold all the backup files when the KBackup tool completes a backup.
Step 2: In the KBackup program, look to the left-hand sidebar. In the left-hand sidebar, you’ll see an overview of every folder and file on your Linux PC. Using the file browser, check the boxes next to the folders or files you wish to back up. However, keep in mind that the backup process gets longer the more files you choose to backup. For best results, backup specific things individually.
Step 3: After selecting the folders you wish to back up, find the “Target” section. In the “Target” section, you’ll see the “Folder” area. Click the button next to “Folder” to open up the file browser.
Step 4: In the file browser, locate the “Backups” directory you created in step 1. If you cannot find the “Backups” folder, you may need to delete it, create a new one, and follow steps 2-3 again.
Once you’ve found the “Backups” folder in the file browser, select the “Open” button to add it as the target output folder for the KBackup tool. If KBackup adds the folder successfully, you will see it written out as /home/USERNAME/Backups in “Folder.”
Step 5: Look for the “Start Backup” button in KBackup, and click on it with the mouse. By doing this, you will start the backup process. From here, sit back and be patient.
When the KBackup tool completes the backup process, you will see a message appear. This message says, “The backup is finished successfully. What do you want to do now?” Click on “Continue” to end.
Your backups will be in the “Backups” folder in your home directory. Take these backed up files and store them in a safe location.
If KBackup isn’t quite what you’re looking for in a Backup tool, try the following tools that are available on the Linux platform, or go through our list of system backup utilities for Linux.