Displaying 1 result from an estimated 1 matches for "acpvu".
Did you mean:
acpv
2007 Nov 08
2
Bug or undesired behavior when quota exceeded
...sing rsync when disk
quota is exceeded. I do not know how to avoid it (or maybe it can be
considered as a bug).
The following is a scenario that leads to the undesired behavior:
1) I normally execute two following commands to synchronize folders
between a local host and a remote host:
rsync -aCPvu --existing <dir1> user@host:<dir2>
rsync -aCPvu --existing user@host:<dir2> <dir1>
2) Assume that files are in-sync on the hosts. Then we change a file on
the local host. When I execute the first rsync command, the file shall
be copied to the remote host. When the secon...