Advertisement
Guest User

Untitled

a guest
Oct 29th, 2011
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. i want to backup my user folder which is 'ev' which is on the computer i am on via live usb. That folder is 21GB but both the commands move 100+GB.
  2.  
  3.  
  4. ubuntu@ubuntu:~$ sudo scp -r -P 8855 /media/c4f218a5-68bd-4a4a-994a-8fbbcd869355/home/ev/ ev@192.168.0.101:/home/ev/backupev
  5.  
  6. and
  7.  
  8. ubuntu@ubuntu:~$ sudo scp -r -P 8855 /media/c4f218a5-68bd-4a4a-994a-8fbbcd869355/home/ev ev@192.168.0.101:/home/ev/backupev
  9.  
  10. The only difference in these two lines is the '/' after the first 'ev'
  11.  
  12. To me one of these should move my 21GB ev folder and all subfolders and files it contains into folder backupev on remote machine(my other computer in the office).
  13.  
  14.  
  15.  
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement