Laugh of the day
Onion headline: “CIA Awkwardly Debriefs Obama On Creation Of Crack Cocaine”
Onion headline: “CIA Awkwardly Debriefs Obama On Creation Of Crack Cocaine”
Packets Pings Host Loss% Snt Last Avg Best Wrst StDev 1. 208.127.185.1 0.0% 801 7.1 7.0 6.0 26.6 1.0 2. LAX1.CR1.Gig6-0.dslextreme.com 64.1% 801 10.6 8.3 6.2 48.0 3.6
(The situation this morning from ~8 to ~11 o’clock.) TCP canna handle the strain, captain!
rsnapshot
is a fantastically simple, easy-to-use application for performing backups of one computer to another. It uses rsync
so that the data sent over the wire is encrypted and only that of an incremental backup. It uses hardlinks across snapshots for unchanged files, so you have full snapshots for all the backups kept, at only a fraction of the diskspace otherwise needed.
It has turned my remote backups from a pain to a simple matter of running a command every day or two and entering my password. Entering my password manually is the only deficiency I find with it. The rsnapshot
docs recommend making a passphraseless ssh
key for it to use, but I don’t trust that. Sometime I’ll have to look into if I can make a ssh
key which’ll only allow rsnapshot
to perform its rsync
download, not log in or run other commands.
Powered by WordPress