18 May 2005

Konfigurasi rsync
Server Target
#rsync.conf
uid=nobody
gid=nobody

[secret]
comment=backup file
path=/home/backup
read only=no
hosts allow = x.x.x.x #ip_server_backup
hosts deny = *
list = yes

############
jalankan rsync
# rsync --daemon

###########

Server Backup

rsync -a --delete ip_server_target::secret /home/backup_server

agar berjalan otomatis masukan ke cron

0 komentar: