• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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