Manually cpanel restore Print

  • jetbackup restore
  • 78

  1. Login to the backup directory.
  2. Move the backup file [snap.1] into a new folder named backup within the same directory.
  3. Use the following command to move the contents of snap.1 to the backup folder:
    # cp -av snap.1/* ./backup
  4. Compress the entire ./backup directory using the following command:
    # tar -czvf jetbackup5-{USER}.tar.gz backup
  5. Transfer the compressed jetbackup5-{USER}.tar.gz file to the main server’s /home directory.
  6. Then, run the following restore command:
    jetbackup5 --restorepkg jetbackup5-{USER}.tar.gz -v

Was this answer helpful?

« Back

Leave a Message
We are currently offline.