Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:
equery list | cut -d’ ‘ -f3 | while read f; do quickpkg “=${f}”; done
It’s a giant hack, but it gets the job done.
Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:
equery list | cut -d’ ‘ -f3 | while read f; do quickpkg “=${f}”; done
It’s a giant hack, but it gets the job done.
Download my script to automate rdiff-backup installation on OS X.
I use rdiff-backup to keep all my systems backed up. Rdiff-backup keeps incremental changes and permission information, and only transmits changes over the network. It’s great for automated remote backups. All my Linux systems backup at least once a night, some several times daily to offsite locations via consumer-class internet connections. The first backup is painful if you have a lot of data, but after that only differences have to go so things are pretty smooth. (more…)