Sync/Variables.go
Thorsten Sommer 815b15840c Version 1.0.0
2015-09-30 10:51:22 +02:00

12 lines
412 B
Go

package main
var (
username = `` // The SSH user's name
password = `` // The user's password
serverAddrString = `` // The SSH server address
localDir = `` // The local directory
remoteDir = `` // The remote directory
supervised = true // Should the tool work supervised?
pushOnly = true // Pushes only local changes to the remote i.e. backup mode
)