https://github.com/slashdotdash/duplicity
Duplicate file system changes from one directory to another.
https://github.com/slashdotdash/duplicity
Last synced: about 1 year ago
JSON representation
Duplicate file system changes from one directory to another.
- Host: GitHub
- URL: https://github.com/slashdotdash/duplicity
- Owner: slashdotdash
- License: mit
- Created: 2012-04-25T21:55:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-05T20:36:53.000Z (almost 14 years ago)
- Last Synced: 2025-03-16T14:01:34.403Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 687 KB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duplicity
Duplicity is a tool for duplicating file system changes from one directory to another.
It's goal is to run as a Windows service and replicate one or more given directories to another location.
An example of usage would be to backup a local directory to an external hard disk.
However, my intended usage is to allow working with source files stored on a [RAM disk](http://en.wikipedia.org/wiki/RAM_disk) with changes automatically copied to a hard disk as a safety net backup.
This is alpha software at the moment; do not use.
## Installation & Prerequisites
Dependencies are managed with NuGet. The packages are not included in source control but will be restored, if missing, when the solution is built via [NuGet Package Restore](http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages).
* [NuGet](http://nuget.org/)
* [FSWatcher](https://github.com/acken/FSWatcher) a cross platform file system watcher for .Net and Mono
* [Machine.Specifications](https://github.com/machine/machine.specifications)
## TODO
* Use [Topshelf](http://topshelf-project.com/documentation/getting-started/) to host as a Windows service