Results 1 to 8 of 8

Thread: How can restore only a particular file in Cpanel

  1. #1
    Join Date
    Apr 2010
    Posts
    77

    How can restore only a particular file in Cpanel

    In cpanel / file manager, I think I have to delete some files that are on me abroad. i.e., I do not know me what they are. Usually I'm cautious but there mistake. In cpanel how to restore to its original state, or at least to flatten the file manager. because if I have seen, we need some of these files to publish his website. Please kindly help me. Thanks in advance.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: How can restore only a particular file in Cpanel

    check the steps:
    - Open your phpMyAdmin by clicking the icon in cPanel. In the left menu, click the database you want to save;
    - Click the Export tab on the right side;
    - Make sure that you choose to export the entire database, not just a table. All tables must be included in the export list, and you can choose the backup you want to do;
    - Select "SQL" as the output format, select "Structure" and "Add AUTO_INCREMENT". Select "join the table and field name with backquote. Select "DATE" and check "hex binary field. Define the type of export (export type) for "INSERT".
    - Select "Save as file" (Submitted) not to change the file name, and the use of compression you want. Click OK to download your backup.

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: How can restore only a particular file in Cpanel

    Restoring a backup of MySQL database using phpMyAdmin
    - To restore a backup, click the SQL tab;
    - On the "SQL", uncheck the Show SQL query;
    - Paste the contents of the backup of your database;
    - Click on Run;
    Otherwise, you can go to the Import tab and select the file you want to restore, and then click Run.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: How can restore only a particular file in Cpanel

    You can also create a backup of your MySQL database, using SSH
    - If you have a shell access on your hosting account, you can easily back up your database with the following command:
    Code:
     Mysql-u username-p database_name> filename.sql
    Where:
    username = root or user with privileges to make the backup;
    database_name = the name of the database you want to create;
    filename = name of output file with sql extension.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How can restore only a particular file in Cpanel

    You can restoring a backup of MySQL using SSH. Check the command.

    Code:
     Mysql-u username-p database_name <filename.sql
    Where:
    username = root or user with privileges to restore the backup;
    database_name = the name of the database you want to insert data;
    filename = name of input file with sql extension;
    Note: When you backup or restore using SSH, you must first create the database before executing the command, otherwise it will not work.

  6. #6
    Join Date
    Nov 2005
    Posts
    1,323

    Re: How can restore only a particular file in Cpanel

    To restore a full backup of files, simply drag the file (usually with the name or usuario.tar.gz cpmove-usuario.tar.gz) in / home (or / usr / home / web / home2, / home3, / root, / usr if applicable). Access to WHM cPanel (hosting manager) and click "Restore FullBackup / cpmove file" in the backup. Enter the username of the account you want to restore the field after the text "Enter the username for the account you want to restore. Finally, click the "Restore" button and wait for the process.

  7. #7
    Join Date
    Feb 2010
    Posts
    125

    Re: How can restore only a particular file in Cpanel

    The administrator can connect via SSH as root and type the following command: / Scripts / restorepkg username No need to create the account beforehand, because when you restore a full backup file, the account is automatically created and all your data and settings returned to their posts. It is not necessary to decompress the file before running this command.

  8. #8
    Join Date
    Jan 2012
    Posts
    1

    idea Re: How can restore only a particular file in Cpanel

    I apologize in advance for the bouncing.
    But I'm sure my response will give you all an excellent solution to that issue.

    There is a new cPanel plugin that allows cPanel users to restore their own files from system local backups that is called Restore Manager.



    Regards
    Last edited by Maqbool; 02-01-2012 at 10:50 AM. Reason: External Links Not Allowed, Removed The Same.

Similar Threads

  1. Enable users to restore server backups in cPanel
    By Delgado in forum Operating Systems
    Replies: 6
    Last Post: 18-06-2010, 03:37 AM
  2. File not Uploaded issue on CPanel, Virus Detected
    By Nilakshi in forum Software Development
    Replies: 6
    Last Post: 15-06-2010, 04:33 AM
  3. How to restore cPanel on your dedicated server
    By Appaji in forum Networking & Security
    Replies: 6
    Last Post: 11-05-2010, 09:55 AM
  4. Restore Full Backup in cPanel
    By dalsandhu in forum Networking & Security
    Replies: 3
    Last Post: 21-05-2009, 07:18 PM
  5. i cant seem to get in to this restore file
    By Bleep in forum Networking & Security
    Replies: 2
    Last Post: 21-02-2009, 05:30 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,656,750.53485 seconds with 17 queries