Questions tagged [rsync]

'rsync' is a synchronization protocol originating on Unix/Linux platforms, but also has been ported to Windows. It is used to synchronize files and directories.

A detailed description can be found e.g. at Wikipedia. An excerpt from there:

rsync is a utility software and network protocol for Unix-like systems (with ports to Windows) that synchronizes files and directories from one location to another while minimizing data transfer by using delta encoding when appropriate. Quoting the official website: "rsync is a file transfer program for Unix systems. rsync uses the 'rsync algorithm' which provides a very fast method for bringing remote files into sync." 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. rsync can copy or display directory contents and copy files, optionally using compression and recursion.

20 questions
1
vote
0 answers

How to make rsync save a huge file entirely?

I have tried to sync from a Linux device to Android device using Rsync Wrapper. The source file size is about 6 GB. But the problem is that the file manager shows the destination file is much smaller. There is enough space. I use --append-verify for…
jarno
  • 131
  • 5