1GFPUT(1) User Commands GFPUT(1)
2
3
4
6 gfput - manual page for gfput 0.3.0
7
9 gfput [OPTION]... URL
10
12 Put data from standard input on a remote Gluster volume.
13
14 -a, --append
15 append data to the end of the file
16
17 -f, --overwrite
18 overwrite the existing file
19
20 -o, --xlator-option=OPTION
21 specify a translator option for the connection. Multiple options
22 are supported and take the form xlator.key=value.
23
24 -p, --port=PORT
25 specify the port on which to connect
26
27 -r, --parents
28 no error if existing, make parent directories as needed
29
30 --help display this help and exit
31
32 --version
33 output version information and exit
34
36 gfput glfs://localhost/groot/file
37
38 Write the contents of standard input to /file on the Gluster
39 volume of groot on host localhost.
40
41 gfput -r glfs://localhost/groot/path/to/file
42
43 Write the contents of standard input to /file on the Gluster
44 volume of groot on host localhost, creating the parent directo‐
45 ries as necessary.
46
48 Written by Craig Cabrey.
49
51 Copyright © 2015 Facebook, Inc. License GPLv3: GNU GPL version 3
52 <http://www.gnu.org/licenses/gpl-3.0.en.html>.
53 This is free software: you are free to change and redistribute it.
54 There is NO WARRANTY, to the extent permitted by law.
55
56
57
58glusterfs-coreutils 0.3.0 July 2023 GFPUT(1)