Revision 9886
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
12 | 12 |
umask ug=rwx,o= # prevent files from becoming web-accessible |
13 | 13 |
unset TMOUT # TMOUT causes screen to exit even with background processes |
14 | 14 |
to synchronize vegbiendev, jupiter, and your local machine: |
15 |
WARNING: pay careful attention to all files that will be deleted or |
|
16 |
overwritten! |
|
15 | 17 |
install put if needed: |
16 | 18 |
download https://uutils.googlecode.com/svn/trunk/bin/put to ~/bin/ and `chmod +x` it |
17 | 19 |
when changes are made on vegbiendev: |
Also available in: Unified diff
/README.TXT: Maintenance: to synchronize vegbiendev, jupiter, and your local machine: added warning that you should pay careful attention to all files that will be deleted or overwritten (as the three machines are often out of sync)