Skip to content

jayme-github/Dardrive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dardrive

Warning! needs beta testing!

Dardrive is a command line backup tool which keeps track of backup jobs and automates backup rotation.

It uses the Disc ARchive program to store backups and has many features such as differential backup via catalogued data, par2 integration, per job configuration, backup rotation, email reporting, and mysql integration among other things.

The idea behind dardrive is to store catalogs in fast media while storing the backup content in large and slow cloud storage (it was written with s3ql in mind). Creating differential backups against the cataloged data saves network traffic and IOPs.

Dardrive uses a full+incremental backup scheme which saves the last full backup from previous months as "historic" backups, you'll end up with a (time) configurable amount of incremental archives between full backups, plus "monthly" and "yearly" historic backups.

Read the docs here.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%