The Backup feature in VoltageGPU provides automated, scheduled backups of your pod data to ensure your important files are protected even if your rental container disappears unexpectedly.
If your rental machine disappears without notice due to hardware failure, network issues, or other unexpected events, you could lose all your work immediately. This includes:
VoltageGPU's backup feature mitigates this risk by:
Regular backups run automatically based on your configuration.
Backups are stored in AWS S3 with enterprise-grade security.
Configure how long backups are kept to balance cost and safety.
Simple restoration process when you need to recover data.
You'll need to specify three key parameters:
The directory path that will be zipped and uploaded to cloud storage.
# Valid Examples ✅
/root # Entire volume mount
/root/models # Subdirectory of /root
/root/checkpoints # Training checkpoints
/root/project/data # Nested subdirectory
# Invalid Examples ❌
/home/user/documents # Not under /root
/tmp/backup # Temporary directory
/var/log # System directoryHow often the backup job runs:
How long backups are kept before automatic cleanup:
VoltageGPU uses a transparent, pay-as-you-use billing model for backups:
Yes, but consider the cost implications. It's more efficient to backup only critical directories rather than entire volumes.
Failed backups are logged in your backup history. The system will retry on the next scheduled run. Check the backup logs for specific error details.
Currently, backups run on the configured schedule. Manual triggering may be added in future updates.
Backup storage costs continue even when pods are stopped because your backups remain available in cloud storage for the full retention period.
Backups use standard ZIP compression, which provides a good balance of compression ratio and compatibility.
Yes, backup restoration is not tied to specific pods. You can restore backups to any pod with sufficient storage space.
Configure automated backups and never lose your work again.