Releases: 1024mb/save-file-attrs
Releases · 1024mb/save-file-attrs
0.5.1
What's Changed
- dev by @1024mb in #2
- refactoring by @1024mb in #3
- support multiple ignore-files by @1024mb in #4
- use ns and birthtime, fix only restoring one time by @1024mb in #5
New attribute files shouldn't be used with previous versions
Since we use nanosecond now if a previous version of this script is used to restore attributes the updated timestamps will be incorrect, old attribute files can be used without problems with the current version of the script but you shouldn't use attribute files output by this or future releases with old versions of the script.
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Support for backing up and restoring Windows attributes, so far only archive, hidden, read-only and system are supported.
- Changed exclusion to behave like Git ignore rules, it uses the same syntax now.
- Support exclusion with
restore
operation. - Add option to copy creation times to accessed.
- Add option to ignore file system and skip performing actions on the creation times.
- Added option to ignore setting permissions.
- Mode is skipped on Windows since it actually does almost nothing.
Full Changelog: 0.4.8...0.5.0
0.4.8
0.4.6
0.4.5.1
- if attribute collection is interrupted save what has been collected so far and stop if another interruption is detected
- restore wasn't working as expected when
--wp
was used - added
--np
option to not print modified or skipped/non-existent files and folders - always print full path of the attribute file
- more error messages
- add missing error message from save operation