Skip to main content

Introduction to Storages

Storages are the destinations where Pluton saves your backup data. Understanding and configuring storages is essential before creating backup plans.


What is a Storage?

A storage in Pluton represents a destination location where your backup snapshots and data are stored. This can be local storage (disks attached to your server) or remote cloud storage (AWS S3, Google Drive, Dropbox, etc.).

Each storage configuration includes:

  • Connection details (credentials, endpoints)
  • Storage type and provider information
  • Default paths and settings
  • Access permissions and authentication

Supported Storages

Pluton uses Rclone for storage connections, supporting over 100 storage providers. Pluton also provides access to Local Storage — the drives attached to the server where Pluton is installed — which is available without any configuration.

StorageWebsiteRcloneConfig
1Fichier1fichier.comDocsConfig
Akamai Netstorageakamai.comDocsConfig
Alibaba Cloud (Aliyun) OSSalibabacloud.comDocsConfig
Amazon S3aws.amazon.comDocsConfig
Arvan Cloud Object Storage (AOS)arvancloud.irDocsConfig
Backblaze B2backblaze.comDocsConfig
Boxbox.comDocsConfig
Cephceph.comDocsConfig
Citrix ShareFilesharefile.comDocsConfig
Cloudflare R2cloudflare.comDocsConfig
DigitalOcean Spacesdigitalocean.comDocsConfig
Dreamhostdreamhost.comDocsConfig
Drimedrime.cloudDocsConfig
Dropboxdropbox.comDocsConfig
FileLu Cloud Storagefilelu.comDocsConfig
Filenfilen.ioDocsConfig
Files.comfiles.comDocsConfig
FTPwikipedia.orgDocsConfig
Gofilegofile.ioDocsConfig
Google Cloud Storagecloud.google.comDocsConfig
Google Drivegoogle.com/driveDocsConfig
Google Photosgoogle.com/photosDocsConfig
HDFShadoop.apache.orgDocsConfig
HiDrivestrato.deDocsConfig
HTTPwikipedia.orgDocsConfig
Huawei OBShuaweicloud.comDocsConfig
IBM COS S3ibm.comDocsConfig
IDrive e2idrive.comDocsConfig
Internet Archivearchive.orgDocsConfig
Internxtinternxt.comDocsConfig
IONOS Cloudcloud.ionos.comDocsConfig
Jottacloudjottacloud.comDocsConfig
Koofrkoofr.euDocsConfig
Leviia Object Storageleviia.comDocsConfig
Liara Object Storageliara.irDocsConfig
Linkboxlinkbox.toDocsConfig
Linode Object Storagelinode.comDocsConfig
Magalumagalu.cloudDocsConfig
Mail.ru Cloudcloud.mail.ruDocsConfig
MEGAmega.nzDocsConfig
Microsoft Azure Blob Storageazure.microsoft.comDocsConfig
Microsoft Azure Files Storageazure.microsoft.comDocsConfig
Microsoft OneDriveonedrive.live.comDocsConfig
Miniominio.ioDocsConfig
Nextcloudnextcloud.comDocsConfig
OpenDriveopendrive.comDocsConfig
OpenStack Swiftdocs.openstack.orgDocsConfig
Oracle Object Storageoracle.comDocsConfig
Outscaleoutscale.comDocsConfig
ownCloudowncloud.orgDocsConfig
pCloudpcloud.comDocsConfig
Petaboxpetabox.ioDocsConfig
PikPakmypikpak.comDocsConfig
Pixeldrainpixeldrain.comDocsConfig
premiumize.mepremiumize.meDocsConfig
Proton Driveproton.meDocsConfig
put.ioput.ioDocsConfig
QingStorqingcloud.comDocsConfig
Qiniu Cloud Kodoqiniu.comDocsConfig
Quatrix by Maytechmaytech.netDocsConfig
RackCorp Object Storagerackcorp.comDocsConfig
Scalewayscaleway.comDocsConfig
Seafileseafile.comDocsConfig
Seagate Lyve Cloudseagate.comDocsConfig
SeaweedFSgithub.com/seaweedfsDocsConfig
Selectelselectel.ruDocsConfig
SFTPwikipedia.orgDocsConfig
Shadeshade.incDocsConfig
Siasia.techDocsConfig
SMB / CIFSwikipedia.orgDocsConfig
Storjstorj.ioDocsConfig
SugarSyncsugarsync.comDocsConfig
Synologyc2.synology.comDocsConfig
Tencent Cloud COScloud.tencent.comDocsConfig
Uloz.touloz.toDocsConfig
Wasabiwasabi.comDocsConfig
WebDAVwikipedia.orgDocsConfig
Yandex Diskdisk.yandex.comDocsConfig
Zoho WorkDrivezoho.comDocsConfig

Storage Features

Each storage type supports different capabilities:

Common Features:

  • Upload and download files
  • Create and delete folders
  • List directory contents
  • Verify connectivity

Advanced Features (vary by provider):

  • Purge - Delete entire folders efficiently
  • Copy/Move - Transfer files between locations
  • About - Query storage space and usage
  • Link Sharing - Generate public download links
  • Cleanup - Remove old or temporary files

Pluton automatically detects and utilizes available features for each storage type.


Storage Organization

Storage List

The Storages page displays all configured storage destinations:

  • Local Storage - Pre-configured and always available
  • Cloud Storages - Remote destinations you've added

Each storage shows:

  • Provider name and icon
  • Custom storage name
  • Number of backup plans using it
  • Total storage used

Storage Management

What You Can Do:

  • Add new cloud storage destinations
  • Verify storage connectivity
  • Edit storage configurations
  • Remove unused storages
  • Organize with tags
  • Monitor storage usage

What You Cannot Do:

  • Edit or remove Local Storage (system-managed)
  • Change storage type after creation
  • Merge multiple storages

Getting Started

Option 1: Start with Local Storage

  1. No configuration needed - it's already available
  2. Create your first backup plan
  3. Select "Local Storage" as the destination
  4. Specify a path on your local drives or external storage
  5. Start backing up immediately

Example paths:

  • /backups/documents - Linux/Mac
  • E:\Backups\Photos - Windows external drive
  • /mnt/nas/backups - Network storage

Option 2: Add Cloud Storage

  1. Navigate to the Storages page
  2. Click "+ New" to add a storage
  3. Select your cloud provider
  4. Enter credentials and configuration
  5. Verify the connection
  6. Use in backup plans
Storage Name Cannot be Changed

Note that storage name cannot be changed once it has been created. The storage name is used as rclone storage config. When its changed, your restic backup repos won't be accessible anymore.