Archive for the 'server' Category

mysqldump

Wednesday, February 6th, 2008

Name
mysqldump – a database backup program
Synopsis

mysqldump [options] [db_name [tbl_name ...]]

Description
The mysqldump client is a backup program originally written by Igor Romanenko. It can be used to dump a database or a collection of databases for backup or for transferring the data to another SQL server (not necessarily a MySQL server). The dump contains SQL statements [...]

linux/ unix rm command

Tuesday, February 5th, 2008

Linux / Unix rm command

Quick links
About rm
Syntax
Examples
Related commands
Unix main page
About rm
Deletes [...]

tar command

Sunday, February 3rd, 2008

About tarCreate tape archives and add or extract files.
Syntax
tar c [ bBeEfFhiklnopPqvwX [ 0-7 ] ] [ block ] [ tarfile ] [ exclude-file ] {-I include-file | -C directory [...]