[[TranslatedPages]] [[PageOutline]] = How can I backup my own data? = Even though [https://support.mayfirst.org/wiki/faq/data-backup May First/People Link backs up your data] to both an onsite and offsite backup server, you are still encouraged to a backup your own data regularly. == What should I backup? == After logging into your account using either [wiki:faq/files/sftp sftp] or [wiki:faq/security/secure-shell ssh], you should see a directory named after your domain name, e.g. mayfirst.org. In that directory you will see: * backups: contains daily database dumps. You should include this directory in your backup. * bin: contains scripts to launch PHP for php-enabled web site, usually not modified by members. You should include this directory in your backup. * cgi-bin: default location for perl, python and other web-site scripts, usually not used by members. You should include this directory in your backup. * include: location for optional configuration files for your web site. You should include this directory in your backup. * logs: access and error logs for your web site. You may optionally include this location in your backup. * users: user email and personal data. You should not include this directory in your web backup since the user that can access your web data may not have persmission to read data in your user directory. * web: contains all your web site files. You should include this directory in your backup. == How should I back it up? == === Secure FTP === The simplest method for backing your data is to manually and periodically use [wiki:faq/files/sftp an Secure FTP client] to copy that data from the server to your desktop. This is simple and it's easy to confirm that it is complete. However, it requires that you remember to run it regularly. === Automated systems === [https://sites.google.com/site/thebackupmonkey/home Bonkey is a free/open source program for Windows and Macintosh] [http://www.techdrivein.com/2010/12/top-5-open-source-backup-software-for.html Several programs are available for Linux as well.] == Backup and Migrate == If you are using Drupal, you can install the [DrupalModule:backup_migrate Backup and Migrate]. If you are using WordPress, there is [https://codex.wordpress.org/WordPress_Backups excellent documentation on setting up backups].