On Wed, 4 May 2011 17:02:47 -0700 (PDT), da...@lang.hm wrote: > I don't see how rsync meets his requirements. > > how can rsync trigger an action on the far side after the file has > completed? > > how can rsync change the permissions on the far side? (it can make > the > permissions match the sending side, but so can scp -p)
He does not need it to exec a command on the server side, or change permissions. Those are work arounds for "notifying the server side of completion." Since rsync does an atomic mv when it is complete, it is easy to have something scan the directory and pick up new files, that are not dot files. His problem was that an scp or ftp would instantiate the file before the transfer is complete, so the scanning process may start acting on an incomplete file. Read his original message. -- END OF LINE --MCP _______________________________________________ Tech mailing list Tech@lists.lopsa.org https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/