We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
원격 증분 백업 - https://github.com/php79/backup/blob/master/docs/remote-incremental-backup.md
backup_script
backup_script /usr/bin/ssh root@192.168.0.102 "/home/.mysql-backup/php79-remote-mysql-backup.sh" server2/.remote-mysql-backup
실행후 원격지 서버(102)의 /home/.mysql-backup/ 아래에 mysql 백업이 생성되고요.
다음 backup으로 시작되는 라인을 통해, /home/.mysql-backup/ 을 포함한 /home/ 전체를 백업 서버로 가져오게 됩니다.
backup
backup root@192.168.0.102:/home/ server2/ +rsync_long_args=--bwlimit=4096,+ssh_args=-p 2222