Pick a Free OS
  • user warning: Got error 28 from storage engine query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 109 ORDER BY v.weight, t.weight, t.name in /disk2/freeos/www/test/modules/taxonomy/taxonomy.module on line 632.
  • user warning: Got error 28 from storage engine query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = 'FreeOS_Ver02' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in /disk2/freeos/www/test/modules/block/block.module on line 433.

Using Rsync

This will retrieve all the data from the module "modulename" at the host "hostname" to my local machine. The options -avzrog are used to get the data in an archive(a), verbose(v), recursive(r), preserver permissions(p),preserver owner(o),preserver group(g).

Also for a server to check whether it is running Rsync server or not.

You can put such lines according to your requirement in a file and run through cron.

#rsync hostname.domain::

This will list out all the modules running on the server.

NOTE: The above configurations have been tested on Red hat Linux 6.2 kernel 2.2.14.

For more information please read man rsync, rsyncd.conf