Subversion Repositories configs

Rev

Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 197
Line 19... Line 19...
19
# nfs <nfs mount>
19
# nfs <nfs mount>
20
#           - Will mount nfs to <mnt>, and copy /proc/vmcore to
20
#           - Will mount nfs to <mnt>, and copy /proc/vmcore to
21
#             <mnt>/<path>/%HOST-%DATE/, supports DNS.
21
#             <mnt>/<path>/%HOST-%DATE/, supports DNS.
22
#
22
#
23
# ssh <user@server>
23
# ssh <user@server>
24
#           - Will scp /proc/vmcore to <user@server>:<path>/%HOST-%DATE/,
24
#           - Will save /proc/vmcore to <user@server>:<path>/%HOST-%DATE/,
25
#             supports DNS.
25
#             supports DNS.
26
#             NOTE: make sure the user has write permissions on the server.
26
#             NOTE: make sure the user has write permissions on the server.
27
#
27
#
28
# sshkey <path>
28
# sshkey <path>
29
#           - Will use the sshkey to do ssh dump.
29
#           - Will use the sshkey to do ssh dump.