• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by Jason_Hilton

  1. J

    Feature Request: OneDrive & Google Drive support for backups

    While this isn't Google Drive per say, I wrote this script that runs as a cron job to backup and upload to Google Cloud Storage. (It's cheaper than drive, as low as 1 penny per GB) http://talk.plesk.com/threads/how-to-backup-to-google-cloud-storage.332571/
  2. J

    MYSQL 1,6gb backup HELP!

    Have you tried using mysqldump from SSH? Does it produce larger backups?
  3. J

    How To: Backup to Google Cloud Storage

    Hey Guys, Hope this is helpful to someone. My Plesk server runs on Google Compute Engine, and backups to a Google Cloud Storage Bucket via this script: #!/bin/bash export BOTO_CONFIG="/path/to/.boto" # Create the backups appending YYMMDD to the end of the file name. mysqldump databasename -u...
  4. J

    Plesk 12.5 preview feedback thread

    The demo link seemed to be dead again, but I spun up a VM to check it out. ;) Thoughts at first glance: I LOVE the new theme/left hand nav bar, incremental backups is a huge improvement, the log browser is also a nice touch. Question: Any plans for incremental backups to cloud storage or is...
  5. J

    Plesk 12.5 preview feedback thread

    The demo server seems to not be loading. :(
  6. J

    MYSQL 1,6gb backup HELP!

    Size in phpmyadmin: Uncompressed + Overhead Size in backup: Compressed - Overhead
Back
Top