Skip to content

slashdotdash/Duplicity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

TODO

  • Use Topshelf to host as a Windows service

About

Duplicate file system changes from one directory to another.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages