gvfs-copy (1)
Leading comments
Title: gvfs-copy Author: Ondrej Holy <oholy@redhat.com> Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 09/14/2017 Manual: User Commands Source: gvfs Language: English
NAME
gvfs-copy - Copy filesSYNOPSIS
-
gvfs-copy [OPTION...] [SOURCE] [DEST]
- gvfs-copy [OPTION...] [SOURCE...] [DIRECTORY]
DESCRIPTION
gvfs-copy
gvfs-copy is similar to the traditional cp utility, but 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:
-h, --help
- Prints a short help text and exits.
--version
- Shows the version number and exits.
-T, --no-target-directory
- Don't copy into DEST even if it is a directory.
-p, --progress
- Show progress.
-i, --interactive
- Prompt before overwriting files.
--preserve
- Preserve all attributes.
-b, --backup
- Backup existing destination files.
-P, --no-dereference
- Never follow symlinks.
EXIT STATUS
On success 0 is returned, a non-zero failure code otherwise.