Best way to fully backup a WordPress site??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CaptainHowdy
    Too lazy to set a custom title
    • Dec 2004
    • 94744

    #1

    Best way to fully backup a WordPress site??

    Any help/hints is much appreciated ...
  • Smack dat
    So Fucking Banned
    • Jul 2016
    • 4613

    #2
    Don't know. I have 300 of the damn things spread over 4 servers.
    I didn't back up for years.

    Comment

    • HomerSimpson
      Too lazy to set a custom title
      • Sep 2005
      • 13826

      #3
      If you have cPanel powered hosting - just backup the entire account.

      Otherwise use All-in-One WP Migration plugin. This can easily backup and restore entire WP site. It can backup to File (zip), remote FTP, Dropbox, Google Drive, Amazon S3, OneDrive, Box... Amazing plugin and super easy to use...
      Make a bank with Chaturbate - the best selling webcam program
      Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

      PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:

      Comment

      • Smack dat
        So Fucking Banned
        • Jul 2016
        • 4613

        #4
        Originally posted by HomerSimpson
        If you have cPanel powered hosting - just backup the entire account.

        Otherwise use All-in-One WP Migration plugin. This can easily backup and restore entire WP site. It can backup to File (zip), remote FTP, Dropbox, Google Drive, Amazon S3, OneDrive, Box... Amazing plugin and super easy to use...
        Space is an issue.

        Comment

        • CaptainHowdy
          Too lazy to set a custom title
          • Dec 2004
          • 94744

          #5
          Originally posted by HomerSimpson
          If you have cPanel powered hosting - just backup the entire account.

          Otherwise use All-in-One WP Migration plugin. This can easily backup and restore entire WP site. It can backup to File (zip), remote FTP, Dropbox, Google Drive, Amazon S3, OneDrive, Box... Amazing plugin and super easy to use...
          That was truly helpful! Thanks !

          Comment

          • robwod
            Confirmed User
            • Nov 2005
            • 2540

            #6
            Use a cron job with tar and mysqldump to back up and dump everything nightly. If space is an issue, use a tool like rsync to store incremental backups on a remote storage location.

            Once you set it up, it's entirely automated every single night and you can certainly do it for multiple servers (rsync can handle numerous servers, but best to set up keys for it).

            Similarly with upgrades. You can store all your plugins and themes on a single location and then just use rsync and wget / cron to download a fresh copy of wordpress each night, and push it out to your existing sites, regardless of server. Same with plugins and themes. This will ensure you always have the freshest files each day.

            To that end, you'd either need ssh access, the ability to create cronjobs and, ideally, a bash file that can execute all the stuff you want to do via cronjob, or you'd need to ask your host to set it up for you. It's quite straightforward.
            NSFW

            Comment

            • Manfap
              Confirmed User
              • Jan 2013
              • 2626

              #7
              https://updraftplus.com/ does a good job.

              Comment

              • j3rkules
                VIP
                • Jul 2013
                • 22111

                #8
                If you are using Cpanel you can download all the files in a zip. Updraftplus is a great software to use too.

                Comment

                • lock
                  Confirmed User
                  • Jul 2003
                  • 5065

                  #9
                  i use plugins like this https://en-au.wordpress.org/plugins/wp-exporter/
                  And just save the main index php files header and footer etc the rest can be created click of button on new directory in a flash. (one click installs)
                  Traffic.Tools - 40+ Free Tools
                  Free.Marketing - 150+ Free Tools
                  Submission.Tools
                  - 20+ Free Tools

                  Comment

                  • Pryda
                    Confirmed User
                    • Dec 2005
                    • 906

                    #10
                    https://wordpress.org/plugins/backwpup/

                    The backup plugin BackWPup can be used to save your complete installation including /wp-content/ and push them to an external Backup Service, like Dropbox, S3, FTP and many more, see list below. With a single backup .zip file you are able to easily restore an installation. Please understand: this free version will not be supported as good as the BackWPup Pro version. With our premium version you get first class support and more features.

                    Database Backup (needs mysqli)
                    WordPress XML Export
                    Generate a file with installed plugins
                    Optimize Database
                    Check and repair Database
                    File backup
                    Backups in zip, tar, tar.gz, tar.bz2 format (needs gz, bz2, ZipArchive)
                    Store backup to directory
                    Store backup to FTP server (needs ftp)
                    Store backup to Dropbox (needs curl)
                    Store backup to S3 services (needs PHP 5.3.3, needs curl)
                    Store backup to Microsoft Azure (Blob) (needs PHP 5.3.2, curl)
                    Store backup to RackSpaceCloud (needs PHP 5.3.2, curl)
                    Store backup to SugarSync (needs curl)
                    PRO: Store backup to Amazon Glacier (needs PHP 5.3.3, curl)
                    PRO: Store backup to Google Drive (needs PHP 5.3.3, curl)
                    Send logs and backups by email
                    Multi-site support only as network admin
                    Pro version and support available – BackWPup Pro
                    Babepedia

                    Comment

                    • anexsia
                      Confirmed User
                      • May 2010
                      • 5735

                      #11
                      I use automysqlbackup which makes daily,weekly,monthly mysql database backups of all my Wordpress databases and then I rsync /var/www to my backup servers.

                      Comment

                      • Barry-xlovecam
                        It's 42
                        • Jun 2010
                        • 18083

                        #12
                        Backup -- for what?

                        Site disruption/crisis use the plugin

                        Server failure use rsync and mysqldump to a remote back up.

                        Comment

                        • topadult
                          Confirmed User
                          • Jun 2015
                          • 507

                          #13
                          Originally posted by Pryda
                          https://wordpress.org/plugins/backwpup/

                          The backup plugin BackWPup can be used to save your complete installation including /wp-content/ and push them to an external Backup Service, like Dropbox, S3, FTP and many more, see list below. With a single backup .zip file you are able to easily restore an installation. Please understand: this free version will not be supported as good as the BackWPup Pro version. With our premium version you get first class support and more features.

                          Database Backup (needs mysqli)
                          WordPress XML Export
                          Generate a file with installed plugins
                          Optimize Database
                          Check and repair Database
                          File backup
                          Backups in zip, tar, tar.gz, tar.bz2 format (needs gz, bz2, ZipArchive)
                          Store backup to directory
                          Store backup to FTP server (needs ftp)
                          Store backup to Dropbox (needs curl)
                          Store backup to S3 services (needs PHP 5.3.3, needs curl)
                          Store backup to Microsoft Azure (Blob) (needs PHP 5.3.2, curl)
                          Store backup to RackSpaceCloud (needs PHP 5.3.2, curl)
                          Store backup to SugarSync (needs curl)
                          PRO: Store backup to Amazon Glacier (needs PHP 5.3.3, curl)
                          PRO: Store backup to Google Drive (needs PHP 5.3.3, curl)
                          Send logs and backups by email
                          Multi-site support only as network admin
                          Pro version and support available ? BackWPup Pro
                          I use this plugin too.
                          It works great!
                          Looking for adult SEO service that works? Click here for more infos ;)

                          Email: pro.topadult at gmail dot com
                          Skype: protopadult
                          ICQ: 690852277 (rarely use)

                          Comment

                          • CaptainHowdy
                            Too lazy to set a custom title
                            • Dec 2004
                            • 94744

                            #14
                            Thanks, guys !

                            Comment

                            Working...