Python Backup Script with rsync
UPDATE: I rewrote the whole script. You can find it here!
I wanted to get into Python recently and to have a reason to actually
learn the language, I thought to myself, why not replace the
bash-scripts I use on my private computer. I started with my backup
script, that saves my home-folder to my external usb-drive.
With this article I’ll describe what I did and why. I’ll have some thoughts in my mind on what the script should do. You’ll see these below. Afterwards I’ll show how I accomplished these things.
more ...