1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Aug 24 09:45:53 UTC 2022

This commit is contained in:
Automated 2022-08-24 09:45:53 +00:00
parent c614d893da
commit 978ed239f6
Failed to extract signature
127 changed files with 2957 additions and 251 deletions

View file

@ -3,7 +3,7 @@ NAME
SYNOPSIS
gcloud transfer agents install --pool=POOL [--count=COUNT]
[--creds-file=CREDS_FILE] [--id-prefix=ID_PREFIX]
[--creds-file=CREDS_FILE] [--enable-multipart] [--id-prefix=ID_PREFIX]
[--logs-directory=LOGS_DIRECTORY; default="/tmp"]
[--memlock-limit=MEMLOCK_LIMIT; default=64000000]
[--mount-directories=[MOUNT-DIRECTORIES,...]] [--proxy=PROXY]
@ -48,6 +48,12 @@ OPTIONAL FLAGS
Note that the credentials location will be mounted to the agent
container.
--enable-multipart
Split up files and transfer the resulting chunks in parallel before
merging them at the destination. Can be used make transfers of large
files faster as long as the network and disk speed are not limiting
factors.
--id-prefix=ID_PREFIX
An optional prefix to add to the agent ID to help identify the agent.