If you put .tgz as an extension to the requested backup file for backups, you get this:

Executing: tar -C /var/hostmaster/drupal-6.12/sites/hostmaster.koumbit.net -p -c -f /var/hostmaster/hostmaster.tgz .
gzip /var/hostmaster/hostmaster.tgz [8.983 sec]                         [notice]
Executing: gzip /var/hostmaster/hostmaster.tgz
  gzip: /var/hostmaster/hostmaster.tgz already has .tgz suffix -- unchanged

And then the .tgz is not really a .tgz, but a .tar:

$ file ~/hostmaster.tgz
/var/hostmaster/hostmaster.tgz: POSIX tar archive (GNU)

Comments

anarcat’s picture

Status: Active » Fixed

Fixed in CVS.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit f957768 on debian, dev-dns, dev-envobject, dev-koumbit, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, dev-newhooks, dev-nginx, dev-platform_management, dev-ports, dev-purgebackup, dev-restore, dev-services, dev-simplerinstaller, dev-site_rename, dev-ssl, dev_716166_apache_conf, dev_dns, dev_server_verify, prod-koumbit, ssl, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x authored by anarcat:
    #559454 - backup using gzip only when relevant