• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Backup File Mistake - Can't Remove!

S

smkied

Guest
Alright, so this is a bit odd.

I was running a full Plesk backup via SSH and I must have made a typo in the commands. Anyhow, at the end of it all Plesk has saved my backup file as the filename: --skip-logs

So now when I try to remove the file I get this:

[root@ip-208-200-66-9 bin]# rm --skip-logs
rm: unrecognized option `--skip-logs'
Try `rm --help' for more information.
[root@ip-208-200-66-9 bin]# rm -rf --skip-logs
rm: unrecognized option `--skip-logs'
Try `rm --help' for more information.
 
Nevermind, I should have read it more carefully. Just had to do the following:

rm ./--skip-logs
 
Back
Top