{"id":440,"date":"2026-07-28T05:35:14","date_gmt":"2026-07-28T05:35:14","guid":{"rendered":"https:\/\/velanremoteitsupport.com\/blog\/?post_type=techtips&#038;p=440"},"modified":"2026-08-12T05:47:36","modified_gmt":"2026-08-12T05:47:36","slug":"how-sync-linux-file-amazon-s3-bucket","status":"publish","type":"techtips","link":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/","title":{"rendered":"Amazon S3 bucket to sync files on Linux server"},"content":{"rendered":"\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1784704601479\"><strong class=\"schema-faq-question\"><strong>What is Amazon S3?<\/strong><br><\/strong> <p class=\"schema-faq-answer\">Amazon S3 is Simple Storage Service available with AWS services package. This can be used to store your backup data, application files, and directories. S3 is highly scalable and offers top security while storing and accessing data.<br><\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1784704617459\"><strong class=\"schema-faq-question\"><strong>What is AWS-CLI?<\/strong><br><\/strong> <p class=\"schema-faq-answer\">Amazon Web Services can be easily automated and managed using AWS-CLI. It is command-based and allows you to control AWS straight from your terminal.<br>AWS CLI is a text-based interface, whereas AWS Management Console is a visual based one<br><br><\/p> <\/div> <\/div>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size:16px\"><strong>Check whether you have the following before starting file syncing<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An AWS account<\/li>\n\n\n\n<li>An IAM user with all the permissions to access the bucket.<\/li>\n\n\n\n<li>The AWS CLI installed on your Linux server.<\/li>\n\n\n\n<li>AWS CLI configured using your credentials and default region.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color has-link-color wp-elements-628431947dbb94856ed248253654c7ac\" style=\"font-size:16px\"><strong>Installation procedure for AWS CLI in Linux systems<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To synchronise files between a Linux server and an Amazon S3 bucket, you should use the official <strong>AWS Command Line Interface (CLI)<\/strong> tool.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To install AWS CLI, type the following commands.<br><\/p>\n\n\n\n<p class=\"has-cyan-bluish-gray-background-color has-background wp-block-paragraph\">curl &#8220;https:\/\/awscli.amazonaws.com\/awscli-exe-linux-x86_64.zip&#8221; -o &#8220;awscliv2.zip&#8221;<br><br>unzip awscliv2.zip<br><br>sudo .\/aws\/install<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>Tip: Not sure whether AWS CLI is installed or not? Then run the command&nbsp; aws &#8211;version.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>&nbsp;If the installation is successful the terminal displays a message like<\/em><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"695\" height=\"84\" src=\"https:\/\/velanremoteitsupport.com\/blog\/wp-content\/uploads\/2026\/07\/amazon-s3-command-linux.png\" alt=\"\" class=\"wp-image-443\" srcset=\"https:\/\/velanremoteitsupport.com\/blog\/wp-content\/uploads\/2026\/07\/amazon-s3-command-linux.png 695w, https:\/\/velanremoteitsupport.com\/blog\/wp-content\/uploads\/2026\/07\/amazon-s3-command-linux-300x36.png 300w\" sizes=\"auto, (max-width: 695px) 100vw, 695px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>If not done, then it will display a &#8216;command not found&#8217;&nbsp; error.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color has-link-color wp-elements-c0b8a020ad19f159ea57921dd39121ee\" style=\"font-size:16px\"><strong>AWS CLI configuration procedure<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can configure the AWS CLI with credentials by running:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Login to AWS account\u2192 IAM Service \u2192Create new user (With programmatic access) \u2192 Assign the user permission.<\/li>\n\n\n\n<li>Go to Security credentials\u2192Create a new access key<\/li>\n\n\n\n<li>Take note of the secret access key and access key ID.<\/li>\n\n\n\n<li>Go back to the terminal<\/li>\n\n\n\n<li>Run the command:&nbsp; aws configure<\/li>\n\n\n\n<li>Input the Access key ID, Secret access key, and region<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>Tip: You can check whether the connection between CLI and AWS services account is established by using&nbsp;<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>aws sts get-caller-identit<\/em><\/strong>y<br><\/p>\n\n\n\n<h3 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color has-link-color wp-elements-84c16bbc5b77bb02bb710a3627dc9233\" style=\"font-size:16px\"><strong>AWS S3 Bucket configuratio<\/strong>n<\/h3>\n\n\n\n<div class=\"schema-how-to wp-block-yoast-how-to-block\"><p class=\"schema-how-to-description\">Here, we are using the AWS Management Console to do the S3 bucket configuration. It would be a bit easier, as we have a visual interface with the management console.<br><br>1. Go to Management Console \u2192 S3 Service page \u2192 Create bucket<br>2. Create a bucket name\u2192Click \u2018Create\u2019<br><br><strong><em>Tip: Use the following command in the CLI to verify the status<\/em><\/strong><br><strong><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;aws s3 ls<\/em><\/strong><br><br><strong>Synchronizing files with Amazon S3 Bucket<\/strong><br><\/p> <ul class=\"schema-how-to-steps\"><li class=\"schema-how-to-step\" id=\"how-to-step-1784705373970\"><strong class=\"schema-how-to-step-name\"><strong>To sync all files in a directory<\/strong><br><\/strong> <p class=\"schema-how-to-step-text\">In the CLI, run the following:<br><br>aws s3 sync \/home\/john\/projects s3:\/\/company-backups\/projects\/<br><br><strong><em>Tip: If the destination doesn\u2019t have the directory name &#8216;projects,&#8217; it will be automatically created.<\/em><\/strong><br><\/p> <\/li><li class=\"schema-how-to-step\" id=\"how-to-step-1784705399796\"><strong class=\"schema-how-to-step-name\"><strong>To copy a single file<\/strong><\/strong> <p class=\"schema-how-to-step-text\"><br>aws s3 cp \/home\/john\/reports\/sales-report.pdf s3:\/\/company-backups\/reports\/<br><br><strong><em>Tip: It is possible to download a file from an Amazon S3 bucket. Simply reverse the source and destination in the aws s3 cp command.<\/em><\/strong><br><\/p> <\/li><li class=\"schema-how-to-step\" id=\"how-to-step-1784705416151\"><strong class=\"schema-how-to-step-name\"><strong>To sync new or modified files<\/strong><\/strong> <p class=\"schema-how-to-step-text\"><br>Run the command:<br>aws s3 sync \/home\/john\/projects\/ s3:\/\/company-backups\/projects\/ &#8211;exact-timestamps<br><\/p> <\/li><li class=\"schema-how-to-step\" id=\"how-to-step-1784705422768\"><strong class=\"schema-how-to-step-name\"><strong>Excluding a particular file<\/strong><br><\/strong> <p class=\"schema-how-to-step-text\">Run in CLI<br>aws s3 sync \/home\/john\/projects\/ s3:\/\/company-backups\/projects\/ &#8211;exclude &#8220;*.py&#8221;<br><\/p> <\/li><\/ul><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color has-link-color wp-elements-fa4c869aa3ec47c06aa25313228a454c\" style=\"font-size:16px\"><strong>Troubleshooting tips for Sync Errors<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size:15px\"><strong>1. Access denied error<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Reason: <\/strong>IAM does not have the proper permissions needed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your IAM user should have the s3:ListBucket, s3:GetObject, and s3:PutObject permissions.<\/li>\n\n\n\n<li>Are you using the correct credentials? Verify it running \u201caws configure list\u201d<\/li>\n\n\n\n<li>Check whether your user access is allowed\/denied by the S3 bucket policy.<\/li>\n\n\n\n<li>Check whether the bucket blocks the public access.<\/li>\n\n\n\n<li>Confirm that Service Control Policies (SCPs) are not blocking access.<\/li>\n\n\n\n<li>After updating permissions, run the \u201caws s3 sync\u201d command again.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size:15px\"><strong>2. No such file or directory error&nbsp;<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Reason: <\/strong>Source path is not valid or does not exist.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Check for the types of errors in the source name entered. Also verify the naming errors with bucket names and local directories.<\/li>\n\n\n\n<li>Verify if such a source really exists or not.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size:15px\"><strong>3. File size limit errors<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Reason: <\/strong>File size exceeds the S3 bucket capacity, resulting in timeouts or partial transfers. Note that S3 bucket can handle up to 5GB for a single upload transfer.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If the file transfer size is more than 5B, use the command below.<\/li>\n\n\n\n<li>aws s3 sync \/home\/john\/large-files\/ s3:\/\/company-backups\/large-files\/ &#8211;only-show-errors &#8211;size-only<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>Tip:<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>&#8211;size-only flag is used when the file timestamps have changed, but the file contents remain the same.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>&#8211;only-show-errors&nbsp; can reduce unnecessary output messages when synchronizing a large number of files.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-92126d18 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-text-color has-background has-link-color wp-elements-74cbc488c44651427b35f380e6a6b443 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"family\" style=\"font-size:16px\"><strong><strong>Want to configure Amazon S3 bucket and optimize its syncing performance? <\/strong><\/strong><br><strong><strong>Let our experts help you.<\/strong><br><\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-center has-normal-font-size wp-block-paragraph\" style=\"line-height:1.5\">We are a team of certified AWS engineers, cloud specialists, and troubleshooting experts.&nbsp;<br><\/p>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-7d812b4c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" href=\"https:\/\/velanremoteitsupport.com\/contact-remote-managed-it-service-provider\" style=\"background-color:#000000\"><strong>Contact our AWS Technical Team<\/strong><\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Finding difficulty in configuring Amazon S3 bucket in your Linux server? Contact Velan Remote IT Support to get professional guidance and assistance to cover end-to-end tasks in AWS S3&nbsp; syncing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With 19+ years of experience we have established ourselves as a trusted <strong><a href=\"https:\/\/velanremoteitsupport.com\/msp-managed-service-provider-helpdesk-solutions\" data-type=\"link\" data-id=\"https:\/\/velanremoteitsupport.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">outsourced managed IT service provider <\/a><\/strong>serving SMBs, corporate companies, startups in all industry verticals.\u00a0\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The ISO 9001 and ISO 27001 certifications showcase our commitment to delivering best quality solutions and data privacy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Contact our team at info@velanremoteitsupport.com to get a free consultation on all your cloud-related needs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color has-link-color wp-elements-54b5d2b616c128081630c1da4b0d881d\" style=\"font-size:16px\"><strong>Some more information about Amazon S3 bucket for file syncing<\/strong><\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1784711156536\"><strong class=\"schema-faq-question\"><strong>What are some tips to improve the performance of Amazon S3 Sync for large files?<\/strong><\/strong> <p class=\"schema-faq-answer\"><br>Do parallel uploads using the <strong><em>&#8211;max-concurrent-requests<\/em> <\/strong>option.<br><br>Adjust the multipart upload chunk size with <em><strong>&#8211;multipart-chunksize\u00a0<\/strong><\/em><br><br>Increase read timeout and reduce transfer issues use <em><strong>&#8211;cli-read-timeout\u00a0<\/strong><\/em><br><br>Add the <em><strong>&#8211;only-show-errors<\/strong> <\/em>option to make it easier to identify issues during large transfers.<br><br>Use the<em> <strong>&#8211;size-only<\/strong><\/em> option to compare files based on their size instead of timestamps.<br><br>For files larger than 5 GB use<strong><em> &#8211;only-show-errors<\/em> <\/strong>and <strong><em>&#8211;size-only<\/em> to<\/strong> make synchronization faster and reduce unnecessary console output.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1784711221154\"><strong class=\"schema-faq-question\"><strong>How does Amazon S3 work?<\/strong><br><\/strong> <p class=\"schema-faq-answer\">Amazon S3 is a cloud resource offering storage space to save your files. The fields are stored as &#8216;objects&#8217; inside the bucket. This differs from other storage types in the point that it doesn&#8217;t use any hierarchical architecture. Which means instead of traditional folders, unique identifying keys are used to organize and retrieve files.<br><\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1784711243730\"><strong class=\"schema-faq-question\"><strong>Is backup automation possible with AWS S3 sync?<\/strong><br><\/strong> <p class=\"schema-faq-answer\">It is possible. You can set Cron jobs (the scheduler tool) in Linux server to regularly execute the backup process with time stamps.\u00a0<br><\/p> <\/div> <\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Check whether you have the following before starting file syncing Installation procedure for AWS CLI in Linux systems To synchronise files between a Linux server and an Amazon S3 bucket, you should use the official AWS Command Line Interface (CLI) tool. To install AWS CLI, type the following commands. curl &#8220;https:\/\/awscli.amazonaws.com\/awscli-exe-linux-x86_64.zip&#8221; -o &#8220;awscliv2.zip&#8221; unzip awscliv2.zip [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":471,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"techtips_category":[6],"class_list":["post-440","techtips","type-techtips","status-publish","has-post-thumbnail","hentry","techtips_category-technical-tips-from-the-managed-service-providers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Sync Linux Files to Amazon S3 Bucket &amp; Fix Sync Errors<\/title>\n<meta name=\"description\" content=\"Learn how to sync files between a Linux server and Amazon S3 using AWS CLI. Follow our step-by-step guide covering installation, IAM setup, and sync commands.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Sync Linux Files to Amazon S3 Bucket &amp; Fix Sync Errors\" \/>\n<meta property=\"og:description\" content=\"Learn how to sync files between a Linux server and Amazon S3 using AWS CLI. Follow our step-by-step guide covering installation, IAM setup, and sync commands.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloud, DevOps &amp; Managed It Service Blog From Top Consultants\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-12T05:47:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/velanremoteitsupport.com\/blog\/wp-content\/uploads\/2026\/07\/1-Amazon-S3-Bucket-Technical-tip.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/\",\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/\",\"name\":\"How to Sync Linux Files to Amazon S3 Bucket & Fix Sync Errors\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/1-Amazon-S3-Bucket-Technical-tip.jpg\",\"datePublished\":\"2026-07-28T05:35:14+00:00\",\"dateModified\":\"2026-08-12T05:47:36+00:00\",\"description\":\"Learn how to sync files between a Linux server and Amazon S3 using AWS CLI. Follow our step-by-step guide covering installation, IAM setup, and sync commands.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784704601479\"},{\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784704617459\"},{\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784711156536\"},{\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784711221154\"},{\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784711243730\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#primaryimage\",\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/1-Amazon-S3-Bucket-Technical-tip.jpg\",\"contentUrl\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/1-Amazon-S3-Bucket-Technical-tip.jpg\",\"width\":1200,\"height\":628,\"caption\":\"Architecting secure cloud workflows: Integrating AWS S3, performance optimization (RPM), and Identity and Access Management (IAM).\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tech Tips\",\"item\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Amazon S3 bucket to sync files on Linux server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/\",\"name\":\"Cloud, DevOps &amp; Managed It Service Blog From Top Consultants\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784704601479\",\"position\":1,\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784704601479\",\"name\":\"What is Amazon S3?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Amazon S3 is Simple Storage Service available with AWS services package. This can be used to store your backup data, application files, and directories. S3 is highly scalable and offers top security while storing and accessing data.<br>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784704617459\",\"position\":2,\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784704617459\",\"name\":\"What is AWS-CLI?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Amazon Web Services can be easily automated and managed using AWS-CLI. It is command-based and allows you to control AWS straight from your terminal.<br>AWS CLI is a text-based interface, whereas AWS Management Console is a visual based one<br><br>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784711156536\",\"position\":3,\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784711156536\",\"name\":\"What are some tips to improve the performance of Amazon S3 Sync for large files?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<br>Do parallel uploads using the <strong><em>--max-concurrent-requests<\\\/em> <\\\/strong>option.<br><br>Adjust the multipart upload chunk size with <em><strong>--multipart-chunksize\u00a0<\\\/strong><\\\/em><br><br>Increase read timeout and reduce transfer issues use <em><strong>--cli-read-timeout\u00a0<\\\/strong><\\\/em><br><br>Add the <em><strong>--only-show-errors<\\\/strong> <\\\/em>option to make it easier to identify issues during large transfers.<br><br>Use the<em> <strong>--size-only<\\\/strong><\\\/em> option to compare files based on their size instead of timestamps.<br><br>For files larger than 5 GB use<strong><em> --only-show-errors<\\\/em> <\\\/strong>and <strong><em>--size-only<\\\/em> to<\\\/strong> make synchronization faster and reduce unnecessary console output.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784711221154\",\"position\":4,\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784711221154\",\"name\":\"How does Amazon S3 work?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Amazon S3 is a cloud resource offering storage space to save your files. The fields are stored as 'objects' inside the bucket. This differs from other storage types in the point that it doesn't use any hierarchical architecture. Which means instead of traditional folders, unique identifying keys are used to organize and retrieve files.<br>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784711243730\",\"position\":5,\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#faq-question-1784711243730\",\"name\":\"Is backup automation possible with AWS S3 sync?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"It is possible. You can set Cron jobs (the scheduler tool) in Linux server to regularly execute the backup process with time stamps.\u00a0<br>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"HowTo\",\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#howto-1\",\"name\":\"Amazon S3 bucket to sync files on Linux server\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/\"},\"description\":\"Here, we are using the AWS Management Console to do the S3 bucket configuration. It would be a bit easier, as we have a visual interface with the management console.<br><br>1. Go to Management Console \u2192 S3 Service page \u2192 Create bucket<br>2. Create a bucket name\u2192Click \u2018Create\u2019<br><br><strong><em>Tip: Use the following command in the CLI to verify the status<\\\/em><\\\/strong><br><strong><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0aws s3 ls<\\\/em><\\\/strong><br><br><strong>Synchronizing files with Amazon S3 Bucket<\\\/strong><br>\",\"step\":[{\"@type\":\"HowToStep\",\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#how-to-step-1784705373970\",\"name\":\"To sync all files in a directory\",\"itemListElement\":[{\"@type\":\"HowToDirection\",\"text\":\"In the CLI, run the following:aws s3 sync \\\/home\\\/john\\\/projects s3:\\\/\\\/company-backups\\\/projects\\\/Tip: If the destination doesn\u2019t have the directory name 'projects,' it will be automatically created.\"}]},{\"@type\":\"HowToStep\",\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#how-to-step-1784705399796\",\"name\":\"To copy a single file\",\"itemListElement\":[{\"@type\":\"HowToDirection\",\"text\":\"aws s3 cp \\\/home\\\/john\\\/reports\\\/sales-report.pdf s3:\\\/\\\/company-backups\\\/reports\\\/Tip: It is possible to download a file from an Amazon S3 bucket. Simply reverse the source and destination in the aws s3 cp command.\"}]},{\"@type\":\"HowToStep\",\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#how-to-step-1784705416151\",\"name\":\"To sync new or modified files\",\"itemListElement\":[{\"@type\":\"HowToDirection\",\"text\":\"Run the command:aws s3 sync \\\/home\\\/john\\\/projects\\\/ s3:\\\/\\\/company-backups\\\/projects\\\/ --exact-timestamps\"}]},{\"@type\":\"HowToStep\",\"url\":\"https:\\\/\\\/velanremoteitsupport.com\\\/blog\\\/techtips\\\/how-sync-linux-file-amazon-s3-bucket\\\/#how-to-step-1784705422768\",\"name\":\"Excluding a particular file\",\"itemListElement\":[{\"@type\":\"HowToDirection\",\"text\":\"Run in CLIaws s3 sync \\\/home\\\/john\\\/projects\\\/ s3:\\\/\\\/company-backups\\\/projects\\\/ --exclude \\\"*.py\\\"\"}]}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Sync Linux Files to Amazon S3 Bucket & Fix Sync Errors","description":"Learn how to sync files between a Linux server and Amazon S3 using AWS CLI. Follow our step-by-step guide covering installation, IAM setup, and sync commands.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/","og_locale":"en_US","og_type":"article","og_title":"How to Sync Linux Files to Amazon S3 Bucket & Fix Sync Errors","og_description":"Learn how to sync files between a Linux server and Amazon S3 using AWS CLI. Follow our step-by-step guide covering installation, IAM setup, and sync commands.","og_url":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/","og_site_name":"Cloud, DevOps &amp; Managed It Service Blog From Top Consultants","article_modified_time":"2026-08-12T05:47:36+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/velanremoteitsupport.com\/blog\/wp-content\/uploads\/2026\/07\/1-Amazon-S3-Bucket-Technical-tip.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["WebPage","FAQPage"],"@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/","url":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/","name":"How to Sync Linux Files to Amazon S3 Bucket & Fix Sync Errors","isPartOf":{"@id":"https:\/\/velanremoteitsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#primaryimage"},"image":{"@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#primaryimage"},"thumbnailUrl":"https:\/\/velanremoteitsupport.com\/blog\/wp-content\/uploads\/2026\/07\/1-Amazon-S3-Bucket-Technical-tip.jpg","datePublished":"2026-07-28T05:35:14+00:00","dateModified":"2026-08-12T05:47:36+00:00","description":"Learn how to sync files between a Linux server and Amazon S3 using AWS CLI. Follow our step-by-step guide covering installation, IAM setup, and sync commands.","breadcrumb":{"@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784704601479"},{"@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784704617459"},{"@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784711156536"},{"@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784711221154"},{"@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784711243730"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#primaryimage","url":"https:\/\/velanremoteitsupport.com\/blog\/wp-content\/uploads\/2026\/07\/1-Amazon-S3-Bucket-Technical-tip.jpg","contentUrl":"https:\/\/velanremoteitsupport.com\/blog\/wp-content\/uploads\/2026\/07\/1-Amazon-S3-Bucket-Technical-tip.jpg","width":1200,"height":628,"caption":"Architecting secure cloud workflows: Integrating AWS S3, performance optimization (RPM), and Identity and Access Management (IAM)."},{"@type":"BreadcrumbList","@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/velanremoteitsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Tech Tips","item":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/"},{"@type":"ListItem","position":3,"name":"Amazon S3 bucket to sync files on Linux server"}]},{"@type":"WebSite","@id":"https:\/\/velanremoteitsupport.com\/blog\/#website","url":"https:\/\/velanremoteitsupport.com\/blog\/","name":"Cloud, DevOps &amp; Managed It Service Blog From Top Consultants","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/velanremoteitsupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784704601479","position":1,"url":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784704601479","name":"What is Amazon S3?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Amazon S3 is Simple Storage Service available with AWS services package. This can be used to store your backup data, application files, and directories. S3 is highly scalable and offers top security while storing and accessing data.<br>","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784704617459","position":2,"url":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784704617459","name":"What is AWS-CLI?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Amazon Web Services can be easily automated and managed using AWS-CLI. It is command-based and allows you to control AWS straight from your terminal.<br>AWS CLI is a text-based interface, whereas AWS Management Console is a visual based one<br><br>","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784711156536","position":3,"url":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784711156536","name":"What are some tips to improve the performance of Amazon S3 Sync for large files?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"<br>Do parallel uploads using the <strong><em>--max-concurrent-requests<\/em> <\/strong>option.<br><br>Adjust the multipart upload chunk size with <em><strong>--multipart-chunksize\u00a0<\/strong><\/em><br><br>Increase read timeout and reduce transfer issues use <em><strong>--cli-read-timeout\u00a0<\/strong><\/em><br><br>Add the <em><strong>--only-show-errors<\/strong> <\/em>option to make it easier to identify issues during large transfers.<br><br>Use the<em> <strong>--size-only<\/strong><\/em> option to compare files based on their size instead of timestamps.<br><br>For files larger than 5 GB use<strong><em> --only-show-errors<\/em> <\/strong>and <strong><em>--size-only<\/em> to<\/strong> make synchronization faster and reduce unnecessary console output.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784711221154","position":4,"url":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784711221154","name":"How does Amazon S3 work?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Amazon S3 is a cloud resource offering storage space to save your files. The fields are stored as 'objects' inside the bucket. This differs from other storage types in the point that it doesn't use any hierarchical architecture. Which means instead of traditional folders, unique identifying keys are used to organize and retrieve files.<br>","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784711243730","position":5,"url":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#faq-question-1784711243730","name":"Is backup automation possible with AWS S3 sync?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"It is possible. You can set Cron jobs (the scheduler tool) in Linux server to regularly execute the backup process with time stamps.\u00a0<br>","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"HowTo","@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#howto-1","name":"Amazon S3 bucket to sync files on Linux server","mainEntityOfPage":{"@id":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/"},"description":"Here, we are using the AWS Management Console to do the S3 bucket configuration. It would be a bit easier, as we have a visual interface with the management console.<br><br>1. Go to Management Console \u2192 S3 Service page \u2192 Create bucket<br>2. Create a bucket name\u2192Click \u2018Create\u2019<br><br><strong><em>Tip: Use the following command in the CLI to verify the status<\/em><\/strong><br><strong><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0aws s3 ls<\/em><\/strong><br><br><strong>Synchronizing files with Amazon S3 Bucket<\/strong><br>","step":[{"@type":"HowToStep","url":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#how-to-step-1784705373970","name":"To sync all files in a directory","itemListElement":[{"@type":"HowToDirection","text":"In the CLI, run the following:aws s3 sync \/home\/john\/projects s3:\/\/company-backups\/projects\/Tip: If the destination doesn\u2019t have the directory name 'projects,' it will be automatically created."}]},{"@type":"HowToStep","url":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#how-to-step-1784705399796","name":"To copy a single file","itemListElement":[{"@type":"HowToDirection","text":"aws s3 cp \/home\/john\/reports\/sales-report.pdf s3:\/\/company-backups\/reports\/Tip: It is possible to download a file from an Amazon S3 bucket. Simply reverse the source and destination in the aws s3 cp command."}]},{"@type":"HowToStep","url":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#how-to-step-1784705416151","name":"To sync new or modified files","itemListElement":[{"@type":"HowToDirection","text":"Run the command:aws s3 sync \/home\/john\/projects\/ s3:\/\/company-backups\/projects\/ --exact-timestamps"}]},{"@type":"HowToStep","url":"https:\/\/velanremoteitsupport.com\/blog\/techtips\/how-sync-linux-file-amazon-s3-bucket\/#how-to-step-1784705422768","name":"Excluding a particular file","itemListElement":[{"@type":"HowToDirection","text":"Run in CLIaws s3 sync \/home\/john\/projects\/ s3:\/\/company-backups\/projects\/ --exclude \"*.py\""}]}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/velanremoteitsupport.com\/blog\/wp-json\/wp\/v2\/techtips\/440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/velanremoteitsupport.com\/blog\/wp-json\/wp\/v2\/techtips"}],"about":[{"href":"https:\/\/velanremoteitsupport.com\/blog\/wp-json\/wp\/v2\/types\/techtips"}],"author":[{"embeddable":true,"href":"https:\/\/velanremoteitsupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/velanremoteitsupport.com\/blog\/wp-json\/wp\/v2\/comments?post=440"}],"version-history":[{"count":11,"href":"https:\/\/velanremoteitsupport.com\/blog\/wp-json\/wp\/v2\/techtips\/440\/revisions"}],"predecessor-version":[{"id":514,"href":"https:\/\/velanremoteitsupport.com\/blog\/wp-json\/wp\/v2\/techtips\/440\/revisions\/514"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/velanremoteitsupport.com\/blog\/wp-json\/wp\/v2\/media\/471"}],"wp:attachment":[{"href":"https:\/\/velanremoteitsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=440"}],"wp:term":[{"taxonomy":"techtips_category","embeddable":true,"href":"https:\/\/velanremoteitsupport.com\/blog\/wp-json\/wp\/v2\/techtips_category?post=440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}