Bug 10601 - Retry Delay for Vanished Files/Directories
Summary: Retry Delay for Vanished Files/Directories
Status: NEW
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.0
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-09 17:45 UTC by Haravikk
Modified: 2014-05-09 19:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Haravikk 2014-05-09 17:45:47 UTC
Pretty much as the title says; it'd be nice if we had some kind of configurable retry delay when rsync encounters a vanished file/folder. This would be especially useful in cases involving mounted remote volumes, as it would mean rsync could instead pause and try again in cases where the mounted volume is temporarily disconnected.
Comment 1 Haravikk 2014-05-09 19:25:27 UTC
Just wanted to add that it may make sense to separate the retry somehow so that folders can be retried while files are skipped, for example, as backups of an in-use hierarchy will be more likely to encounter files that vanish rather than entire directories, so it may be worthwhile skipping the retry delay for files in such cases.