acassaigne

Informations sur Python, KVM, d'Oracle, xml, extrem programming, Apple, linux, debian, KDE, Amarok, de romans, de BD, musique, d'Actualités...

17 février 2008

rsync monter son serveur

log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock

[resource_serveur]
   path = /rep1/de/sauvegarde
   uid = aca
   gid = aca
   read only = no
   list = yes
   auth users = MyUser
   secrets file = /etc/rsyncd.secrets

Dans
/etc/rsyncd.secrets
MyUser:password
Ensuite lancer le daemon sur le serveur.

commande: rsync --daemon

depuis le client lister les resource disponible

rsync MyUser@MonServeur::
Synchroniser

r
sync -a --progress --delete rep_source MyUser@MonServeur::resource_serveur

Posté par acassaigne à 22:26 - rsync - Commentaires [0] - Rétroliens [0] - Permalien [#]


Rsync doc

http://everythinglinux.org/rsync/
http://www.fbollon.net/node/11 (en français)
http://samba.anu.edu.au/rsync/documentation.html
http://sunsite.dk/info/guides/rsync/rsync-mirroring02.html#l9

Posté par acassaigne à 17:45 - rsync - Commentaires [0] - Rétroliens [0] - Permalien [#]

rsync info et rsync windows

Site officiel de rsync :
http://samba.anu.edu.au/rsync/

Quelques info : http://www.exhaustif.com/Backup-avec-rsync-sous-windows.html

rsync sous windows : http://www.itefix.no/phpws/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=6&MMN_position=23:23

Posté par acassaigne à 10:55 - rsync - Commentaires [0] - Rétroliens [0] - Permalien [#]

backup avec rsync et rsnapshot

http://www.cyberciti.biz/faq/linux-rsnapshot-backup-howto/

Posté par acassaigne à 10:46 - rsync - Commentaires [0] - Rétroliens [0] - Permalien [#]
« Accueil  1