add bash script to simply create backups with server

This commit is contained in:
2022-11-25 20:13:08 +01:00
parent d8422ad9db
commit 5908be219a
2 changed files with 50 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ VOLUME ["/sshkeys/host"]
COPY motd.txt /etc/motd
COPY entrypoint-script/entrypoint.sh /
COPY entrypoint-script/variables.sh /
COPY scripts/borgbackup.sh /usr/local/bin/
COPY bash-config/.bash_profile /root/
COPY bash-config/.bashrc /root/