Displaying 1 result from an estimated 1 matches for "get_to_genus".
2004 Sep 14
2
Rsync diff mode (again)?
...nc.
Here is a little background,
I use a little pair of scripts to keep sync-ed at work and home. Sometimes
I forget which copy is up to date, and rsync says that both should be
updated...
./put_to_beta.sh -n
building file list ...
233 files to consider
...
Analysis/TP_FP/cd_hit_fp_tn.sql
...
./get_to_genus.sh -n
receiving file list ...
228 files to consider
...
Analysis/TP_FP/cd_hit_fp_tn.sql
...
I would like to do something like...
rsync --diff Analysis/TP_FP/cd_hit_fp_tn.sql me@beta:/Dest/Dir
so I could quickly decide to put or get this file (or do a merge).
I have been using cvs, but it is a...