gfput (1) - Linux Manuals

gfput: manual page for gfput (glusterfs-coreutils) 0.2.0

NAME

gfput - manual page for gfput (glusterfs-coreutils) 0.2.0

SYNOPSIS

gfput [OPTION]... URL

DESCRIPTION

Put data from standard input on a remote Gluster volume.
-a, --append
append data to the end of the file
-f, --overwrite
overwrite the existing file
-o, --xlator-option=OPTION
specify a translator option for the connection. Multiple options are supported and take the form xlator.key=value.
-p, --port=PORT
specify the port on which to connect
-r, --parents
no error if existing, make parent directories as needed
--help
display this help and exit
--version
output version information and exit

EXAMPLES

gfput glfs://localhost/groot/file
Write the contents of standard input to /file on the Gluster volume of groot on host localhost.
gfput -r glfs://localhost/groot/path/to/file
Write the contents of standard input to /file on the Gluster volume of groot on host localhost, creating the parent directories as necessary.

AUTHOR

Written by Craig Cabrey.

COPYRIGHT

Copyright © 2015 Facebook, Inc. License GPLv3: GNU GPL version 3 <http://www.gnu.org/licenses/gpl-3.0.en.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.