Skip to content

Instantly share code, notes, and snippets.

@joellobo
Last active November 14, 2018 19:05
Show Gist options
  • Save joellobo/1de9171d7237e4302036d39ca5f73734 to your computer and use it in GitHub Desktop.
Save joellobo/1de9171d7237e4302036d39ca5f73734 to your computer and use it in GitHub Desktop.
tar cvzf destino/arquivo.tar.gz diretorio
rsync -ah --progress arquivo.tar.gz /media/64943127304/SAMSUNG/bkp
tar -tzf arquivo.tar.gz >/dev/null
sudo apt list --installed > apt.txt
sudo dpkg -l > dpkg.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment