mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2024-11-16 19:59:26 +08:00
Update scripts
This commit is contained in:
parent
f83b794167
commit
906a435163
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue