Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfuzier committed Sep 5, 2014
1 parent 4d569a2 commit 5acfe09
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Hubic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ File are regularly read and check against their checksums by openstack to avoid
## How to use this script ?
* Copy config_sample.py to config.py and edit it according to your needs


### To run scripts from synology task scheduler
* Install python2.X package
* Add those two lines before calling any .py script (ensure filenames get read properly) :
export LANG="en_US.utf8"
export LC_ALL="en_US.utf8"
Example :
export LANG="en_US.utf8"
export LC_ALL="en_US.utf8"
python /volume2/homes/XXX/Hubic/main.py
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ http://arstechnica.com/information-technology/2014/01/bitrot-and-atomic-cows-ins
http://www.zdnet.com/blog/storage/data-corruption-is-worse-than-you-know/191


### To run scripts from synology task scheduler
* Install python2.X package
* Add those two lines before calling any .py script (ensure filenames get read properly) :
export LANG="en_US.utf8"
export LC_ALL="en_US.utf8"
Example :
export LANG="en_US.utf8"
export LC_ALL="en_US.utf8"
python /volume2/homes/XXX/Hubic/main.py


### What is my backup strategy ?
* 2 Nas in raid6 synced via Rsync
* Raid scrub every month
Expand Down

0 comments on commit 5acfe09

Please sign in to comment.