惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
博客园 - 司徒正美
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
小众软件
小众软件
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
MyScale Blog
MyScale Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
腾讯CDC
A
About on SuperTechFans
宝玉的分享
宝玉的分享
WordPress大学
WordPress大学
B
Blog RSS Feed
G
Google Developers Blog
量子位
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)

Runpod Blog.

New Runpod datacenter now live: AP-IN-1 Track GPU spend across your team with Cost Centers The GPU supply supercycle is here. Here’s what AI builders need to know. Community Spotlight: One-click AI image and video generation on Runpod with SwarmUI | Runpod Blog Community Spotlight: LoRA Pilot Data Prep to Inference Introducing the Runpod Assistant: Manage Your Cloud GPU Resources with Natural Language OpenAI's Parameter Golf: Train the Best Language Model That Fits in 16MB on Runpod LLM inference optimization: techniques that actually reduce latency and cost Pruna P-Video and Vidu Q3 public endpoints now available on Runpod Runpod brand spelling guide Quickstart - Runpod Documentation The AI market looks nothing like the narrative Training StyleGAN3 with Vision-Aided GAN on Runpod KoboldAI – The Other Roleplay Front End, And Why You May Want to Use It How to Connect Cursor to LLM Pods on Runpod for Seamless AI Dev Community Spotlight: How AnonAI Scaled Its Private Chatbot Platform with Runpod Prompt Scheduling with Disco Diffusion on Runpod Runpod's Latest Innovation: Dockerless CLI for Streamlined AI Development Run Your Own AI from Your iPhone Using Runpod Introducing Flash: Run GPU workloads on Runpod Serverless: No Docker required Use Claude Code with your own model on Runpod: No Anthropic account required Avoid Errors by Selecting the Proper Resources for Your Pod What hackers built on Runpod at TreeHacks 2026 Easily Back Up and Restore Your Pod with Cloud Sync + Backblaze B2 The Complete Guide to GPU Requirements for LLM Fine-Tuning AI Guides, Tutorials & GPU Infrastructure Insights | Runpod Your first Claude Code project within Runpod: a complete setup guide 10 billion Serverless requests and counting Building for resilience: Runpod’s response to the AWS us-east-1 outage How to Connect Google Colab to Runpod
Easily Backup and Restore Using Runpod Cloud Sync and Bac...
Zhen Lu · 2022-06-26 · via Runpod Blog.

While Runpod offers persistent volume storage for your pods, we understand that many users would like to have a cloud backup in order to avoid idle storage charges or to be able to move their work to a new pod if the need arises. Runpod Cloud Sync offers several integrations with cloud storage providers like AWS S3, Google Cloud Buckets, and Azure Blob Storage. In this blog post, I'll go through the simple steps to achieve a cloud backup using the Backblaze B2 cloud storage service, as it is very affordable and easy to use.

First, you'll need to create a bucket in Backblaze B2. You can do this by logging into your Backblze account and going to the 'Buckets' tab. Click on 'Create a Bucket', give it a name, and select the location for your data. Then click 'Create Bucket'.

Backblaze bucket creation screen

Once your bucket has been created, you'll need to generate an account key. This will be used by Runpod to authenticate with Backblaze B2. To do this, go to the 'Account' tab and click on 'App Keys'. Then click 'Add a Key'. Give it a name and select the 'Read/Write' capability. Then click 'Create Key'.

Backblaze app key creation screen

You'll then be given a key ID and an application key. Copy these down, as you'll need them in the next step.

Next, you'll need to go to your "My Pods" dashboard in Runpod. Here, you will want to click on the running Pod that you want to sync, and then choose the "Cloud Sync" button. You will then be presented with several integration options. Choose the Backblaze B2 option for this tutorial. In this case, I will be downloading from my bucket, but you can upload from your pod as well. Put in the keyID and applicationKey that you copied in the previous step as well as the bucket name that you chose in step 1. You can target specific folders in your pod as well as in your bucket by altering the paths. For example, you could choose runpod-cloud-sync/myFolder if you have a folder in your B2 bucket named myFolder, or /workspace/myStuff if you have a folder named myStuff in your pod.

Once you're satisfied with your settings, you can click the Copy button and it'll start the transfer. If you need to debug your transfer, you can click on the "Debug" button on the right to get some logs to help you figure out what is going on. In this example, I just copied a 1.5MB notebook file from my bucket to the pod. You can do the reverse to backup whatever folder you like from your pod to Backblaze!

Your workflow can then be:

1) Start a new pod

2) Download sync your B2 bucket folder to your pod

3) Do your thing

4) Afterwards, upload sync your pod folder to your B2 bucket

5) Feel free to exit, then terminate your pod!

Of course, you are always welcome to keep your volume storage saved on your exited pod, but B2 is a cheaper alternative if you don't mind taking a few extra steps and your data is relatively small.

I hope that this helps anyone looking to easily backup and restore their custom pod data!

Author profile: Zhen Lu