Está funcionando para mim. --backups é uma nova opção, por exemplo minhas máquinas RHEL6.5 não possuem (wget 1.12), e minha máquina local do Fedora tem (wget 1.14).
Você já tentou um teste simples sem as outras opções? Isso é o que funciona para mim:
>mkdir test; cd test
>wget -q --backups=4 http://ddg.gg/
>ls
index.html
>wget -q --backups=4 http://ddg.gg/
>ls
index.html index.html.1
>wget -q --backups=4 http://ddg.gg/
>ls
index.html index.html.1 index.html.2
>wget -q --backups=4 http://ddg.gg/
>ls
index.html index.html.1 index.html.2 index.html.3
>wget -q --backups=4 http://ddg.gg/
>ls
index.html index.html.1 index.html.2 index.html.3 index.html.4
>wget -q --backups=4 http://ddg.gg/
>ls
index.html index.html.1 index.html.2 index.html.3 index.html.4