You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo'The optional --dest can be a hostname, IP, user@hostname, user@ip, or any label in an ~/.ssh/config stanza'>&2
62
-
echo'If left off, we use the "Location" field from /etc/rita/agent.yaml'>&2
63
-
echo'The user@... format is discouraged - we want to use dataimport@... on the remote server.'>&2
64
-
echo''>&2
65
-
echo'The optional --localdir is where the Bro/Zeek logs can be found on this system system.'>&2
66
-
echo'If you look in this directory, it should contain at least a directory or symlink called current .'>&2
67
-
echo'By default we will look in common locations for this directory tree.'>&2
68
-
echo''>&2
69
-
echo'The optional --remotedir is where you want the Bro/Zeek logs to end up on the target system.'>&2
70
-
echo'If left off, it will be /opt/bro/remotelogs/$my_id/ or /opt/zeek/remotelogs/$my_id/'>&2
71
-
echo''>&2
72
-
echo'The optional --rsyncparams allows you to specify parameters for rsync. MAKE SURE to enclose the entire block in a pair of single quotes. Suggestions:'>&2
73
-
echo' --bwlimit=NNN #Limit bandwidth used to NNN kilobytes/sec'>&2
74
-
echo' -v #Verbose; list out the files being transferred, discouraged if running from cron'>&2
75
-
echo' -q #Turn off any messages that are not errors, encouraged if running from cron'>&2
76
-
echo' --dry-run #Test, do not actually transfer files'>&2
77
-
echo' DO NOT add --compress ; the files we are sending are already compressed.'>&2
0 commit comments