I have tryed many scripted ways to do this (embedded scripts in my IDE) but it is not a reliable way to do it.
Do you know mac OS applications permitting to backup (incrementaly ?) selected folders to a remote server using SSH, SCP, SFTP ?
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.
Check this link: http://blog.interlinked.org/tutorials/rsync_time_machine.html
How to make a TimeMachine with the above mentioned rsync command.
Add the -E paramater, and @Ned told. And be sure than you’re not using an GNU version, for example from the macports. To ensure this, always use the full pathname to original Apple’s rsync: /usr/bin/rsync.