Skip to: site menu |main content

Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.

Advertisements

Contact me to place your Ads Here..

Powered by Drupal, an open source content management system

Syndicate

Syndicate content

shell

Create And Extract tar Archive from SSH Linux Drupal

Script and steps can be  used for BUllk Database and directory transfer from one host to another. NOrmaly used for Site transfer.

Create Directory Archive:

CReate archive of current directory to sitesbk.tar file:

$tar cvf /home/indersingh/public_html/sitesbk.tar .

Extract Tar file to directory:

how to Install a module or theme on the Linux shell command line

   1)Copy the module download link. Normaly ending with .gz.  In a Web browser, go to the module's page at drupal.org , right-click the Download link for the version you want, and copy the link location.
   2) In an SSH goto module folder of drupal
      cd www/sites/all/modules

Syndicate content

Back to top