Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sboistel/borgbackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

title description tags
Borg Backup
Borg is a deduplicating backup program
backup
borg
deduplication
linux

Installation

Linux

Depending on your operating system, you can install Borg Backup :

Red Hat/CentOS

sudo yum install borgbackup

Ubuntu/Debian

sudo apt-get install borgbackup

ASDF

asdf plugin-add borgbackup

...

Usage

Create a backup

borg create /path/to/repo::backup-name /path/to/directory

Using remote repository:

borg create user@remote:/path/to/repo::backup-name /path/to/directory

List backups

borg list /path/to/repo

Extract backup

borg extract /path/to/repo::backup-name

Encryption

borg create --encryption=repokey /path/to/repo::backup-name /path/to/directory

Script example

Links

About

Managing backup with Borg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages