gvfs-save gvfs Developer Alexander Larsson alexl@redhat.com gvfs-save 1 User Commands gvfs-save Save standard input gvfs-save OPTION DEST Description gvfs-save reads from the standard input and saves the data to the given location. This is similar to just redirecting output to a file using traditional shell syntax, but gvfs-save allows using gvfs locations instead of local files: for example you can use something like smb://server/resource/file.txt as location. Options The following options are understood: , Prints a short help text and exits. , If the destination file already exists, save a backup. , Only create the destination file if it does not exist yet. , Append to the end of the destination file, if it already exists. , When creating a new file, restrict access to the current user only. , Print the new etag at the end. Exit status On success 0 is returned, a non-zero failure code otherwise.