Hi all,
i bet this is a silly question, but maybe that's why i can't find the answer for the last hours...
i needed to cron a backup of a directory from another computer to my server, i managed to figure all the cron things, i used a samba share to mount the folder i wanted, but now i can't seem to find a way to direct the rsync command to it. i tried somthing like this but its obviously not the way:
Code:
mkdir /backup/$dt
rsync -r --progress -avze ssh /"some mounted drive" /backup/$dt/
the $dt simply a var that creates a folder with the date as name.
the rsync command is my problem...
can anyone tell me how to define a mounted drive as the source for the files to copy?
thanks,
Yandos.