• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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