• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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