• Resolved piolo1985

    (@piolo1985)


    Hello,
    I’m sorry but I’m a beginner with WordPress. My site takes up approximately 60GB of server space. I have a lot of high resolution photos. Now I don’t have much free space anymore (I have about 10 GB left). However, I need to make a backup of my entire site, but I have a question: can I directly save the backup on an externaal hard-disk or do I have to create a copy of the site on the server and then download it locally? Do I need the PRO version to download the backup directly locally? Sorry for the questions, but I don’t know how to do it without filling up my free space on the server!
    Thank you very much

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    “do I have to create a copy of the site on the server and then download it locally?”
    > Yes, that is how you do that if you want to save your backups to an external drive.

    Do I need the PRO version to download the backup directly locally?
    > No, you do not need Premium version for this.

    Thanks,
    Bryle

    Plugin Author David Anderson

    (@davidanderson)

    You can also add this to your wp-config.php in order to send zip files to remote storage (e.g. Dropbox, Amazon S3, whatever you have chosen) before they are all created, thus saving disk space:

    
    define('UPDRAFTPLUS_UPLOAD_AFTER_CREATE', true);
    

    David

    Thread Starter piolo1985

    (@piolo1985)

    So in this way I don’t need to have 60GB of extra space on the server because the backup will be immediately downloaded to the external drive? So nothing will be occupied on the server?
    How do I put this string in my wp-config.php? Is all this safe?
    Thank you very much

    Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    You can use Dropbox, Google Drive and other cloud storage options so the backups will be sent directly there. You can sync your backups to your computer too so you can just transfer the files from your computer to your external drive.

    Yes, it is safe to edit the wp-config.php. Just make sure you put the exact line.

    Thanks,
    Bryle

    Thread Starter piolo1985

    (@piolo1985)

    Be patient with me, but I’m stupid.
    So if I choose to use for example Google Drive, no backup will be created on the server (also because I don’t have space), but will the backup go directly to my Google Drive? It’s correct? So in this way I don’t need to edit my wp-config.php? Sorry for the questions, but I’m very worried about my free space on the server and my site is really heavy.
    Thanks again

    Plugin Support vupdraft

    (@vupdraft)

    The backup will still be created on your server but not all at once
    The backup will be created in chunks and the individual chunks will be uploaded to your remote storage and immediately removed from your server rather than the entire backup being created on your server before being uploaded

    Thread Starter piolo1985

    (@piolo1985)

    Thanks a lot for the answer.
    How big are these chunks and what are they made from?
    Thanks again

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Space on server for backup’ is closed to new replies.