You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of backing up files in place, let's add the ability to create a central backup folder somewhere on the user's computer, and have the files backed up there instead. Top of head, this would mean
Adding a new configuration item to the ~/.pestle/ folder (to hold the backup folder)
Adding a new command to configure a backup folder
Where should we backup by default? In place? How do we let users know this is an option?
Finding every place we create a .bak file in the source, getting them to use a single function for this backup, and then having that function reference the ~/.pestle/ config item.
The text was updated successfully, but these errors were encountered:
Instead of backing up files in place, let's add the ability to create a central backup folder somewhere on the user's computer, and have the files backed up there instead. Top of head, this would mean
.bak
file in the source, getting them to use a single function for this backup, and then having that function reference the~/.pestle/
config item.The text was updated successfully, but these errors were encountered: