Using rsync with no command like [linux]

Date January 4, 2009

For those (like me) who are interested on using rsync but are command line inexperienced, finding a GUI is a lifesaver.

grsyncGrsync can make sure you use rsync without the terminal. The developers list several features such as:

  • you can easily run the most common rsync tasks, more complex tasks can still be done but with command line tweaking;
  • Saves multiple settings with customized names;
  • performs simulations or normal executions;
  • print rsync output to a log or a separate file;
  • operation pause.

For those who have no clue about what is rsync, it is a tool used very often for backups and incremental file transfers. In other words, if you’re doing a backup with rsync, you will not have to copy every single file over and over again in different backups, only the files that have changed.

If you enjoyed this post, make sure you subscribe to my RSS feed!

 

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>