add tower scripts

This commit is contained in:
2024-03-25 20:28:52 +01:00
parent ccabd90723
commit 3942447238
53 changed files with 605 additions and 0 deletions

6
notebook/backup.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
#Doing adata backup to server-ccppi
Source="/home/ccppi2"
Destination="ccppi@192.168.1.3:/home/backup/by-Device/ccppi-nb/"
rsync -rtsv "$Source" "$Destination"