diff options
-rwxr-xr-x | .local/bin/backups/assimilate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/backups/assimilate b/.local/bin/backups/assimilate index b222e79..ba31baa 100755 --- a/.local/bin/backups/assimilate +++ b/.local/bin/backups/assimilate | |||
@@ -1,5 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Full system backup with sudo borg | 2 | # Full system backup with borg |
3 | 3 | ||
4 | # Validate argument - should either be onsite or offsite to specify location | 4 | # Validate argument - should either be onsite or offsite to specify location |
5 | ERRMSG="error: please specify either onsite or offsite" | 5 | ERRMSG="error: please specify either onsite or offsite" |