How to Tell if Rsync Is Working for Linux With Bind9?

Rsync is a syncing utility for Unix and Linux systems that synchronizes content between two data locations. Rsync, by itself, is a run-once utility that syncs two locations to create an immediate backup. If you add the progress parameter to the tool, the results will be displayed as they happen and therefore you can see that it is working. To test rsync, simply run the application from the command-line and see the results. Rsync can sync an entire folder structure with one command. Bind9 is used in conjunction with domain name system (DNS) and Web servers.

Instructions

    • 1

      Open your Terminal. This method will differ depending on what operating system you are using, but typically by clicking a desktop icon or from the System menu.

    • 2

      Type "rsync -az --progress /home/you/location server.com/yourfolder" without quotes. The "--progress" parameter sets the tool to display results. Replace "home/you/location" with your local location and "server.com/yourfolder" with the online folder that Bind9 is set up with.

    • 3

      Press "Enter." If rsync is working, it will display the results in the Terminal.

Related Searches:

References

Comments

Related Ads

Featured