[plug] monitor file copy

Anthony Jones ajones at clear.net.nz
Tue Mar 26 19:11:42 WST 2002


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 25 March 2002 22:06, Robert Andrews wrote:
> Hi all how yar going,
> Just a quicky
> How do I monitor the progress of a large file copy from one comp to my linux
> box
> the copy is from a smbmount directory
> i.e cp /mnt/client/large.avi /home/videos
> Is there a function for cp like ### for progress marks.

scp gives you progress when you're copying from one machine to another over 
ssh. If you specify the local machine by name then it ssh'es into your local 
machine and gives you status but requires a password (you can get around 
this).

You can also use rsync --progress instead of cp if you want progress. It's 
overkill but it works.

Anthony
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8oFd5hwVaoilFPn0RAtaBAJ9AArtRRp7A/7XVAn3g0ZWrqLijNwCfTuU3
czLC4nFmqCjfCSionSXE8a4=
=1LcU
-----END PGP SIGNATURE-----



More information about the plug mailing list