Here is the command I’m running
rsync -av -e ssh httpdocs user@ipaddress:httpdocs
but that misses out hidden files like .htaccess ?
Any help appreciated !
Rich 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With rsync all subdirectories and files will be automaticaly copied. You need not additional keys or options to copy hidden files.