If I open the SSH terminal and type sudo mv /opt/bitnami /opt/bitnami.bak
it returns:
mv: cannot stat '/opt/bitnami': No such file or directory
Could this be because I have already moved it to a tmp folder using sudo mv /opt/bitnami /tmp/bitnami-backup
Also, sudo tar -xzvf /home/bitnami/application-backup.tar.gz /
it returns:
tar: /: Not found in archive
tar: Exiting with failure status due to previous errors
Is my SSH terminal opening in the wrong directory or something?