-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig
More file actions
25 lines (18 loc) · 656 Bytes
/
Config
File metadata and controls
25 lines (18 loc) · 656 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
# Need have adequate space to temporarily hold the large file before shipping
TEMP_WORKDIR=/tmp
# Seconds for periodical checks on if shipping completed.
TIMER=5
# Seconds for SSH/RSH connection timeout.
CONNECT_TIMEOUT=30
# Specify SPLIT_MODE=[NUMBER|SIZE]
# On Linux, both NUMBER and SIZE supported. On Solaris only SIZE supported.
SPLIT_MODE=SIZE
# If SPLIT_MODE=NUMBER, must set SPLIT_NUMBER, and SPLIT_SIZE will be ignored.
SPLIT_NUMBER=10
# If SPLIT_MODE=SIZE, must set SPLIT_SIZE, and SPLIT_NUMBER will be ignored.
SPLIT_SIZE=50m
# Specify RemoteCopyMethod=[rcp|scp]
RemoteCopyMethod=scp
#RemoteCopyMethod=rcp
# PATH
PATH=/bin:/usr/bin:$PATH