bug squash 2020
Details
Details
- Reviewers
allanjude - Group Reviewers
manpages - Commits
- rS368507: MFC r363110 (by allanjude):
rS363110: Add a periodic script to backup the partition table and boot code
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Can we also add the variables to the usr.sbin/periodic/periodic.conf defaults file. We likely want daily_backup_gpart_enable="YES" but daily_backup_gpart_verbose="NO" and daily_backup_efi_enable="NO"
Each of these variables will also need to be added to share/man/man5/periodic.conf.5
usr.sbin/periodic/etc/daily/221.backup-gpart | ||
---|---|---|
100 ↗ | (On Diff #74330) | Since the EFI partition might be 250+ MB, we might want to give this its own enable/disable flag |
Comment Actions
- Document changes for new periodic variables in periodic.conf(5). Set defaults for new variables in periodic.conf.
share/man/man5/periodic.conf.5 | ||
---|---|---|
259 ↗ | (On Diff #74336) | This creates a backup of the contents of the EFI System partition (boot code), not the partition table |