On 01/19/2018 12:29 PM, Carlos E. R. wrote:
time rsync $OPTIONS --one-file-system /usr/src /data/Lareiserfs/MoveReiser/usr_src time rsync $OPTIONS --one-file-system/usr/src/ /data/Lareiserfs/MoveReiser/usr_src time rsync $OPTIONS --one-file-system/usr/src /data/Lareiserfs/MoveReiser/usr_src/ time rsync $OPTIONS --one-file-system/usr/src/ /data/Lareiserfs/MoveReiser/usr_src/ time rsync $OPTIONS --one-file-system/usr/src/* /data/Lareiserfs/MoveReiser/usr_src
Initially with destination directory created, then without.
I'm always using the same trick to be sure what is copied where (without creating the last part of SRC in DST): - I ensure the wanted destination directory exists, and - then run rsync with "SRC/." and "DST/.": $ OPTIONS='-HAXaxi' # sometimes add --delete, --sparse, dep. on the case. $ rsync $OPTIION /usr/src/. /data/Lareiserfs/MoveReiser/usr_src/. Works always. ;-) Have a nice day, Berny -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org