Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Here is the script.
Unfortuantely net backu is just around 1.7 MB big. Expected filesize is around 18 GB:
echo "============================================="
echo "[+] Starting backup $(date)"
TMPSTAGE=/tmp/plesk-backup
THISHOST=$(hostname)
#clean up old tmp
echo "[+] Cleaning up old tmp files"...
Sanel, again thanks for your effort. I really appreciate.
Since it seems Plesk does not provide any "easy to use" interface for it, I've now built my own script, which is getting the latest backup, is zipping it and saves it to an temp dir. My NAS is now syncing this folder and is deleting the...
thanks sanel.
I would like to avoid involving 3rd party services into this process, since this is only an additional point of failure.
Therefore I would like to work with ootb tools.
I'm aware how to list files inside an directory - many thanks. But I do not know yet which files I need to...
I also thought about saving the backups to a local ftp server (on same server). But this sounds to me a bit overloaded.
a wget/ftp/scp download would be appreciated. But where to download from?
I know for scp, that my backups are stored in /var/lib/psa/dumps , but I'm not sure which files I do...
Hi Igor,
thanks for your reply! Unfortunately I can not open my NAS to be access from the Internet. Therefore I can not access it from Plesk.
Since the NAS is able to access the internet (But can not be access from it!), I need a more passive method to receive the backups.
Is there any...
I would like to download my created plesk backups programmatically to my NAS.
Unfortunately I've no Idea where to begin.
I've following options:
My preferred one: Download backup via https/ftps
or download the backup using ssh, or any other protocoll.
Unfortunately I can not open my NAS to the...