Linux Tutorials on the topic “backup”
-
Install Bacula Backup Server on Ubuntu 20.04
Author: Hitesh Jethva • Tags: backup, linux, ubuntu • Comments: 2 • Published: Oct 22, 2020Bacula is an open-source backup tool that can be used to backup and restore data across the network. In this tutorial, we will show you how to install and configure Backup backup system on Ubuntu 20.04.
-
How to Install and Use BackupPC Backup Software on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: backup, linux, ubuntu • Comments: 1 • Published: Aug 14, 2020BackupPC is a free, open-source and web-based backup software suite that can be used for backing up Linux, Windows and macOS PCs and laptops. In this tutorial, we will show you how to install BackupPC on Ubuntu 20.04 server.
-
How to Setup Bareos Backup Solution on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: backup, linux, ubuntu • Comments: 2 • Published: Apr 14, 2020Bareos stands for "Backup Archiving Recovery Open Sourced" is a free and open-source backup platform forked from Bacula.org. It is a cross-platform software that can be used for backup, archiving and recovery of data for all operating systems.
-
-
Append-only backups with borg to another VPS or dedicated server
Author: Thomas Höjemo • Tags: backup, debian, linux, server • Comments: 2 • Published: Apr 02, 2019This tutorial will show how to backup the data on a server, denominated as the main server, to another host, here named backup server, with the free software backup program Borg.
-
Economical append-only offsite backups with restic and Wasabi on Debian 10
Author: Thomas Höjemo • Tags: backup, debian, linux • Comments: 4 • Published: Mar 23, 2019This guide shows how to install and configure the free backup software restic on Debian Buster to store off-site backups at the cloud storage company Wasabi. The main advantage of this guide is that it provides obligatory append-only backups. This means that once a backup has been made, it is secure in the sense that it cannot be overwritten or erased from the system the backup was made from.
-
Mirror Your Web Site With rsync
Author: Falko Timme • Tags: backup, debian, linux, ubuntu • Comments: 43
This tutorial shows how you can mirror your web site from your main web server to a backup server that can take over if the main server fails. We use the tool rsync for this, and we make it run through a cron job that checks every x minutes if there is something to update on the mirror. Thus your backup server should usually be up to date if it has to take over.
-
Perform Hot Backups of MySQL Databases with Percona XtraBackup on Ubuntu 16.04
Author: Muhammad Arul • Tags: backup, linux, mysql, ubuntu • Comments: 4
Percona XtraBackup is an open source backup utility for MySQL. It supports all MySQL flavours like Percona Server, MariaDB, and (Oracle) MySQL. Percona Xtrabackup performs a Hot Backup for MySQL. In this tutorial, I will show you how to create a hot MySQL database backup with the OpenSource tool Percona XtraBackup on Ubuntu 16.04 (Xenial Xerus).
-
MySQL Incremental Backup - Point In Time Backup and Recovery of InnoDB and MyIsam Databases
Author: nima0102 • Tags: backup, linux, mysql • Comments: 11
Mysql Incremental Backup is a complete incremental backup script for MyISAM and InnodB databases using the MySQL binary log so that the backup process does not affect running databases. This tutorial describes the installation of the MysqlIncrementalBackup script and helps to troubleshoot issues that may arise during setup.
-
How to backup your Ubuntu Desktop with DejaDup
Author: Gurujyot_singh • Tags: backup, desktop, ubuntu • Comments: 3
Déjà Dup is a nice graphical wrapper around the command line backup tool duplicity. It hides the complexity of backing up the Right Way (encrypted, off-site, and regular) and uses duplicity as the back end. Déjà Dup does not use cron or similar schedulers. Rather, it starts a program deja-dup-monitor when you log into your session. This keeps track of when you last successfully backed up and will wait until the next scheduled backup.
-
Data Recovery Techniques on Linux
Author: mudric • Tags: linux, security, backup • Comments: 3
Data Recovery Techniques on Linux When one of my friends called telling me that he had accidentally deleted some important files from his drive, his exasperation was understandable. It happens to everyone at some point of their computer-using lives. Unfortunately, in his case, those were some extremely important documents that, had he not recovered them, could have proven very costly.