Skip to content

Instantly share code, notes, and snippets.

@aircokol
Created October 1, 2019 17:25
Show Gist options
  • Select an option

  • Save aircokol/f7898ba5ad5bead9355de017369a0966 to your computer and use it in GitHub Desktop.

Select an option

Save aircokol/f7898ba5ad5bead9355de017369a0966 to your computer and use it in GitHub Desktop.
Разные консольные команды
// copy files
scp -P [PORT] [user]@[server]:/var/www/html/index.html ~/Desktop
// archive files
tar -zcvf /var/www/html-backup.tar.gz /var/www/html
// extract from archive
tar -zxvf /var/www/html /var/www/html-backup.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment