mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
README: fix lies
This commit is contained in:
parent
c840a9ce8e
commit
5b94de96d7
1 changed files with 4 additions and 3 deletions
|
|
@ -395,14 +395,15 @@ archived and available for a number of runs for retrospective analysis.
|
||||||
|
|
||||||
To push sets and images to a remote location use the upload target:
|
To push sets and images to a remote location use the upload target:
|
||||||
|
|
||||||
# make upload-<user@sshtarget>,<set_or_image>[,...]
|
# make upload-<set_or_image>[,...]
|
||||||
|
|
||||||
To pull sets and images from a remote location use the download target:
|
To pull sets and images from a remote location use the download target:
|
||||||
|
|
||||||
# make download-<user@sshtarget>,<set_or_image_or_logs>[,...]
|
# make download-<set_or_image_or_logs>[,...]
|
||||||
|
|
||||||
Logs can be downloaded as well for local inspection. Note that download
|
Logs can be downloaded as well for local inspection. Note that download
|
||||||
like prefetch will purge all locally existing targets.
|
like prefetch will purge all locally existing targets. Use SERVER to
|
||||||
|
specify the remote end, e.g. SERVER=user@does.not.exist
|
||||||
|
|
||||||
Last but not least, a refresh of OPNsense core and plugins on package
|
Last but not least, a refresh of OPNsense core and plugins on package
|
||||||
sets is invoked using:
|
sets is invoked using:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue