Commit 25ce24a8 authored by Lucas Russo's avatar Lucas Russo

scripts/bpm-sw-prepare-log.sh: remove unneeded script (see a438a3f3)

parent 7849c0f9
#!/bin/bash
LOG_DIR="/media/remote_logs"
REMOTE_HOST="10.0.18.35"
REMOTE_LOG_DIR="/export/remote_logs"
#rm -rf ${LOG_DIR}
#mkdir -p ${LOG_DIR}
#mount -t nfs -o proto=tcp,port=2049 ${REMOTE_HOST}:${REMOTE_LOG_DIR} ${LOG_DIR}
#sshfs -o allow_other -o kernel_cache -o auto_cache -o reconnect -o compression=no -o cache_timeout=600 -o ServerAliveInterval=15 ${REMOTE_HOST}:${REMOTE_LOG_DIR} ${LOG_DIR}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment