-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pull: Only remove files locally if removed remotely
This re-introduces the behavior from ac0622c which in the backup_inline function would detect if files were removed remotely before deleting locally. This is necessary for long-running syncs to behave properly as files created locally after the sync was started should be protected from removal. It is implemented here using rsync filter rules rather than the grep expression as before.
- Loading branch information
1 parent
4609e35
commit 07d89ab
Showing
1 changed file
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters