How to Install vbackup in Ubuntu 18.04



Install vbackup by entering the following commands in the terminal:

sudo apt update
sudo apt install vbackup

Description:

modular backup utility

vbackup constists of a set of scripts that handle the various aspects of a backup. It can be easily extended to support other backup methods too. It can be used for full or incremental backups. It also includes a wizard for basic (quick) configuration. . Currently it supports/backups: * XFS using xfsdump * Generic filesystem backups using tar * PostgreSQL * MySQL * dpkg and RPM database * Partition tables, disk MBRs, MD and LVM information * OpenLDAP database . It can work with local files, handle NFS mounts or scp backups to a remote location. It also supports encryption using x509 certificates.

Homepage: http://www.v13.gr/

Version: 1.0.1-1

Section: universe/admin