This is on my rsync server at bqinternet runnig FreeBSD. I wanted to remove everything inside /home/dave/server1/home
so I executed these commands:
ls
cd server1
rm -rf /home/
that inadvertently removed the directory /home/dave/keys and /home/dave/server1/etc so I cancelled the operation to avoid further damage
what should I do now? I need the keys folder for my other server to do the daily rsync backups. Lastly, what is the _proper_ command to remove /home/dave/server1/home ?? the command I issued probably will remove everything inside /home/