Rate this article :
This article was useful to you ?
Yes
No
Vous avez noté 0 étoile(s)
Sommaire
Procédure
Borg Backup is a deduplicated backup program that provides data compression and authenticated encryption. It is designed to provide an efficient and secure way of backing up data, with a deduplication technique that makes it suitable for everyday backups.
# On Debian/Ubuntu apt install borgbackup # On Fedora dnf install borgbackup # On Arch Linux pacman -S borg
For other distributions, please consult the official Borg documentation for specific commands.
Download the binary compatible with your system from the Borg GitHub releases page and follow the instructions to make it executable.
pip
to install Borg Backup.Initialise your backup repository with the following command:
borg init -e repokey /path/to/depot
Create a backup archive by running :
borg create /path/vers/depot::ArchiveName /path/vers/data
To restore from a backup archive :
borg extract /path/to/depot::ArchiveName
Use cron
or systemd
to schedule your backups regularly.
Clean up old backups with the borg prune
command and check the integrity of archives with borg check
.
For detailed instructions and to resolve common problems, please consult the official Borg Backup documentation and FAQ.
Rate this article :
This article was useful to you ?
Yes
No
0mn reading
Backing up your PC with Cobian Backup
0mn reading
Windows mount point
2mn reading
Using the Duplicity restoration utility