I'm sure the answer must be straightforward, but I cannot find it anywhere. Basically, all I want to do is to backup several users files onto one remove FTP server.
In order not to overwhelm our internet connection, I synchronise all our users onto our file server during the day, then synchronise the fileserver with the remote server at night.
However, I have two problems:
1) If the local user does not have his machine on at the time, the script stops: Script Error: Unable to load base folder. User Canceled. I obviously want the script to carry on. How do I ensure this happens?
2) More of a problem is that the remote backup is not working. My script ends with:
select left.newer.files left.orphan.files
copy left->right
select right.orphan
delete right
When I look at the log, all the commands are executed at the same time, but nothing actually happens. But there are plenty of changed files! I have also tried the synchronise facility, but that appears not to ignore newer files, even though I have those options set in Sync Options. What am I doing wrong?
Thanks
In order not to overwhelm our internet connection, I synchronise all our users onto our file server during the day, then synchronise the fileserver with the remote server at night.
However, I have two problems:
1) If the local user does not have his machine on at the time, the script stops: Script Error: Unable to load base folder. User Canceled. I obviously want the script to carry on. How do I ensure this happens?
2) More of a problem is that the remote backup is not working. My script ends with:
select left.newer.files left.orphan.files
copy left->right
select right.orphan
delete right
When I look at the log, all the commands are executed at the same time, but nothing actually happens. But there are plenty of changed files! I have also tried the synchronise facility, but that appears not to ignore newer files, even though I have those options set in Sync Options. What am I doing wrong?
Thanks
Comment