% STORE-OBJECT(1) Version 3.2.1 | Scripts Documentation % Georg Voell - georg.voell@standby.cloud % (c)2025 Standby.cloud NAME ==== **store-object** - (BASH Script) Export an OS image, a local file or all files from given local folder to ObjectStorage. SYNOPSIS ======== | **store-object** \[_options_] \[_object_] DESCRIPTION =========== Export an OS image, a local file or all files from given local folder to ObjectStorage. Options ------- -h, --help : Displays helptext. -v, \--version         : Displays the version of the script. -q, \--quiet          : Don't display any error messages. -f, \--force          : Force overwriting. -p, \--prefix          : Prefix used for ObjectStorage. -u, \--url          : Specify an URL to write to ObjectStorage. -i, \--image          : Store an OS image in ObjectStorage. Object ------- : Can be a file, folder or image e.g. "Bastion.oci" or "Base.oci". If not specified, list capabilities of URL.         : If not specified, list capabilities of URL. EXAMPLES ======== **store-object** ~/.ssh : Zips all the content under ~/.ssh and exports it to Object Storage EXIT CODES ========== 01: Unknown parameter or wrong URL. 02: Not a valid image. 03: Not valid file or folder. 04: No curl or zip in PATH. 05: Error while zipping. 06: Unable to upload file to ObjectStorage. 07: RCLONE not usable. 99: User interrupt. SEE ALSO ======== **install-scripts**(1)