GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GDAL-VSI-COPY(1) GDAL GDAL-VSI-COPY(1)

gdal-vsi-copy - Copy files located on GDAL Virtual System Interface (VSI)

Added in version 3.11.

Usage: gdal vsi copy [OPTIONS] <SOURCE> <DESTINATION>
Copy files located on GDAL Virtual System Interface (VSI).
Positional arguments:

--source <SOURCE> Source file or directory name [required]
--destination <DESTINATION> Destination file or directory name [required] Common Options:
-h, --help Display help message and exit
--json-usage Display usage as JSON document and exit
--config <KEY>=<VALUE> Configuration option [may be repeated]
--progress Display progress bar Options:
-r, --recursive Copy subdirectories recursively
--skip-errors Skip errors


gdal vsi copy copy files and directories located on GDAL Virtual File Systems (compressed, network hosted, etc...): /vsimem, /vsizip, /vsitar, /vsicurl, ....

It can copy files and directories between different virtual file systems.

This is the equivalent of the UNIX cp command, and gdal vsi cp is an alias for gdal vsi copy.

Copy directories recursively.

Skip errors that occur while while copying.

$ gdal vsi copy -r /vsis3/bucket/my_dir .


$ gdal vsi copy --progress -r /vsis3/bucket/my_dir/* .


Even Rouault <even.rouault@spatialys.com>

1998-2025

May 6, 2025

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.