diff --git a/tsshbatch.rst b/tsshbatch.rst index e56cd11..863db6d 100644 --- a/tsshbatch.rst +++ b/tsshbatch.rst @@ -522,17 +522,9 @@ case, file transfer errors will be reported, but ``tsshbatch`` will continue on to the next transfer request. -.. WARNING:: ``tsshbatch`` does *not* preserve file permissions when - transferring files. Recall that commands are always run - *after* file transfers, so you can manually manage - permissions like this:: - - tsshbatch.py -P"myfile ./tmp" hostlist chmod 640 ./tmp/myfile - - This gets pretty clumsy for transferring more than one or - two files. A better way to do this is to create a - tarball of the source files, ``GET`` or ``PUT`` the - tarball where you want it, and then untar it. +.. NOTE:: ``tsshbatch`` does preserve permissions when transferring + files. Obviously, for this to work, the destination has to + be writable by the ID you're logging in with. Commenting @@ -1064,7 +1056,7 @@ :: - $Id: tsshbatch.rst,v 1.152 2014/12/04 22:57:57 tundra Exp $ + $Id: tsshbatch.rst,v 1.153 2014/12/04 23:40:17 tundra Exp $ You can find the latest version of this program at: