User:Woozle/rsync

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< User:Woozle
Revision as of 11:51, 2 November 2011 by Woozle (talk | contribs) (another usage)
Jump to navigation Jump to search

2011-11-02

Backing up a hard drive to a local drive that has a partial image already on it:

cd to [drive]/home
rsync -cav /media/BiTeraSaurus/backups/machines/gonzo/2010\ 500GB\ drive/woozle/ woozle/

(awaiting results to see if this worked as intended...)

2007-10-03

As used on Scooter, to copy Gonzo's mail and Akregator files over:

cd /home/woozle/AppData/kmail
rsync -Pav woozle@gonzo:AppData/kmail/* ./
cd /home/woozle/AppData/akregator
rsync -Pav woozle@gonzo:AppData/akregator/* ./

This still doesn't import the settings for fetching/sending email; are those in kwallet, maybe?