Last active
November 14, 2018 19:05
-
-
Save joellobo/1de9171d7237e4302036d39ca5f73734 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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