copied partially on to destination from the(ISO image of RHEL 7) mount point. The command is terminated properly. But less number of files on the destination. Space is available at the destination. I have chosen /var directory under the root file system. The disks are not LVM type, auto partitioned disks only. ( RHEL 7.7 and 7.6 both I have the issue).
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
I’ve seen a similar problem when using
scp
orcp
, what I could suggest is usingrsync
instead.To do that you could use the following:
Hope that this helps! Regards, Bobby