Bug 8119 - New feature: adapt behavior thanks to the extended attribute "user.xdg.robots.backup"
Summary: New feature: adapt behavior thanks to the extended attribute "user.xdg.robots...
Status: ASSIGNED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.0
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-07 23:02 UTC by Yves Martin
Modified: 2011-12-24 20:12 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 Yves Martin 2011-05-07 23:02:05 UTC
I would like rsync to support the xattr "user.xdg.robots.backup" described at http://www.freedesktop.org/wiki/CommonExtendedAttributes

If rsync runs with an option --xattr-backup-flag=user.xdg.robots.backup
it should skip directories and files with that xattr set to "false".

So that a user can decide what to exclude from backup without avoid to refer directories into an exclusion file list.

I think it is also a good idea to emit a warning when such files/directories are excluded.