text changes

This commit is contained in:
Nathaniel Landau
2015-05-27 13:28:55 -04:00
parent c30fdbca84
commit 289d9ba865
2 changed files with 28 additions and 7 deletions

View File

@@ -1 +1,16 @@
# Hello World
# syncTemplate.sh
This sync script template provides a mechanism to use either [rsync][1] or [unision][2] to keep two directories in sync.
## Usage
1. Execute the template and follow the prompts to create a new script for your needs
2. Execute the new script to create a new configuration file.
3. Edit the information within that configuration file.
4. Execute the script again. It will optionally encrypt your configuration file to keep your passwords safe, and then sync your directories.
For help and additional options, run the script with the `-h` flag.
[1]: https://rsync.samba.org
[2]: http://www.cis.upenn.edu/~bcpierce/unison/