Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // copy files
  2. scp -P [PORT] [user]@[server]:/var/www/html/index.html ~/Desktop
  3.  
  4. // archive files
  5. tar -zcvf /var/www/html-backup.tar.gz /var/www/html
  6.  
  7. // extract from archive
  8. tar -zxvf /var/www/html /var/www/html-backup.tar.gz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement