From 906a43516398d6c6494c24099170954621d23836 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Tue, 29 Oct 2024 02:11:53 +0800 Subject: [PATCH] Update scripts --- roles/files/debian/setup/scripts/backup.sh | 2 +- roles/tasks/debian/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/files/debian/setup/scripts/backup.sh b/roles/files/debian/setup/scripts/backup.sh index a85fa65..02ed245 100644 --- a/roles/files/debian/setup/scripts/backup.sh +++ b/roles/files/debian/setup/scripts/backup.sh @@ -49,7 +49,7 @@ function backup() { docker_projects="/mnt/nvme/files/docker projects/" # Sample Entry -backup "sample" "$docker_projects/sample_project" +backup "sample" "$docker_projects/sample_project" '--exclude "*.tmp" ## Non-Docker Directories diff --git a/roles/tasks/debian/README.md b/roles/tasks/debian/README.md index c2e8be4..a67ff0a 100644 --- a/roles/tasks/debian/README.md +++ b/roles/tasks/debian/README.md @@ -20,9 +20,9 @@ This will elevate to `root` user via `sudo` and set up root SSH access through t 6. Provide project directories to spin up on boot through `start_services.sh`. -7. Provide the same project directories to back up via Borg in `backup.sh`. +7. Provide the same project directories to back up via Borg in `backup.sh` including any file/folder exemptions. -8. Update the Samba credentials file located at `/root/.samba`. +8. Update the Samba credentials file located at `/root/.samba/credentials`. ``` # credentials