{"id":96681,"date":"2020-11-03T08:41:10","date_gmt":"2020-11-03T16:41:10","guid":{"rendered":"https:\/\/www.backblaze.com\/blog\/?p=96681"},"modified":"2025-12-11T13:52:26","modified_gmt":"2025-12-11T21:52:26","slug":"rclone-power-moves-for-backblaze-b2-cloud-storage","status":"publish","type":"post","link":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/","title":{"rendered":"Rclone Power Moves for Backblaze B2 Cloud Storage"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-111592\" src=\"https:\/\/www.backblaze.com\/blog\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024.jpg\" alt=\"An illustration with lines going between the rclone and Backblaze logos.\" width=\"1440\" height=\"820\" srcset=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024.jpg 1440w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024-300x171.jpg 300w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024-1024x583.jpg 1024w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024-768x437.jpg 768w\" sizes=\"auto, (max-width: 1440px) 100vw, 1440px\" \/><\/p>\n<p id=\"bzdropcap\"><a href=\"https:\/\/www.backblaze.com\/cloud-storage\/integrations\/rclone\" target=\"_blank\" rel=\"noopener noreferrer\">Rclone<\/a> is described as the \u201cSwiss Army chainsaw\u201d of storage movement tools. While it may seem, at first, to be a simple tool with two main commands to copy and sync data between two storage locations, deeper study reveals a hell of a lot more. True to the image of a \u201cSwiss Army chainsaw,\u201d rclone contains an extremely deep and powerful feature set that empowers smart storage admins and workflow scripters everywhere to meet almost any storage task with ease and efficiency.<\/p>\n<div class=\"abstract\" style=\"line-height: 1.8; margin: 24px 12px; padding: 24px 12px 10px 12px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-96684\" src=\"https:\/\/www.backblaze.com\/blog\/wp-content\/uploads\/2020\/11\/1200px-Rclone_wide_logo.svg_-300x69.png\" alt=\"\" width=\"300\" height=\"69\" srcset=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/1200px-Rclone_wide_logo.svg_-300x69.png 300w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/1200px-Rclone_wide_logo.svg_-1024x236.png 1024w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/1200px-Rclone_wide_logo.svg_-768x177.png 768w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/1200px-Rclone_wide_logo.svg_-560x129.png 560w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/1200px-Rclone_wide_logo.svg_.png 1200w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><br \/>\nRclone\u2014rsync for cloud storage\u2014is a powerful command<a href=\"https:\/\/www.backblaze.com\/b2\/docs\/quick_command_line.html\"> line tool<\/a> to copy and sync files to and from local disk, SFTP servers, and many cloud storage providers. <a href=\"https:\/\/rclone.org\/b2\/\" target=\"_blank\" rel=\"noopener noreferrer\">Rclone&#8217;s<\/a> Backblaze <a href=\"https:\/\/www.backblaze.com\/cloud-storage\/solutions\/media-workflow\">B2 Cloud Storage<\/a> page has many examples of configuration and options with Backblaze B2.<\/div>\n<h2>Continued Steps on the Path to rclone Mastery<\/h2>\n<p><a href=\"https:\/\/www.brighttalk.com\/webcast\/14807\/433302\" target=\"_blank\" rel=\"noopener noreferrer\">In our in-depth webinar with Nick Craig-Wood<\/a>, developer and principal maintainer of rclone, we discussed a number of power moves you can use with rclone and Backblaze B2. This post takes it a number of steps further with five more advanced techniques to add to your rclone mastery toolkit.<br \/>\nHave you tried these and have a different take? Just trying them out for the first time? We hope to hear more and learn more from you in the comments.<\/p>\n<h3>Use <code>--track-renames<\/code> to Save Bandwidth and Increase Data Movement Speed<\/h3>\n<p>If you\u2019re moving files constantly from disk to the cloud, you know that your users frequently re-organize and rename folders and files on local storage. Which means that when it&#8217;s time to back up those renamed folders and files again, your object storage will see the files as new objects and will want you to re-upload them all over again.<\/p>\n<p>Rclone is smart enough to take advantage of Backblaze B2 Native APIs for remote copy functionality, which saves you from re-uploading files that are simply renamed and not otherwise changed.<\/p>\n<p>By specifying the <code>--track-renames<\/code> flag, rclone will keep track of file size and hashes during operations. When source and destination files match, but the names are different, rclone will simply copy them over on the server side with the new name, saving you having to upload the object again. Use the <code>--progress<\/code> or <code>--verbose<\/code> flags to see these remote copy messages in the log.<\/p>\n<p style=\"color: #32cd32; background-color: #000000;\">rclone sync \/Volumes\/LocalAssets b2:cloud-backup-bucket \\<br \/>\n&#8211;track-renames &#8211;progress &#8211;verbose<\/p>\n<p style=\"color: #32cd32; background-color: #000000;\">2020-10-22 17:03:26 INFO : customer artwork\/145.jpg: Copied (server side copy)<br \/>\n2020-10-22 17:03:26 INFO : customer artwork\/\/159.jpg: Copied (server side copy)<br \/>\n2020-10-22 17:03:26 INFO : customer artwork\/163.jpg: Copied (server side copy)<br \/>\n2020-10-22 17:03:26 INFO : customer artwork\/172.jpg: Copied (server side copy)<br \/>\n2020-10-22 17:03:26 INFO : customer artwork\/151.jpg: Copied (server side copy)<\/p>\n<div align=\"center\"><small><em>With the <code>--track-renames<\/code> flag, you\u2019ll see messages like these when the renamed files are simply copied over directly to the server instead of having to re-upload them.<\/em><\/small><\/div>\n<p>&nbsp;<\/p>\n<h3>Easily Generate Formatted Storage Migration Reports<\/h3>\n<p><a href=\"https:\/\/www.backblaze.com\/b2\/solutions\/datatransfer\/cloud-to-cloud.html\" target=\"_blank\" rel=\"noopener noreferrer\">When migrating data to Backblaze B2<\/a>, it&#8217;s good practice to inventory the data about to be moved, then get reporting that confirms every byte made it over properly, afterwards.<br \/>\nFor example, you could use the rclone <code>lsf -R<\/code> command to recursively list the contents of your source and destination storage buckets, compare the results, then save the reports in a simple comma-separated-values (CSV) list. This list is then easily parsable and processed by your reporting tool of choice.<br \/>\n\n<table id=\"tablepress-16\" class=\"tablepress tablepress-id-16\">\n<tbody>\n<tr class=\"row-1\">\n\t<td class=\"column-1\"><p style=\"color:#32CD32; background-color:#000000;\">rclone lsf --csv --format ps amzns3:\/customer-archive-source<br \/>\n159.jpg,41034<br \/>\n163.jpg,29291<br \/>\n172.jpg,54658<br \/>\n173.jpg,47175<br \/>\n176.jpg,70937<br \/>\n177.jpg,42570<br \/>\n179.jpg,64588<br \/>\n180.jpg,71729<br \/>\n181.jpg,63601<br \/>\n184.jpg,56060<br \/>\n185.jpg,49899<br \/>\n186.jpg,60051<br \/>\n187.jpg,51743<br \/>\n189.jpg,60050<\/p><\/td><td class=\"column-2\"><p style=\"color:#32CD32; background-color:#000000;\">rclone lsf --csv --format ps b2:\/customer-archive-destination<br \/>\n159.jpg,41034<br \/>\n163.jpg,29291<br \/>\n172.jpg,54658<br \/>\n173.jpg,47175<br \/>\n176.jpg,70937<br \/>\n177.jpg,42570<br \/>\n179.jpg,64588<br \/>\n180.jpg,71729<br \/>\n181.jpg,63601<br \/>\n184.jpg,56060<br \/>\n185.jpg,49899<br \/>\n186.jpg,60051<br \/>\n187.jpg,51743<br \/>\n189.jpg,60050<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/p>\n<div align=\"center\"><small><em>Example CSV output of file names and file hashes in source and target folders.<\/em><\/small><\/div>\n<p>You can even feed the results of regular storage operations into a system dashboard or reporting tool by specifying JSON output with the <code>--use-json-log<\/code> flag.<\/p>\n<p>In the following example, we want to build a report listing missing files in either the source <em>or<\/em> the destination location:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-96717\" src=\"https:\/\/www.backblaze.com\/blog\/wp-content\/uploads\/2020\/11\/Screen-Shot-2020-11-03-at-8.32.58-AM-1024x64.png\" alt=\"\" width=\"1024\" height=\"64\" srcset=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/Screen-Shot-2020-11-03-at-8.32.58-AM-1024x64.png 1024w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/Screen-Shot-2020-11-03-at-8.32.58-AM-300x19.png 300w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/Screen-Shot-2020-11-03-at-8.32.58-AM-768x48.png 768w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/Screen-Shot-2020-11-03-at-8.32.58-AM-560x35.png 560w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/Screen-Shot-2020-11-03-at-8.32.58-AM.png 1242w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p>The resulting log messages make it clear that the comparison failed. The JSON format lets me easily select log warning levels, timestamps, and file names for further action.<\/p>\n<p style=\"color: #32cd32; background-color: #000000;\">{&#8220;level&#8221;:&#8221;error&#8221;,&#8221;msg&#8221;:&#8221;File not in parent bucket path customer_archive_destination&#8221;,&#8221;object&#8221;:&#8221;216.jpg&#8221;,&#8221;objectType&#8221;:&#8221;*b2.Object&#8221;,&#8221;source&#8221;:&#8221;operations<br \/>\n\/check.go:100&#8243;,&#8221;time&#8221;:&#8221;2020-10-23T16:07:35.005055-05:00&#8243;}<br \/>\n{&#8220;level&#8221;:&#8221;error&#8221;,&#8221;msg&#8221;:&#8221;File not in parent bucket path customer_archive_destination&#8221;,&#8221;object&#8221;:&#8221;219.jpg&#8221;,&#8221;objectType&#8221;:&#8221;*b2.Object&#8221;,&#8221;source&#8221;:&#8221;operations<br \/>\n\/check.go:100&#8243;,&#8221;time&#8221;:&#8221;2020-10-23T16:07:35.005151-05:00&#8243;}<br \/>\n{&#8220;level&#8221;:&#8221;error&#8221;,&#8221;msg&#8221;:&#8221;File not in parent bucket path travel_posters_source&#8221;,&#8221;object&#8221;:&#8221;.DS_Store&#8221;,&#8221;objectType&#8221;:&#8221;*b2.Object&#8221;,&#8221;source&#8221;:&#8221;operations<br \/>\n\/check.go:78&#8243;,&#8221;time&#8221;:&#8221;2020-10-23T16:07:35.005192-05:00&#8243;}<br \/>\n{&#8220;level&#8221;:&#8221;warning&#8221;,&#8221;msg&#8221;:&#8221;12 files missing&#8221;,&#8221;object&#8221;:&#8221;parent bucket path customer_archive_destination&#8221;,&#8221;objectType&#8221;:&#8221;*b2.Fs&#8221;,&#8221;source&#8221;:&#8221;operations<br \/>\n\/check.go:225&#8243;,&#8221;time&#8221;:&#8221;2020-10-23T16:07:35.005643-05:00&#8243;}<br \/>\n{&#8220;level&#8221;:&#8221;warning&#8221;,&#8221;msg&#8221;:&#8221;1 files missing&#8221;,&#8221;object&#8221;:&#8221;parent bucket path travel_posters_source&#8221;,&#8221;objectType&#8221;:&#8221;*b2.Fs&#8221;,&#8221;source&#8221;:&#8221;operations<br \/>\n\/check.go:228&#8243;,&#8221;time&#8221;:&#8221;2020-10-23T16:07:35.005714-05:00&#8243;}<br \/>\n{&#8220;level&#8221;:&#8221;warning&#8221;,&#8221;msg&#8221;:&#8221;13 differences found&#8221;,&#8221;object&#8221;:&#8221;parent bucket path customer_archive_destination&#8221;,&#8221;objectType&#8221;:&#8221;*b2.Fs&#8221;,&#8221;source&#8221;:&#8221;operations<br \/>\n\/check.go:231&#8243;,&#8221;time&#8221;:&#8221;2020-10-23T16:07:35.005746-05:00&#8243;}<br \/>\n{&#8220;level&#8221;:&#8221;warning&#8221;,&#8221;msg&#8221;:&#8221;13 errors while checking&#8221;,&#8221;object&#8221;:&#8221;parent bucket path customer_archive_destination&#8221;,&#8221;objectType&#8221;:&#8221;*b2.Fs&#8221;,&#8221;source&#8221;:&#8221;operations<br \/>\n\/check.go:233&#8243;,&#8221;time&#8221;:&#8221;2020-10-23T16:07:35.005779-05:00&#8243;}<br \/>\n{&#8220;level&#8221;:&#8221;warning&#8221;,&#8221;msg&#8221;:&#8221;28 matching files&#8221;,&#8221;object&#8221;:&#8221;parent bucket path customer_archive_destination&#8221;,&#8221;objectType&#8221;:&#8221;*b2.Fs&#8221;,&#8221;source&#8221;:&#8221;operations<br \/>\n\/check.go:239&#8243;,&#8221;time&#8221;:&#8221;2020-10-23T16:07:35.005805-05:00&#8243;}<br \/>\n2020\/10\/23 16:07:35 Failed to check with 14 errors: last error was: 13 differences found<\/p>\n<div align=\"center\"><small><em>Example: JSON output from rclone check command comparing two data locations.<\/em><\/small><small><\/small><\/div>\n<p>&nbsp;<\/p>\n<h3>Use a Static Exclude File to Ban File System Lint<\/h3>\n<p>While rclone has a host of flags you can specify on the fly to match or exclude files for a data copy or sync task, it&#8217;s hard to remember all the operating system or transient files that can clutter up your cloud storage. Who hasn\u2019t had to laboriously delete macOS\u2019s hidden folder view settings (.DS_Store), or Window\u2019s ubiquitous thumbnails database from your pristine cloud storage?<\/p>\n<p>By building your own customized exclude file of all the files you <em>never<\/em> want to copy, you can effortlessly exclude all such files in a single flag to consistently keep your storage buckets lint free.<br \/>\nIn the following example, I saved a text file under my user directory\u2019s rclone folder and call it with <code>--exclude-from<\/code> rather than using <code>--exclude<\/code> (as I would if filtering on the fly):<\/p>\n<p style=\"color: #32cd32; background-color: #000000;\">rclone sync \/Volumes\/LocalAssets b2:cloud-backup-bucket \\<br \/>\n&#8211;exclude-from ~\/.rclone\/exclude.conf<\/p>\n<p style=\"color: #32cd32; background-color: #000000;\">.DS_Store<br \/>\n.thumbnails\/**<br \/>\n.vagrant\/**<br \/>\n.gitignore<br \/>\n.git\/**<br \/>\n.Trashes\/**<br \/>\n.apdisk<br \/>\n.com.apple.timemachine.*<br \/>\n.fseventsd\/**<br \/>\n.DocumentRevisions-V100\/**<br \/>\n.TemporaryItems\/**<br \/>\n.Spotlight-V100\/**<br \/>\n.localization\/**<br \/>\nTheVolumeSettingsFolder\/**<br \/>\n$RECYCLE.BIN\/**<br \/>\nSystem Volume Information\/**<\/p>\n<div align=\"center\"><small><em>Example of <code>exclude.conf<\/code> that lists all of the files you explicitly don\u2019t want to ever sync or copy, including Apple storage system tags, Trash files, git files, and more.<\/em><\/small><\/div>\n<p>&nbsp;<\/p>\n<h3>Mount a Cloud Storage Bucket or Folder as a Local Disk<\/h3>\n<p>Rclone takes your cloud-fu to a truly new level with these last two moves.<\/p>\n<p>Since Backblaze B2 is <em>active<\/em> storage (all contents are immediately available) and extremely cost-effective compared to other <a href=\"\/blog\/media-archive-solutions\/\">media archive<\/a> solutions, it\u2019s become a very popular archive destination for media.<\/p>\n<p>If you mount extremely large archives as if they were massive, external disks on your server or workstation, you can make visual searching through object storage, as well as a whole host of other possibilities, a reality.<\/p>\n<p>For example, suppose you are tasked with keeping a large network of digital signage kiosks up-to-date. Rather than trying to push from your source location to each and every kiosk, let the kiosks <em>pull<\/em> from your single, always up-to-date archive in Backblaze!<\/p>\n<p>With FUSE installed on your system, rclone can mount your cloud storage to a mount point on your system or server\u2019s OS. It will appear instantly, and your OS will start building thumbnails and let you preview the files normally.<\/p>\n<p style=\"color: #32cd32; background-color: #000000;\">rclone mount b2:art-assets\/video ~\/Documents\/rclone_mnt\/<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-96689\" src=\"https:\/\/www.backblaze.com\/blog\/wp-content\/uploads\/2020\/11\/image1-1024x593.png\" alt=\"\" width=\"1024\" height=\"593\" srcset=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image1-1024x593.png 1024w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image1-300x174.png 300w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image1-768x445.png 768w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image1-1536x890.png 1536w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image1-560x324.png 560w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image1.png 1999w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<div align=\"center\"><small><em>Almost immediately after mounting this <a href=\"https:\/\/www.backblaze.com\/cloud-storage\">cloud storage<\/a> bucket of HD and 4K video, macOS has built thumbnails, and even lets me preview these high-resolution video files.<\/em><\/small><\/div>\n<p>Behind the scenes, rclone\u2019s clever use of VFS and caching makes this magic happen. You can tweak settings to more aggressively cache the object structure for your use case.<\/p>\n<h3>Serve Content Directly From Cloud Storage With a Pop-up Web or SFTP Server<\/h3>\n<p>Many times, you\u2019re called on to give users temporary access to certain cloud files quickly. Whether it\u2019s for an approval, a file hand off, or whatever, this requires thinking about how to get the file to a place where the user can have access to it with tools they know how to use. Trying to email a 100GB file is no fun, and spending the time to download and move it to another system that the user can access can take up a lot of time.<\/p>\n<p>Or perhaps you\u2019d like to set up a simple, uncomplicated way to let users browse a large PDF library of product documents. Instead of moving files to a dedicated SFTP or web server, simply serve them directly from your cloud storage archive with rclone using a single command.<\/p>\n<p>Rclone\u2019s <code>serve<\/code> command can present your content stored with Backblaze via a range of protocols as easy for users to access as a web browser\u2014including FTP, SFTP, WebDAV, HTTP, HTTPS, and more.<\/p>\n<p>In the following example, I export the contents of the same folder of high-resolution video used above and present it using the <code>WebDAV<\/code> protocol. With zero HTML or complicated server setups, my users instantly get web access to this content, and even a searchable interface:<\/p>\n<p style=\"color: #32cd32; background-color: #000000;\">rclone serve b2:art_assets\/video<br \/>\n2020\/10\/23 17:13:59 NOTICE: B2 bucket art_assets\/video: WebDav Server started on http:\/\/127.0.0.1:8080\/<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-96691\" src=\"https:\/\/www.backblaze.com\/blog\/wp-content\/uploads\/2020\/11\/image2-1024x718.png\" alt=\"\" width=\"1024\" height=\"718\" srcset=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image2-1024x718.png 1024w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image2-300x210.png 300w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image2-768x538.png 768w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image2-1536x1077.png 1536w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image2-560x392.png 560w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/image2.png 1999w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<div align=\"center\"><small><em>Immediately after exporting my cloud storage folder via WebDAV, users can browse to my system and search for all \u201cProRes\u201d files and download exactly what they need.<\/em><\/small><\/div>\n<p>For more advanced needs, you can choose the HTTP or HTTPS option and specify custom data flags that populate web page templates automatically.<\/p>\n<h2>Continuing Your Study<\/h2>\n<p>Combined with our <a href=\"https:\/\/www.brighttalk.com\/webcast\/14807\/433302\" target=\"_blank\" rel=\"noopener noreferrer\">rclone webinar<\/a>, these five moves will place you well on your path to rclone <a href=\"https:\/\/www.backblaze.com\/business-admin.html\">storage admin<\/a> mastery, letting you confidently take on complicated data migration tasks with an ease and efficiency that will amaze your peers.<\/p>\n<p>We look forward to hearing of the moves and new use cases you develop with these tools.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn about five advanced rclone techniques you can use with Backblaze B2 to help you on your path to storage admin mastery.<\/p>\n","protected":false},"author":135,"featured_media":111592,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[7],"tags":[468],"class_list":["post-96681","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-storage","tag-b2cloud","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Use Rclone with Backblaze B2 for Cloud Storage Power Moves<\/title>\n<meta name=\"description\" content=\"Learn about five advanced rclone techniques you can use with Backblaze B2 to help you on your path to storage admin mastery.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use Rclone with Backblaze B2 for Cloud Storage Power Moves\" \/>\n<meta property=\"og:description\" content=\"Learn about five advanced rclone techniques you can use with Backblaze B2 to help you on your path to storage admin mastery.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/\" \/>\n<meta property=\"og:site_name\" content=\"Backblaze Blog | Cloud Storage &amp; Cloud Backup\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/backblaze\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-03T16:41:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-11T21:52:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"820\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Skip Levens\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ActiveSkip\" \/>\n<meta name=\"twitter:site\" content=\"@backblaze\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Skip Levens\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use Rclone with Backblaze B2 for Cloud Storage Power Moves","description":"Learn about five advanced rclone techniques you can use with Backblaze B2 to help you on your path to storage admin mastery.","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:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/","og_locale":"en_US","og_type":"article","og_title":"How to Use Rclone with Backblaze B2 for Cloud Storage Power Moves","og_description":"Learn about five advanced rclone techniques you can use with Backblaze B2 to help you on your path to storage admin mastery.","og_url":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/","og_site_name":"Backblaze Blog | Cloud Storage &amp; Cloud Backup","article_publisher":"https:\/\/www.facebook.com\/backblaze","article_published_time":"2020-11-03T16:41:10+00:00","article_modified_time":"2025-12-11T21:52:26+00:00","og_image":[{"width":1440,"height":820,"url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024.jpg","type":"image\/jpeg"}],"author":"Skip Levens","twitter_card":"summary_large_image","twitter_creator":"@ActiveSkip","twitter_site":"@backblaze","twitter_misc":{"Written by":"Skip Levens","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/#article","isPartOf":{"@id":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/"},"author":{"name":"Skip Levens","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/person\/61099cf27432c4a0d70e71b65bbf81ac"},"headline":"Rclone Power Moves for Backblaze B2 Cloud Storage","datePublished":"2020-11-03T16:41:10+00:00","dateModified":"2025-12-11T21:52:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/"},"wordCount":1665,"commentCount":0,"publisher":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/#primaryimage"},"thumbnailUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024.jpg","keywords":["B2Cloud"],"articleSection":["Cloud Storage"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/","url":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/","name":"How to Use Rclone with Backblaze B2 for Cloud Storage Power Moves","isPartOf":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/#primaryimage"},"image":{"@id":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/#primaryimage"},"thumbnailUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024.jpg","datePublished":"2020-11-03T16:41:10+00:00","dateModified":"2025-12-11T21:52:26+00:00","description":"Learn about five advanced rclone techniques you can use with Backblaze B2 to help you on your path to storage admin mastery.","breadcrumb":{"@id":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/#primaryimage","url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024.jpg","contentUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024.jpg","width":1440,"height":820,"caption":"An illustration with lines going between the rclone and Backblaze logos."},{"@type":"BreadcrumbList","@id":"https:\/\/www.backblaze.com\/blog\/rclone-power-moves-for-backblaze-b2-cloud-storage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Rclone Power Moves for Backblaze B2 Cloud Storage"}]},{"@type":"WebSite","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#website","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/","name":"Backblaze Cloud Solutions Blog","description":"Cloud Storage &amp; Cloud Backup","publisher":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization","name":"Backblaze","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/www.backblaze.com\/blog\/wp-content\/uploads\/2017\/12\/backblaze_icon_transparent.png?fit=512%2C512&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.backblaze.com\/blog\/wp-content\/uploads\/2017\/12\/backblaze_icon_transparent.png?fit=512%2C512&ssl=1","width":512,"height":512,"caption":"Backblaze"},"image":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/backblaze","https:\/\/x.com\/backblaze","https:\/\/www.youtube.com\/user\/Backblaze","https:\/\/en.wikipedia.org\/wiki\/Backblaze"]},{"@type":"Person","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/person\/61099cf27432c4a0d70e71b65bbf81ac","name":"Skip Levens","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7e13d3b2bb9bfa19a924abe25b9aecc27dcdd7713964efb12c95ea1ff63efd48?s=96&d=blank&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7e13d3b2bb9bfa19a924abe25b9aecc27dcdd7713964efb12c95ea1ff63efd48?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e13d3b2bb9bfa19a924abe25b9aecc27dcdd7713964efb12c95ea1ff63efd48?s=96&d=blank&r=g","caption":"Skip Levens"},"description":"Skip drives Backblaze's outreach to Creative and Media and Entertainment customers - and has been a long-time champion of intelligent digital storytelling and television and film production workflows.","sameAs":["https:\/\/x.com\/ActiveSkip"],"url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/author\/skip\/"}]}},"jetpack_featured_media_url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2020\/11\/bb-bh-Rclone-Power-Moves-2024.jpg","_links":{"self":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts\/96681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/users\/135"}],"replies":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/comments?post=96681"}],"version-history":[{"count":0,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts\/96681\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/media\/111592"}],"wp:attachment":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/media?parent=96681"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/categories?post=96681"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/tags?post=96681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}