Difference between revisions of "User:Woozle/rsync"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(New page: As used on Scooter, to copy Gonzo's mail and Akregator files over: cd /home/woozle/AppData/akregator rsync -Pav woozle@gonzo:AppData/akregator/* ./ ''also need to snag the one for ...)
 
(backing up kmail too)
Line 1: Line 1:
 
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:
  
 +
cd /home/woozle/AppData/kmail
 +
[[rsync]] -Pav woozle@gonzo:AppData/kmail/* ./
 
  cd /home/woozle/AppData/akregator
 
  cd /home/woozle/AppData/akregator
 
  [[rsync]] -Pav woozle@gonzo:AppData/akregator/* ./
 
  [[rsync]] -Pav woozle@gonzo:AppData/akregator/* ./
  
''also need to snag the one for synching kmail, when it's done''
+
This still doesn't import the settings for fetching/sending email; are those in [[kwallet]], maybe?

Revision as of 23:54, 3 October 2007

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?