Linux Server and Workstation Configuration How To

  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • red color
  • green color
Home
Backup
Tags: [Export, Backup, Dump, MySQL, Database]  ...
Tags: [Backup, MySQL, Database]  ...
Tags: [backup, MySQL, database]  ...
... Size /dev/ad1s1a may be greater than /dev/ad0s1a. Create a temporary folder and subfolders: mkdir /backup mkdir /backup/root mkdir /backup/usr mkdir /backup/var mkdir /backup/tmp Boot ...
5. mv
Command mv Renames files and directories or move them from one directory to another. Syntax mv [options] source destination Options -b creates backup copies of files that are moved or renamed. ...
... file (first create backup of config file). Type gedit /etc/pam.d/gdm or vi /etc/pam.d/gdm Put # before auth required pam_succeed_if.so user != root quiet line, after that file shuold look ...
7. cp
... file. -b creates a backup copy before copying the file. -d copy the link, but not the file pointed to by this reference. -i asks for confirmation before overwriting files. -l creates hard links instead ...
To export a MySQL database into a dump file, simply type the following command syntax in the shell. mysqldump -u username –ppassword database_name > dump.sql Replace username, password, database_name ...
For exporting MySQL database's only the data, use –no-create-info option. The dump will not re-create the database, tables, fields, and other structures when importing. mysqldump -u username -ppassword ...
There are two methods to backup MySQL, first method is by copying all files such have extentions *.frm, *.MYD, and *.MYI, and second is by using mysqlhotcopy utility, this methods are only for MyISAM  ...
Backup the database inevitable cause MySQL server unavailable to applications because when exporting, all tables acquired a global read lock using FLUSH TABLES WITH READ LOCK at the beginning of the dump ...
Mail content text is /tmp/message.txt # mail -s 'Server Status Report' george@example.com -c Jon@example.com < /tmp/message.txt Send Mail With Attachment # !/bin/bash # tar -zcf /tmp/backup.tar.gz ...
... french minitel support 1529/tcp # GNATS cfinger 2003/tcp # GNU Finger ninstall 2150/tcp # ninstall service ninstall 2150/udp # ninstall service afbackup 2988/tcp # Afbackup system afbackup 2988/udp # ...

Useful Links

Friends

Thanks David Ayvazyan for provided useful information and discussions.
www.gnu.am (Armenian Translation)