#!/bin/bash # Proper header for a Bash script. cd /home/auftisch/Desktop/backupscript_own tar --directory /home/auftisch/Desktop/backupscript_own --create --exclude-from excludes --file backup_script_own.tar.gz --gzip --totals /home/auftisch/Desktop/backupscript_own tar --directory /home/auftisch/Desktop/backupscript_own --list --file backup_script_own.tar.gz exit