Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. sudo rsync -aAXv / --delete --ignore-errors --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /mnt/prime
  2.  
  3. yum -y install ssh rsync
  4. sudo apt-get install ssh rsync
  5.  
  6. sudo apt-get install yum
  7.  
  8. sudo yum -y install ssh rsync
  9.  
  10. yum repolist all
  11.  
  12. sudo apt-get install ssh rsync
  13.  
  14. yum-config-manager --enable <repo>
  15.  
  16. ssh-keygen
  17. ssh-copy-id ~/.ssh/id_rsa.pub prime
  18.  
  19. sudo yum -y install ssh rsync
  20.  
  21. sudo apt install ssh rsync
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement