Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.
/ jabackup Public archive

Java application that creates differential but continuous backups.

License

Notifications You must be signed in to change notification settings

Miguel-Dorta/jabackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jabackup

Java application that creates differential but continuous backups.

Description

jabackup is a java application that implements a new kind of backup. It works similar to a differential backup, which creates a full backup and compares the following backups with the first one, but instead, it compares every following backup with the previous one (e.g instead of comparing backup #1, #2, #3... with backup #0, it will compare backup #1 with backup #0, #2 with #1, #3 with #2, etc). To preserve redundance, it will also create a full backup every X backups.

About

Java application that creates differential but continuous backups.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages