http://www.unix.com – Hello Friends, I am trying to create an rsync file restore script. I will post want I have below and explain the problem I am having. Code: #!/bin/bash # # Partial Rsync File Restore Script # # clear echo # Shell loads into /raid0/data/backup/bin/ cd .. # I cd to the backup directory here cd store/ # Then cd into store/ here, which is where the script should run echo "You are here> `pwd`" echo echo "Please select a directory (HowTos)