开发者

alternatives to rsync? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

Closed 8 years ago.

Improve this question

I'm trying to script a backup system for several servers, some Windows, some Linux. I'd love to be able to use rsync but I can't (at开发者_如何学Go least not in all situations, since some servers I can't install rsync to, and some are Win servers).

I've tested with wget in FTP mode with the "timestamping" option, and it seems to work pretty well regardless of platform. Are there other options that may be more robust/reliable, that will do incremental backups regardless of platform?

Thanks for any ideas


You might try Unison. http://www.cis.upenn.edu/~bcpierce/unison/


You definitely want to have a look at rdiff-backup. And Server Fault. ;)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜