Displaying 2 results from an estimated 2 matches for "backup3".
Did you mean:
backup
2017 Jan 19
1
[Bug 12530] New: [REQ] Improve fuzzy using files being uploaded
...: core
Assignee: wayned at samba.org
Reporter: ben.rubson at gmail.com
QA Contact: rsync-qa at samba.org
Hello,
Let's imagine the sender is uploading a bunch of files which are quite similar.
For example, the following dir :
/directory
|-backup1.iso
|-backup2.iso
|-backup3.iso
|-backup4.iso
|-backup5.iso
For the moment, if no remote fuzzy basis is found at the very beginning of the
transfer, every file will be fully uploaded.
Goal would then be to improve rsync so that once the first file has been
uploaded, fuzzy algorithm could look at this new file as a fuzzy basi...
2013 Jan 08
2
rsync in conjunction with the --link-dest option does not output deleted files
Hi,
I want to use rsync to make daily backups using hard-links in this way:
rsync -av --delete --link-dest=../backup_old ./source/. ./backup_new
This works great, but the problem is, that rsync does not show correctly
what action it performs (-v option). It shows correctly all new and
changed files/folders, but it does not show files that were deleted.
This works only if I do not use the