Skip to content

Backup scripts for Linux and OSX, based on rsync. These scripts emulate Apple's Time Machine.

License

Notifications You must be signed in to change notification settings

arnstein99/dback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What Is Here

This project consists of two scripts:

  • dback: for backing up computers using the OSX operating system.
  • dbackL: for backing up computers using a Linux operating system.

Why Bother?

There exist similar projects rsnapshot, Back In Time, and more. I wrote these scripts because I wanted the following features:

  • Incremental backup using hard linked files (--link-dest feature of rsync).
  • Complete logging of the backup operation, to a simple text file.
  • No automatic deletion of old backup sets.
  • Backup set names derived from date/time (like Apple's Time Machine).
  • Dead simple (one script file only).

Getting Started

Copy dback or dbackL somewhere convenient. Assuming the script is in your path, issue the command

$ dback userguide | less

or

$dbackL userguide | less

About

Backup scripts for Linux and OSX, based on rsync. These scripts emulate Apple's Time Machine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages