Backup | MyLiteratureTechLife.COM

You are here:
Home » Archive for the " Backup " Category

Archive for "Backup"

Using rsync for transferring files under Linux or UNIX

Posted by 0 Responses

Using rsync for transferring files under Linux or UNIX rsync is a free software computer program for Unix and Linux like systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. An important feature of rsync not found in most similar programs/protocols is that the mirroring takes place with only one transmission in each direction. So what is unique about rsync? It can perform differential uploads and... [ Continue reading... ]