Search

smyles tools

GetWebsiteIP.com

Recent GitHub Activity

@tripflex tripflex commented on Unstructured-IO/unstructured-api#522 · July 24, 2025 16:16
@tripflex tripflex commented Jul 24, 2025

Awesome, thank you for the fast response!

@tripflex tripflex opened an issue in Unstructured-IO/unstructured-api · July 23, 2025 22:13
unstructured_api ERROR Unknown model type: chipper (chipper removed) #522

Describe the bug README mentions beta for chipper model, error thrown when attempting to use it. Has this model been removed and closed source? Aba…

@tripflex tripflex commented on Unstructured-IO/unstructured-api#488 · July 23, 2025 22:10
@tripflex tripflex commented Jul 23, 2025

@XUANYUANRuins doing some of my own due diligence, it seems like they may have abandoned chipper model or decided to remove it from being open sour…

@tripflex tripflex opened an issue in Unstructured-IO/unstructured-api · July 23, 2025 21:54
Slack link no longer valid #521

Slack link in README.md is outdated and no longer works: This link is no longer active To join this workspace, you’ll need to ask the person who or…

@tripflex tripflex commented on Unstructured-IO/unstructured-api#488 · July 23, 2025 21:51
@tripflex tripflex commented Jul 23, 2025

@Roalkege

Featured Downloads

  • Skrillex and Zedd Transparent PSD (4015 downloads)
  • Serato to Traktor SSL Database Importer for Mac OSX (3718 downloads)
  • McAfee Network Discovery for Microsoft Sharepoint (4487 downloads)
  • Serato to Traktor SSL Database Importer for Windows (3865 downloads)
  • XBMC rtmpGUI Plugin (4489 downloads)

Recent Comments

PressRelease.cc

Wow, exceptional and complete

keshav gaur

What if the target machine requries port?

Just Facts

One snag with the docker install of plex. For

Popular Posts

Ubuntu End of Life Package Repository
21 Jul , 2014

How to fix Ubuntu/Debian apt-get 404 Not Found Package Repository Errors (Saucy, Raring, Quantal, Oneiric, Natty…)

Ajenti V
14 Feb , 2014

How to setup a WordPress PHP site with Nginx, PHP5-FPM, and MySQL using Ajenti V with working Permalinks

Plex Media Server
18 Nov , 2013

How to move Plex metadata and index data to new drive/partition and/or directory location

Bunch of Flash Drives
28 Mar , 2013

Tutorial How to build the Ultimate Bootable Custom USB Flash Drive with Multiple ISOs for Windows, Linux, Etc, and PortableApps for Windows Desktop.

D-Link Boxee Box
05 Dec , 2013

How to obtain root, install and run XBMC on D-Link Boxee Box

16 Oct , 2012

Samsung Galaxy III (S3) GT-I9300 JTAG Leaked Document. How to repair soft bricked Galaxy S3.

Git’n Busy

  • Github
  • GitTip

Tags

Android apache apt-get backup bash Container cPanel Database debian DNS Download email Errors files footer ftp Git install jQuery linux mac Mail MySQL node open source OpenVZ output php Plex plugin Popup proxmox Remove s3 script server ssh suphp Ubuntu Unmount Update upgrade whmcs Windows wordpress
Code and Tech Junkie
  • Menu
  • About
  • Plugins
  • Downloads
  • Contact
  • Github
  • GitTip

How to restore a BlueHost backup on another cPanel server (convert to default backup/restore format)

30 Dec , 2013 2 Comments Standard Post
BlueHost cPanel Backup

If you have had the joy of trying to move away from BlueHost, or HostGator (may be others as well), you have found out that their fully backups do not restore easily on another cPanel server. This is because BlueHost and HostGator have modified the structure of the backup to, in my opinion, make it harder for you to move away from them. Well, I recently ran into this issue with a customer who was moving over, but luckily it’s very easy to fix…

Now I know this will work for BlueHost backups (as of 12/30/2013), but not sure about HostGator or others.  When you download the full backup the structure should have the homedir in the root of the tar file, as well as a bunch of other directories such as dnszones, userdata, userconfig, etc.  As long as you see those in that root directory of the backup this method should work for you.

Assuming you’re on a linux computer (or the backup has been uploaded to a linux server), you will need to create a new directory, extract the backup file to the new directory, then recreate the backup tar file with a new directory structure.

So assuming our backup file is backup-12.30.2013.tar, first create a new directory to extract to:

Shell
1
mkdir /home2/backuptmp

Next change to the directory we created and extract the backup file contents

Shell
1
cd /home2/backuptmp && tar -xvf backup-12.30.2013.tar

Once this is complete we’re going to use the “cpmove-theuser.tar” naming structure for our file, so let’s go back to the /home2 directory and change the name of our backuptmp directory.  Make sure you replace “theuser” with the username this backup was created for!

Shell
1
cd /home2 && mv /home2/backuptmp /home2/cpmove-theuser

Now we just need to create a tar from that directory, and you should be able to restore it through WHM…

Shell
1
tar -cvf cpmove-theuser.tar cpmove-theuser

As you can see, all we had to do was move the entire backup folder structure into a “cpmove-username” directory inside the backup.  My assumption is cPanel looks for this directory in the root of the compressed backup, and if it doesn’t exist it will error out and not restore.   Hopefully this helps someone else out as I could not find anything about this online and had to test and figure it out myself … good luck!

If you have problems through WHM, you can always try to restore with cPanel through SSH using this command:

Shell
1
/scripts/restorepkg theuser

Profit!

#backup #bluehost #cPanel #cpmove #move account #restore #transfer
Share

Myles

Orlando, FL

Did this post help you?

Give back and rate it for me!

Related Posts

22 Dec , 2017

Setting ArduinoJson value from C++ STL Containers (std::vector, std::array, etc)

CloudFlare EasyApache4 Problems
07 Nov , 2017

CloudFlare mod_cloudflare WHM EasyApache4 CloudLinux Cannot load modules/mod_cloudflare.so

WordPress Login Form wp-login.php
19 Jan , 2017

How to block wp-login.php brute logins with cPanel, mod security, and ConfigServer Firewall

16 Dec , 2016

How to fix Mac OSX stuck/hanging on progress bar after login

  • john banda

    these commands you are doing how and where are you doing them? hopefully you see this soon.

    • Myles McNamara

      Through SSH on the server … this is assuming you have root access to the server. You could also just do this on a linux machine, and then upload the file to the server

expert-button

(C) 2014 Myles McNamara