---
title: "Deploy Railway volume dump"
description: "Easily download your Railway volume data as a ZIP file."
category: "Storage"
url: https://railway.com/deploy/EBwdAh
---

# Deploy Railway volume dump

Easily download your Railway volume data as a ZIP file.

**[Deploy Railway volume dump on Railway](https://railway.com/template/EBwdAh)**

- **Creator:** Apps Forest
- **Category:** Storage
- **Total deploys:** 162

## Template content

### railway-volume-dump

- **Source:** hello-aurora/railway-volume-dump
- **Public domain:** Yes

## Documentation

# Railway volume dump

Easily download your Railway volume data as a ZIP file.

## Usage

1. Mount volume

You will first need to "disconnect the volume" from the original service you want to dump the volume from, and "mount" it to this service.

2. Run `curl` command

The following `curl` command will download a ZIP file on your machine, replace `GENERATED_ENDPOINT` and `GENERATED_PASSWORD` with the generated values from this service.

```bash
curl -OJ https://GENERATED_ENDPOINT -H "password: GENERATED_PASSWORD"
```

3. Re-mount volume

Once you have downloaded the ZIP file, you can re-mount the volume to the original service.

## Notes

- The template will automatically pick up your volume path and name.
- Downloading the ZIP file will occur egress fees.
- Check the service deploy logs for progress and additional information.

## Similar templates

- [Garage S3 Storage](https://railway.com/deploy/garage-s3-storage) — Ultra-light S3 server: fast, open-source, plug-and-play.
- [Redis](https://railway.com/deploy/redis-1) — Self Host Latest Redis with Railway
- [EasyImg](https://railway.com/deploy/easyimg) — Simple self-hostable Nuxt.js personal image hosting system.

Open this page in a browser: https://railway.com/deploy/EBwdAh
