I need to move files from one directory to another directory remotely. I can issue an 'mv' command through SSH but I want something that will move all the files that i tell it to move or none, and 'mv' doesnt work like that. Is it possible to use Rsync to do this? I was hoping to invoke rsync from machine A on machine B to machine B. Is this possible ? If you can suggest any other tools or ideas please let me know.
thanks -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html