mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
|
|
#
|
|
# shell script handler for backupninja
|
|
# runs the file /etc/backup.d/scriptname.sh
|
|
#
|
|
|
|
[ $test ] || ( . $1 )
|