-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Task
-
Create a function which would list backups
- Local backups
- Remote backups
- Both
- Decide which backups should be listed by default
-
Implement an option to activate this function
- think of a good name
- handle in the script
- update docs
- raw
- manual page
-
Make it extendable for other commands (see Create
restore from backupfunctionality #4 & Createdelete backupfunctionality #5)- Make a single or multiple backups selectable (probably in interactive mode, something like
git rebase -i)
- Make a single or multiple backups selectable (probably in interactive mode, something like
Future
- Display which ones can be backed up (to where
HEADpoints to, checking if the changes could apply without conflicts (check by commits/refs/whatever-works, if possible, to avoid having to test every backup))
Reactions are currently unavailable