Borgbackup: Difference between revisions

Line 71: Line 71:
{{hidden | backup.sh |
{{hidden | backup.sh |
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
#!/bin/bash
REPOSITORY="my_server:~/Backups/my_backup"
REPOSITORY="my_server:~/Backups/my_backup"
ARCHIVE_NAME="{hostname}-{utcnow}"
ARCHIVE_NAME="{hostname}-{utcnow}"