fundingloha.blogg.se

Grsync for mac
Grsync for mac














First, you need to put your account and server name before the destination path: destination: and port number, instead, must be written in the “Additional options” text box of the Advanced options panel, exactly in this way: -e \"ssh -p PORTNUMBER\" The right way to do this is very simple, once you know it, but may be explained a bit better in the documentation. In order to use Grsync for remote backups on such a server, you must pass to the program: Many servers, however, listen on other ports for security reasons that we won’t discuss here. The default TCP port number for ssh connections is 22. Let’s assume you have an account on a remote Unix or Linux server, which is only accessible via ssh, and you want to make a complete copy of your /home/username/Documents directory there. To tell it to do it through Grsync, however, you must know the right way to pass certain parameters. Rsync can perform remote backups through secure SSH connections without problems. That’s the only way to protect your data from fire, burglary or other catastrophes. Remote usage… is just a bit trickierīackups of critical data only make sense if you (also) make remote ones, far away from your home or office. Of course, to restore from backups, you would just switch source and destination in the Grsync File menu. Apart from this, Grsync will work fine for most users with the default options, but trying them one by one is easy. Otherwise, rsync (remember, Grsync only is a front-end!) will put everything in /media/mydrive/Documents/Documents. See what I meant? You must put a slash at the end of the source path, and omit it at the end of the destination path. If, for example, you wanted to make a perfect duplicate of a certain directory, say /home/marco/Documents, to another directory with the same name on /media/my_USB_drive, you should specify the source and destination paths in this way: source: /home/marco/Documents/ destination: /media/my_USB_drive/Documents You must only remember how picky rsync is when it comes to trailing slashes in path names. Indeed, using Grsync to make local backups, for example, on external USB drives, is really simple. The opening paragraph of the grsync man page says that Grsync … can be used effectively for local directory synchronization. Once you are done, you can click on the missile icon to actually execute it, or simply get information about what would happen if you launched the backup: the button to click for this purpose is the one with the “i” label. Figure A Figure BĮvery radio button you click adds the corresponding text to an rsync command line. The graphical interface provides, as you can see in the screenshots, three separate panels for basic, advanced, and extra options. According to its change log, the current stable version, that is 1.2.2, only has minor modifications. The screenshots in this post come from Grsync 1.2.0, which is the version available in Fedora 16. Grsync is available as a binary package in several Gnu/Linux distributions.

grsync for mac

Finally, this utility is a good example of how “learning the command line” may be made much easier for beginners.

GRSYNC FOR MAC HOW TO

The other advantage is educational: Grsync makes it easier to learn how to write certain kinds of scripts. The first one is very practical: Grsync facilitates the usage of the command line program rsync, which performs a critical task such as backing up local or remote directory trees in a very efficient way.

grsync for mac

Grsync is a nice, little graphical tool that has several advantages. Marco Fioretti shows how to use a graphical front-end to the rsync backup tool called Grsync, which can help beginners learn the command line. How to become an rsync power user with Grsync














Grsync for mac