Synchronize a directory over sftp

Lea Gris lea.gris at noiraude.net
Mon Jan 7 14:10:24 UTC 2008


Johan Sandberg a écrit :
> Hi all,
> I am trying to find a way to automatically (or manually) synchronize my 
> home directory to a sftp server. I have tried Unison, but it seems that 
> Unison can't handle sftp. Is there anyone out there that can help me 
> out? It does not have to have a nice GUI. A simple cli or shell script 
> would be equally handy (or handier).
> BR
> /Johan
> 

Rsync is done for that.

rsync --times --delete-excluded --compress --recursive --progress ~
user at remotehost:/destination/directory

-- 
     Léa Gris - http://www.noiraude.net/
()   Campagne du ruban texte brut contre les courriels en HTML,
/\   contre les pièces jointes dans un format propriétaire.
     Contre les DRMs appelez le : 09f911029d74e35bd84156c5635688c0





More information about the ubuntu-users mailing list