This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
borg_interface/backup_to_external.sh

7 lines
190 B
Bash
Raw Normal View History

#!/bin/bash
INTERFACE_PATH=/home/andreas/.virtualenvs/borg_interface
PATH=$PATH:$INTERFACE_PATH/bin/
source $INTERFACE_PATH/bin/activate
python3 $INTERFACE_PATH/backup_to_external.py
exit 0