summaryrefslogtreecommitdiff
path: root/.local/bin/backups/assimilate
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue caused by static path to archive location by replacing onsite ↵Sam Chudnick2021-12-071-4/+32
| | | | with location variable. Added monitoring of return codes from archives for warnings and errors. Added notifications on start and finish. Notify user with different messages based on return codes.
* Fixed typo in script descriptionSam Chudnick2021-12-051-1/+1
|
* Fixed BORG_PASSCOMMAND to get correct password based off of specified locationSam Chudnick2021-11-281-1/+1
|
* Combined borg-onsite and borg-offsite scripts into a single script that ↵Sam Chudnick2021-11-281-0/+42
takes an argument to specify the location. Reorganized script to use variables to reduce redundant strings. Added automated retrieval of repository password via pass. Removed --list from borg create options and redirect output to log file.