Project

General

Profile

« Previous | Next » 

Revision 13428

/README.TXT: Full database import: refer to the shell instead of screen because it's also possible to use a nested shell for this

View differences:

trunk/README.TXT
96 96
	for small import, use above, or the following:
97 97
		$0 # nested shell to contain the env changes
98 98
	the following must happen within screen to avoid affecting the outer shell:
99
	unset TMOUT # TMOUT causes screen to exit even with background processes
100
	set -o ignoreeof #prevent Ctrl+D from exiting `screen` to keep attached jobs
99
	unset TMOUT # TMOUT causes shell to exit even with background processes
100
	set -o ignoreeof # prevent Ctrl+D from exiting shell to keep attached jobs
101 101
	on local machine:
102 102
		unset n # clear any limit set in .profile (unless desired)
103 103
		unset log # allow logging output to go to log files

Also available in: Unified diff