On 01/19/2018 06:29 AM, Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
OPTIONS="--archive --acls --xattrs --hard-links --sparse --stats --human-readable " time rsync $OPTIONS --one-file-system /usr/src /data/Lareiserfs/MoveReiser/usr_src
copies nothing:
Number of files: 322,677 (reg: 253,546, dir: 69,085, link: 46) Number of created files: 0 Number of deleted files: 0 Number of regular files transferred: 0 Total file size: 1.76G bytes Total transferred file size: 0 bytes Literal data: 0 bytes Matched data: 0 bytes File list size: 0 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 6.04M Total bytes received: 71.13K
sent 6.04M bytes received 71.13K bytes 394.21K bytes/sec total size is 1.76G speedup is 287.94
Telcontar:/data/Lareiserfs/MoveReiser # mount | grep /usr/src /dev/sdc6 on /usr/src type reiserfs (rw,relatime,lazytime,user_xattr,acl) Telcontar:/data/Lareiserfs/MoveReiser #
I have tried several variations, all fail:
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 did it yesterday with other directories and it worked:
OPTIONS="--archive --acls --xattrs --hard-links --stats --human-readable " rsync $OPTIONS --one-file-system /usr/gamedata /usr/src/MoveReiser/usr_gamedata
Then back, running from another system:
OPTIONS="--archive --acls --xattrs --hard-links --sparse --stats --human-readable " time rsync $OPTIONS --one-file-system /other/main/usr/src/MoveReiser/usr_gamedata/gamedata/ /other/main/data/Lareiserfs/gamedata/
Hi Carlos, It looks like you forgot the trailing "/" in the source-destination. The trailing "/" is important. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org