mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Added keepassxc ini file
This commit is contained in:
		@@ -19,7 +19,8 @@ declare -a BACKUP_LIST=("$HOME/.ssh/" \
 | 
			
		||||
  "$HOME/Documents/recovery_codes/" \
 | 
			
		||||
  "$HOME/Documents/passwords/" \
 | 
			
		||||
  "$HOME/.config/dconf/user" \
 | 
			
		||||
  "$HOME/.local/share/rhythmbox/rhythmdb.xml");
 | 
			
		||||
  "$HOME/.local/share/rhythmbox/rhythmdb.xml" \
 | 
			
		||||
  "$HOME/.config/keepassxc/keepassxc.ini");
 | 
			
		||||
for system_item_path in "${BACKUP_LIST[@]}";
 | 
			
		||||
do
 | 
			
		||||
    data_item_path="$DATA_PATH$system_item_path"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user