Backup

From miki
Revision as of 04:34, 29 September 2016 by Mip (talk | contribs)
Jump to navigation Jump to search
  • /home directory
  • /etc directory
  • /usr/local directory
  • /root directory

In addition:

  • Get a copy of crontab (although they are in /var. For each user:
crontab -l
  • Copy all mysql database (although they are in /var and /etc.
sudo su -
mysqldump -u root -p --all-databases > mysql-$hostname.dump