diff --git a/backup-conf.sh b/backup-conf.sh index 6e71a68..96baa5b 100755 --- a/backup-conf.sh +++ b/backup-conf.sh @@ -89,6 +89,7 @@ cp $HOME/.zshrc "$dest_shell" # Autres cp -R $HOME/.config "$dest" # joplin, mpv, rclone, xnview +cp $HOME/.exclude-rsync "$dest" cp $HOME/.gitconfig "$dest" cp $HOME/.gitignore "$dest" [ -d $HOME/.gnupg ] && cp -R $HOME/.gnupg "$dest" @@ -104,9 +105,10 @@ cp -R $HOME/Library/Application\ Support/Transmit "$dest" cp $HOME/backup_list.conf "$dest" cp /private/etc/hosts "$dest" cp $HOME/Dropbox/Dash.dash "$dest" -cp $HOME/Brewfile "$dest" [ -f $HOME/.password.txt ] && cp $HOME/.password.txt "$dest" cp -R $HOME/Library/LaunchAgents "$dest" +cp $HOME/Documents/Scripts/kymsu2/plugins.d/Brewfile "$dest" +cp $HOME/Documents/Scripts/kymsu2/plugins.d/Installed_silverbook*.md "$dest" terminal-notifier -title 'Backup configurations' -message 'Sauvegarde terminée !' -sound 'Glass'