backup

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 Read More »

HOWTO: Windows Server 2008/2012 Backups/VSS-Fehler debuggen

Ein schönes Beispiel um zu zeigen, wie man Windows Backup-Fehler generell debuggen kann, gültig für Windows Server 2008 und neuer (entspricht den Client-Betriebssystemen Vista und neuer): (1) FEHLERBESCHREIBUNG Log des Sicherungsprogramms meldet: The backup operation stopped before completing. Detailed error: ERROR – A Volume Shadow Copy Service operation error has occurred: (0x800423f4) The writer experienced

HOWTO: Windows Server 2008/2012 Backups/VSS-Fehler debuggen Read More »

Nach oben scrollen