It's about a Drupal 7 site running on a debian 7 virtual machine instance on Google Compute Engine, deployed by this tutoriel
Actually noting is running because boot/root disk full, MySQL crash ...
root@drpl-gce:/# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 9.9G 9.7G 0 100% /
udev 10M 0 10M 0% /dev
tmpfs 372M 148K 372M 1% /run
/dev/disk/by-uuid/ac75b061-bf43-4298-9234-8a555ab0f9ac 9.9G 9.7G 0 100% /
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 743M 0 743M 0% /run/shm
/dev/sdb 99G 324M 94G 1% /drupal
tmpfs 743M 69M 675M 10% /tmp
I follow this solution with snapshots for both disks, but I lose the drupal dependence in the new instance.
root@drpl-gce-ext:/# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 50G 5.0G 42G 11% /
udev 10M 0 10M 0% /dev
tmpfs 372M 152K 372M 1% /run
/dev/disk/by-uuid/ac75b061-bf43-4298-9234-8a555ab0f9ac 50G 5.0G 42G 11% /
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 743M 0 743M 0% /run/shm
tmpfs 743M 4.0K 743M 1% /tmp
Thank you !