Advanced Search
Search Results
102 total results found
s3cmd Exclude Folder When Upload
Export Database with Kubernetes Cronjob
When using s3cmd to sync or upload files to an S3 bucket, you can exclude specific files or folders using the --exclude option. This allows you to selectively upload content while excluding certain directories or files from being transferred. Syntax for Exclud...
Unzip .tar.gz File
Linux Commands
To unzip .tar.gz files, you typically use the tar command-line utility, which can handle both tar archives and gzip compression. Here’s how you can unzip a .tar.gz file: Unzip .tar.gz File Navigate to the Directory Containing the File: Open a terminal or com...