-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
installer: add globbing for backup configuration
Globbing can be quite useful when selecting the paths to preserve across operating system updates. So far, the backup/restore mechanism did not support wildcards. This change enables globbing as supported by the busybox /bin/sh. Note that the code is intentionally kept simple; among other things, busybox sh does not support pushd and arrays. Signed-off-by: Roger Luethi <[email protected]>
Showing
2 changed files
with
11 additions
and
3 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
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