Skip to content

linux-colonel/sobr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S.O.B.R.
Secure Offsite Backup with Rsync

SOBR is a set of configurable scripts that performs a remote encrypted backup. All encryption is done client side, using TrueCrypt. The data is transmitted through ssh, and rsync is used to transfer only files that have changed.

How it works:

  1. A remote, unencrypted share is mounted locally, using sshfs.
  2. A TrueCrypt volume on this share is decrypted using a pre-configured keyfile.
  3. Rsync syncs the files to be backed up onto the locally mounted TrueCrypt Volume.
  4. The TrueCrypt volume and sshfs share are unmounted.

About

Secure Offsite Backup with Rsync

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages