Showing posts with label bash-fu. Show all posts
Showing posts with label bash-fu. Show all posts

Saturday, 31 December 2011

Backup Home folder on Ubuntu onto a USB drive for upgrades on Linux

It is that simple, before a upgrade:

rsync -a -u  /home/ /media/you_usb_drive/your_backup_folder

Copies all hidden dotfiles, preserves permissions.


WindyCityTech Blogger
WindyWindyCityTech Wordpress

Saturday, 23 April 2011

sudo !! tip, bash-fu


Never knew this one before.  Makes it easier when you forget to sudo something.