Coder Social home page Coder Social logo

rdiff-backup's Introduction

rdiff-backup is a reverse differential backup tool

rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership (if it is running as root), modification times, acls, eas, resource forks, etc. Finally, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted.

Read more on the rdiff-backup website.

Installing

rdiff-backup is available in package form across many operating systems.

Linux

  • Debian/Ubuntu: apt-get install rdiff-backup
  • RHEL/CentOS: yum install rdiff-backup

OS X

  • With homebrew: brew install rdiff-backup

Windows

  • With the Cygwin setup tool, install the rdiff-backup package, or
  • With Chocolatey: choco install rdiff-backup (and probably choco install win32-openssh if you'd like to back up over a network)

The old README contains information about building from source.

Usage

Here are some basic examples. For more detail and information about restoring files, see these examples.

Local to local backup

rdiff-backup /some/local-dir /some/other-local-dir

Local to remote backup

rdiff-backup /some/local-dir [email protected]::/some/remote-dir

Remote to local backup

rdiff-backup [email protected]::/some/remote-dir /some/local-dir

Support

For help, try looking at the documentation and/or the FAQ. If that doesn't help with your problem, try reading or posting a message to the mailing list.

Sol1 has taken over maintainership as of February 2016. We are currently in the process of migrating from the previous Savannah bugs database to the GitHub issues list in this repository. Current bugs are being triaged and migrated as we can.

If you think you've found a bug, please search both databases then, if you can't find anything, create a new issue.

Contributing

Contributions are welcome. Fork this repo on GitHub, commit and open a new pull request accordingly.

License

rdiff-backup is released under the GNU General Public License.

Acknowledgements

Sol1 is the current maintainer of rdiff-backup.

Previous project leads / maintainers were Edward Ned Harvey, Andrew Ferguson, Dean Gaudet and the original author Ben Escoto.

Other contributors include Daniel Hazelbaker, Dean Gaudet, Andrew Ferguson, Josh Nisly and Fred Gansevles.

rdiff-backup's People

Contributors

afoster avatar anomaly256 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.