-
-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi-Backup | Add Option to Automatically Restore on First Boot #4112
Merged
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4fdd52c - Browse repository at this point
Copy the full SHA 4fdd52cView commit details
Commits on Feb 15, 2021
-
+ DietPi-Software | Add way to automatically restore from backup on first boot
Configuration menu - View commit details
-
Copy full SHA for bb12c5b - Browse repository at this point
Copy the full SHA bb12c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd6e36e - Browse repository at this point
Copy the full SHA bd6e36eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 794eaff - Browse repository at this point
Copy the full SHA 794eaffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 580856c - Browse repository at this point
Copy the full SHA 580856cView commit details -
+ DietPi-Software | Remove other instance of $BACKUP_STATS_FILENAME
Configuration menu - View commit details
-
Copy full SHA for 365b8f5 - Browse repository at this point
Copy the full SHA 365b8f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d390d - Browse repository at this point
Copy the full SHA 86d390dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05dfa8c - Browse repository at this point
Copy the full SHA 05dfa8cView commit details -
+DietPi-Software | Boot into normal DietPi after restoring backup
Configuration menu - View commit details
-
Copy full SHA for d8cc428 - Browse repository at this point
Copy the full SHA d8cc428View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac013ae - Browse repository at this point
Copy the full SHA ac013aeView commit details -
+ DietPi-Software | Don't change install state and sync filesystem
Configuration menu - View commit details
-
Copy full SHA for 5369ff6 - Browse repository at this point
Copy the full SHA 5369ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ed620 - Browse repository at this point
Copy the full SHA a0ed620View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b3c2b9 - Browse repository at this point
Copy the full SHA 5b3c2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f805d - Browse repository at this point
Copy the full SHA a6f805dView commit details -
Merge branch 'restore-boot' of https://github.com/MichaIng/DietPi int…
…o restore-boot
Configuration menu - View commit details
-
Copy full SHA for 74a34e6 - Browse repository at this point
Copy the full SHA 74a34e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2094d45 - Browse repository at this point
Copy the full SHA 2094d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for df2015f - Browse repository at this point
Copy the full SHA df2015fView commit details -
+ DietPi-Software | Auto-restore backup: Reformat code (remove doubled indentation and such) + DietPi-Software | Only reboot when backup restore succeeded, inform user about it for three seconds + DietPi-Software | Downgrade auto-restore =2 to =1 in every case
Configuration menu - View commit details
-
Copy full SHA for a5ef5a4 - Browse repository at this point
Copy the full SHA a5ef5a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1642376 - Browse repository at this point
Copy the full SHA 1642376View commit details -
+ DietPi-Software | On first run installs, services are disabled already, hence skip stopping and especially restarting them after restore has completed, as a reboot is done immediately.
Configuration menu - View commit details
-
Copy full SHA for de3df2a - Browse repository at this point
Copy the full SHA de3df2aView commit details -
+ dietpi.txt | Add info that all attached drives will be mounted and searched automatically when restoring backup on first boot
Configuration menu - View commit details
-
Copy full SHA for 820d82e - Browse repository at this point
Copy the full SHA 820d82eView commit details -
+ CHANGELOG | DietPi-Backup: A new feature has been added which allows to automatically restore a dietpi-backup on first boot
Configuration menu - View commit details
-
Copy full SHA for 60cce61 - Browse repository at this point
Copy the full SHA 60cce61View commit details -
+ DietPi-Backup | Clear PATH cache after backup restore, in case commands are restored to a different locations
Configuration menu - View commit details
-
Copy full SHA for 5fbd2fa - Browse repository at this point
Copy the full SHA 5fbd2faView commit details
Commits on Feb 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 59b5c0c - Browse repository at this point
Copy the full SHA 59b5c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0ed5e - Browse repository at this point
Copy the full SHA ce0ed5eView commit details
Commits on Feb 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5b1abee - Browse repository at this point
Copy the full SHA 5b1abeeView commit details -
+ DietPi-Backup | Do not stop services before we definitely run the backup or restore. The rsync process check still needs to be done after stopping the services, which include the rsync daemon. But do not kill a running rsync process afterwards, better error out. + DietPi-Backup | Implement a first function when restoring a backup, to check whether the backup's UUIDs match the current drive's UUIDs, so that we do not restore a system that is not booting, because the bootloader and fstab do not find the configured drives. If the UUIDs seem to not match, check whether we are able to reliably make the system bootable by adjusting known bootloader configurations. Add function to restore UUIDs, in case, but content is on ToDo for now :).
Configuration menu - View commit details
-
Copy full SHA for f5519ea - Browse repository at this point
Copy the full SHA f5519eaView commit details
Commits on Feb 24, 2021
-
+ DietPi-Globals | G_WHIP_YESNO: If the default is set to "yes", return "true" as well in case of non-interactive calls
Configuration menu - View commit details
-
Copy full SHA for 274fe91 - Browse repository at this point
Copy the full SHA 274fe91View commit details -
+ DietPi-Backup | Restore now obsolete functions + DietPi-Backup | Satisfy shellcheck + DietPi-Backup | Add whiptail yes/no dialogues when storing a backup to a system with different UUIDs. Default to "yes", if we did find the boot configuration method, else default to "no", which is especially relevant for non-interactive first run setups with AUTO_SETUP_BACKUP_RESTORE=1 set.
Configuration menu - View commit details
-
Copy full SHA for 1f9ebb3 - Browse repository at this point
Copy the full SHA 1f9ebb3View commit details
Commits on Feb 26, 2021
-
+ DietPi-Backup | Full function to update UUID entries in fstab and boot configs after restore, if required
Configuration menu - View commit details
-
Copy full SHA for 144007d - Browse repository at this point
Copy the full SHA 144007dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7721577 - Browse repository at this point
Copy the full SHA 7721577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ecd07a - Browse repository at this point
Copy the full SHA 9ecd07aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a435fd - Browse repository at this point
Copy the full SHA 8a435fdView commit details -
+ DietPi-Backup | Fine tune output, coding and order of service start/stop and interactive parts
Configuration menu - View commit details
-
Copy full SHA for ecbe1b7 - Browse repository at this point
Copy the full SHA ecbe1b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a7219 - Browse repository at this point
Copy the full SHA 19a7219View commit details
Commits on Feb 27, 2021
-
+ DietPi-Backup | Fix SBC boot config estimation and avoid doubled fstab rootfs edit as the loop includes root as well
Configuration menu - View commit details
-
Copy full SHA for 7a113e7 - Browse repository at this point
Copy the full SHA 7a113e7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.