% EXPORT-FOLDER(1) Version 3.0.0 | Scripts Documentation % Georg Voell - georg.voell@oracle.com % (c)2021 Oracle NAME ==== **export-folder** - (BASH Script) Export all files from given folder to Object Storage SYNOPSIS ======== | **export-folder** \[_options_] _folder_ DESCRIPTION =========== Export all files from given folder to Object Storage Options ------- -h, --help : Displays helptext. -v, \--version         : Displays the version of the script. Folder ------- : Directory to select. EXAMPLES ======== **export-folder** ~/.ssh : Zips all the content under ~/.ssh and exports it to Object Storage EXIT CODES ========== 01: Unknown parameter or first parameter was empty or not a directory. 02: Cloud tools not initialized 03: No write or read URI in JSON project file. 04: No curl or zip in PATH. 05: Error while zipping. 06: Unable to upload file to ObjectStorage. 99: User interrupt. SEE ALSO ======== **install-scripts**(1)