Changes between Version 3 and Version 4 of jazz/10-06-21
- Timestamp:
- Jun 21, 2010, 6:15:03 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/10-06-21
v3 v4 26 26 0.0194302 27 27 }}} 28 29 * [http://ubuntuforums.org/showthread.php?t=424366 rsync resume downloads] - 使用 rsync 作檔案續傳動作 30 {{{ 31 $ rsync --partial --progress --rsh=ssh localfile remotehost:directory/ 32 }}}