• Resolved sacdawg

    (@sacdawg)


    I’ve set up a daily backup of my wordpress site to my google drive account with plenty of free space. after the daily backup files are transferred to my “UpdraftPlus” folder in google drive, I move them to a another google drive folder that contains dedicated folders for each “daily backup set”. in monitoring these folders, i noticed that the number of files + size varys on a day-to-day basis for no apparent reason.

    yesterday’s back up was [51 ZIP FILES / 19.23 GB]

    the day before was [39 ZIP FILES / 14.61 GB]

    since i don’t make major changes to the site, i’m confused as to why the daily backups would be drastically different on a day-to-day basis. in my updraft dashboard, yesterday’s backup and the day before are both marked as “completed”. when i monitor the dashboard on a daily basis, the most recent backup is always marked “not finished” but the rest of them are marked complete.

    i’m also confused about how the backups are stored in public_html/wp-content/updraft

    the updraft dashboard indicates that i have 62 existing backups and that “web-server disk space” in use is 47.3 GB. I was under the impression that this ‘data size’ reflected the disk space in use by my ‘google drive account’ (since my site backups are all notably less than 47.3 GB).

    and is where it starts confusing me more…

    since i cleared the contents of the “updraftplus” folder in google drive and moved them to a new folder in the drive, my “Updraft Plus” folder is empty. the “updaft wp-content folder} only contains the last 2 backups. i don’t know where the other 60 backups are located since they aren’t in remote or local storage. i had previously had a different google account i was backing up these backups to. after switching to a new google drive account, i transferred all the backups from the old google drive account to a folder in my new google drive account. are those the other 60 backups listed in my updraft dashboard? is there anyway to to see where those 60 backups are actually stored? i may have shuffled around the old backups a few times so i can’t be sure whether they are.

    is there any reason why backups should vary on daily basis? i tried exporting my wordpress site via the built-in export tool, but it doesn’t work. i’m currently using bluehost andi’m prepariing to migrate to new host. based on my experiences with bluehost, i don’t trust that they will have a working current backup to provide me with. therefore at the moment, i can only backup via updraft and i want to make sure i have the proper backup when migrating the site.

    also, is there a way.to backup a site as a “read-only offline file” so that you can access basic text version of the site? over the years, i’ve added phone numbers and other important information in private posts without expecting my website to go down several times a day. i’d like to have access to these files offline now without having to copy/paste contents from my wordpress site to my local storage.

    ??TIA??

    • This topic was modified 3 months, 1 week ago by sacdawg.
    • This topic was modified 3 months, 1 week ago by sacdawg.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support pbevanudp

    (@pbevanudp)

    Hello,

    I have broken down your queries below:

    I noticed that the number of files + size varies on a day-to-day basis for no apparent reason…

    Please could you provide the two associated backup log files? This will help us understand what is happening in more detail. Please feel free to share them via pastebin.com.

    …the updraft dashboard indicates that i have 62 existing backups and that “web-server disk space” in use is 47.3 GB.

    This refers to the space used on your web hosting. If you do not wish to save backups on your webserver you can delete them after they have been sent to your Google Drive account using the UpdraftPlus >> Settings >> Show expert settings >> Delete local backup setting as shown here. When it is checked, the backups on your webserver will be deleted after each backup process.

    and is where it starts confusing me more…

    Regarding the workflow of manually moving backups from the UpdraftPlus folder on Google Drive, I think this will likely introduce problems since UpdraftPlus needs to keep track of your backups in order to prune them in accordance with your retention schedule in UpdraftPlus >> Settings.

    …is there a way.to backup a site as a “read-only offline file” so that you can access basic text version of the site?

    With UpdraftPlus you can independently back up different components that make up your WordPress site. You could choose to omit the Uploads component which would leave out any media (photos, videos etc). You could then restore this to a local host development server using something like WAMP which would be available offline.

    Thread Starter sacdawg

    (@sacdawg)

    thanks for this. i am reviewing all your suggestions.

    i tried posting the ‘backup log’ to pastebin but it exceeded the 512 KB limit.

    so i shared the backup log for ’17 august 2024′ as a text file on ‘google drive’

    https://drive.google.com/file/d/1N6YfoHu1zAk8aTzyzWD8p-BN-5YUWdZt/view?usp=sharing

    .

    here’s a link to a post that describes the issue in more detail with screenshots.

    .https://kingdomofjoga.com/2024/08/16/updraft-support-thread-16-august-2024/

    .

    let me know if you need any more logs/screenshots. thanks for your help!

    Plugin Support pbevanudp

    (@pbevanudp)

    Hello,

    Thank you for the log file it appears the posts table is causing a problem, you also appear to be using the LiteSpeed web server which can also cause processes to be terminated unexpectedly in some circumstances.

    I would suggest the following course of action:

    Database optimisation:

    1. Export a manual backup of your database using phpMyAdmin or a similar database manager
    2. Install and activate WP-Optimize and use the WP-Optimize >> Database >> Optimizations feature. This should streamline your database and reduce the size of the posts table

    LiteSpeed:

    1. Find your site’s main .htaccess file. This file usually exists in the document root directory where WordPress is installed.
    2. Open the file with a text editor.
    3. Find the line that says:
    BEGIN WordPress

    and add this code above it:

    # BEGIN LiteSpeed noabort
    <IfModule rewrite_module>
    RewriteEngine On
    RewriteRule .* - [E=noabort:1]
    </IfModule>
    # END liteSpeed noabort

    After this please try running another backup process.

    Thread Starter sacdawg

    (@sacdawg)

    great, thanks for your help! i’ll try that corse of action

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.