mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
follow-up xattr
This commit is contained in:
parent
c7e134102c
commit
d034646e69
@ -13,6 +13,7 @@ New features:
|
||||
- New option --filter-fn allows to implement your own snapshot filter using the Rhai language.
|
||||
- New command dump has been added.
|
||||
- New command merge has been added.
|
||||
- Support for extended file attributes has been added.
|
||||
- Extra or wrong fields in the config file now lead to rustic complaining and aborting.
|
||||
- backup: Paths are now sanitized from command arguments and config file before matching and applying the configuration.
|
||||
- check --read-data: progress bar now also shows total bytes to check and ETA.
|
||||
|
||||
@ -327,8 +327,8 @@ impl LocalDestination {
|
||||
#[cfg(windows)]
|
||||
pub fn set_extended_attributes(
|
||||
&self,
|
||||
item: impl AsRef<Path>,
|
||||
extended_attributes: &[ExtendedAttribute],
|
||||
_item: impl AsRef<Path>,
|
||||
_extended_attributes: &[ExtendedAttribute],
|
||||
) -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user