Revision 4623
Added by Aaron Marcuse-Kubitza over 12 years ago
README.TXT | ||
---|---|---|
42 | 42 |
make backups/<schema>.backup/test & make backups/vegbien.backup/all & |
43 | 43 |
On local machine: |
44 | 44 |
make inputs/download-logs |
45 |
make backups/download &
|
|
45 |
make backups/download |
|
46 | 46 |
If desired, record the import times in inputs/import.stats.xls |
47 | 47 |
|
48 | 48 |
Backups: |
Also available in: Unified diff
README.TXT: Data import: `make backups/download`: Removed '&' because running the command in the background prevents rsync from providing a continuously updating progress indication (because a backgrounded process's stdout is not a TTY)