mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-02-02 15:06:56 +01:00
8 lines
185 B
Bash
Executable File
8 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd "$( dirname "$( realpath "$0" )" )"
|
|
|
|
cp -v /etc/diycron ./diycron
|
|
cp -v /Server/Scripts/Backup/*.sh ./Scripts/Backup/
|
|
cp -v /Server/Scripts/Backup/*.cfg ./Scripts/Backup/
|