-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsbgrab.conf.sample
More file actions
31 lines (25 loc) · 847 Bytes
/
sbgrab.conf.sample
File metadata and controls
31 lines (25 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# All paths can be entered with or without trailing slash
#
# You need to copy this file to sbgrab.conf
#
# The script won't run without it
# Full path to the files to be downloaded are stored on the server
REMOTEDIR=/path/to/files/on/server
# Username and IP/Hostname of the SSH server to be downloaded from
# ie. "user@192.168.1.2"
SOURCESERVER=user@serverip
# Full path to where you want the files to be downloaded
LOCALDIR=/path/to/local/download/location
# Web Server Details
# Make sure the location exists and is writable by the user
REMOTEHTMLSERVER=user@webserverip
REMOTEHTMLSERVERDIR=/path/to/web/server
# Local web server details
#
# can be any location to store the files before sending to remote web server if
# you're not running a local web server.
#
# eg:
#
# HTMLBASEDIR=/var/www/sbgrab-report
LOCALHTMLDIR=$SCRIPTPATH/www