The only way to restore files from an image is to recreate a Droplet or volume from the image and copy the flies from there.
Why is my snapshot's size different from reported disk usage?
Validated on 19 Mar 2024 • Last edited on 18 Mar 2026
Snapshots of Droplets are a best estimate based on the disk usage. Snapshots of volumes operate at the block storage level, so the snapshot size may not match what the filesystem reports.
The filesystem may not immediately mark blocks as unused, which makes the block storage system include them in snapshots even though they don’t contain data.
You can trim or discard unused blocks to make volume snapshots smaller and therefore less expensive. Configuring periodic fstrim. You can also mount volumes with the discard option, which helps ensure that the block storage system knows which blocks are used and which are not.
Related Topics
You cannot downsize a Droplet from a snapshot. Data is not always stored sequentially in memory, so reducing the size of a disk can result in data loss or corruption.
This error happens when the Droplet you’re trying to restore no longer exists, so try creating a new Droplet from the snapshot instead.