Difference between revisions of "User:Woozle/rsync"
Jump to navigation
Jump to search
(backing up kmail too) |
(another usage) |
||
Line 1: | Line 1: | ||
+ | ==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: | As used on Scooter, to copy Gonzo's mail and Akregator files over: | ||
Revision as of 11:51, 2 November 2011
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?