-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1707e2
commit b4af4ae
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,32 @@ | ||
# MetroBackup | ||
MetroBackUp is an application for synchronization of directories. | ||
|
||
MetroBackUp is an application for synchronization of directories. | ||
Thereby several pairs of directories, that shall be synchronized, can be grouped in jobs and updated together. | ||
|
||
Additional information about the implementation can be found under [Resources](#resources). | ||
|
||
Author: Daniel Palme | ||
Blog: [www.palmmedia.de](http://www.palmmedia.de) | ||
Twitter: [@danielpalme](http://twitter.com/danielpalme) | ||
|
||
## Screenshots | ||
|
||
The screenshots show the main window and the preview of the synchronization: | ||
|
||
![Screenshot 1](http://www.palmmedia.de/content/opensource/metrobackup/gx/screenshot1.gif) | ||
![Screenshot 2](http://www.palmmedia.de/content/opensource/metrobackup/gx/screenshot2.gif) | ||
|
||
## Features | ||
Features | ||
* Three different modes: | ||
* Mirror Reference Directory | ||
* Mirror Reference Directory (without deleting files) | ||
* Synchronization in both directions | ||
* Synchronization can be constricted to certain file extensions. | ||
* Command line mode suited for schedule tasks. | ||
* Language of the programm: (dependant on the current language of the OS): German, English | ||
|
||
## Resources | ||
|
||
* http://www.palmmedia.de/Blog/2011/6/16/metrobackup-applying-metro-ui-and-flow-design-event-based-components | ||
* http://www.addictivetips.com/windows-tips/synchronize-mirror-directories-to-create-backup-with-metro-backup |