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
Subscribe to:
Post Comments (Atom)
0 komentar:
Post a Comment