command line

Windows Server 2019: Einmaligen Neustart planen

schtasks /create /tn „reboot for updates“ /tr „shutdown /r /t 0“ /sc once /st 21:59:00 /sd 21.02.2020 /ru „System“ …oder ohne Angabe des Tages, einfach „heute“: schtasks /create /tn „reboot for updates“ /tr „shutdown /r /t 0“ /sc once /st 21:59:00 /ru „System“

How to remove all backups in Plesk for Linux

If you ever find yourself confronted with a Plesk system that is running out of disk space, and you just want to get rid off all the misconfigured „keep forever“ backups, here’s how to remove them all from the command line: /usr/local/psa/admin/bin/pmm-ras –get-dump-list | egrep „name=\“.*.xml“ | awk -F ‚“‚ ‚{ print $2 }‘ | …

How to remove all backups in Plesk for Linux Weiterlesen »

Scroll to Top