install.sh : Add an option to create a backup

This commit is contained in:
Roza.
2024-08-20 08:26:20 +08:00
parent a80c03b592
commit d6fe7227f6
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -4,4 +4,5 @@ XDG_CACHE_HOME=${XDG_CACHE_HOME:-$HOME/.cache}
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config}
XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share}
XDG_STATE_HOME=${XDG_STATE_HOME:-$HOME/.local/state}
BACKUP_DIR=${BACKUP_DIR:-$HOME/backup}