add tower scripts
This commit is contained in:
6
notebook/backup.sh
Executable file
6
notebook/backup.sh
Executable 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"
|
||||
Reference in New Issue
Block a user