Added port config rsync

This commit is contained in:
Bram Prieshof
2020-08-19 13:14:16 +02:00
parent 34199d829a
commit ad31867f8c

View File

@@ -15,6 +15,10 @@ REMOTEPATH=/home #Path were backup wil be stored on FTP
DBUSER='root' #MySQL Username DBUSER='root' #MySQL Username
DBPASS='PASSword' #MySQL Root password (syntax '<MSQLRootPW>') DBPASS='PASSword' #MySQL Root password (syntax '<MSQLRootPW>')
#RSYNC
RSPORT=22 #Rsync port
##SiteBackup site backup command, multiple commands are allowed ##SiteBackup site backup command, multiple commands are allowed
#example: SiteBackup -d domain.com -sn domain -db wp_093 -sd "/var/www/domain.com/html" -ext-files "/ext/test.txt" -ai1 -wpupdate #example: SiteBackup -d domain.com -sn domain -db wp_093 -sd "/var/www/domain.com/html" -ext-files "/ext/test.txt" -ai1 -wpupdate
# #