SCP problem -

Reindl Harald h.reindl at thelounge.net
Sat Nov 24 20:29:08 UTC 2012



Am 24.11.2012 21:19, schrieb Bob Goodwin - Zuni:
> 
>    Is there something wrong with this command?
> 
>        [root at box9 simple]# scp -r  bobg at box8:/home/bobg/
>        /run/media/bobg/Simple/Box8BkU
> 
>    I would like to copy the contents [roughly 44G per du -h] of
>    /home/bobg/ on box8 to an external USB 500G hard drive. The problem
>    is that it appears to be trying to keep recopying the files until
>    the 500 gigs is reached. I let it run until the end yesterday and it
>    quit protesting it had run out of space.

maybe some bug because /run/ is tmpfs

GENERALLY: use a trailing slash for scp/rsync if you mean folders
/run/media/bobg/Simple/Box8BkU/

if would use rsync instead of scp for many reasons
rsync -ztPrlHpogEAX  bobg at box8:/home/bobg/ /run/media/bobg/Simple/Box8BkU/




-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20121124/3cb6a339/attachment.sig>


More information about the users mailing list