Skip to main content
You can export data that you store on Compute volumes (boot disks, additional disks and shared filesystems) to local or virtual machines:
  1. Check whether the disk or filesystem is used on any VMs:
    1. In the web console, go to StorageDisks or StorageShared filesystems.
    2. Click on the volume.
    3. Under General, check the Virtual machine value. It lists the VMs that use the volume.
  2. If the disk or filesystem is not used on any VM, attach and mount it to a VM.
  3. Check that you can connect to the VM over SSH.
    • If the VM does not have a public IP address, you have the following options:
    • If you have not created this VM, ask its owner to perform the following steps themselves or add you to the VM as a user.
    • For other connection issues, contact support.
  4. On your local machine, run a tool for copying files, for example, rsync or scp:
    For example, if a VM has the public IP address 195.242.11.11 and you work with it as alice, run the following command to recursively copy the contents of your home directory:
    For more rsync details and parameters, run man rsync.