From 093fc7bfae47a3ee91c2658bac609f72764b4be2 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Wed, 2 Nov 2022 22:33:05 +0100 Subject: Renaming backup_usb32 and update-script-repo --- bin/backup-usb32.sh | 3 +++ bin/backup_usb32.sh | 3 --- bin/update-script-repo.sh | 7 ------- bin/update-scripts-repo.sh | 8 ++++++++ 4 files changed, 11 insertions(+), 10 deletions(-) create mode 100755 bin/backup-usb32.sh delete mode 100755 bin/backup_usb32.sh delete mode 100755 bin/update-script-repo.sh create mode 100755 bin/update-scripts-repo.sh (limited to 'bin') diff --git a/bin/backup-usb32.sh b/bin/backup-usb32.sh new file mode 100755 index 0000000..8008480 --- /dev/null +++ b/bin/backup-usb32.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +rsync -az -u -v /mnt/32 ~/Documents/32.bak/ diff --git a/bin/backup_usb32.sh b/bin/backup_usb32.sh deleted file mode 100755 index 8008480..0000000 --- a/bin/backup_usb32.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -rsync -az -u -v /mnt/32 ~/Documents/32.bak/ diff --git a/bin/update-script-repo.sh b/bin/update-script-repo.sh deleted file mode 100755 index 2edf308..0000000 --- a/bin/update-script-repo.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# Author : Clyhtsuriva - -SCRIPTS_REPO_PATH="$HOME/workbench/scripts/" - -cp -rv "$HOME/.local/usr/local/bin" "$SCRIPTS_REPO_PATH" -cp -rv "$HOME/workbench/auto-void-packages" "$SCRIPTS_REPO_PATH" diff --git a/bin/update-scripts-repo.sh b/bin/update-scripts-repo.sh new file mode 100755 index 0000000..89bfa36 --- /dev/null +++ b/bin/update-scripts-repo.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +# Author : Clyhtsuriva + +SCRIPTS_REPO_PATH="$HOME/workbench/scripts/" + +cp -rv "$HOME/.local/usr/local/bin" "$SCRIPTS_REPO_PATH" +cp -rv "$HOME/workbench/auto-void-packages" "$SCRIPTS_REPO_PATH" +cp -rv "$HOME/workbench/ansible" "$SCRIPTS_REPO_PATH" -- cgit v1.2.3