Backup script special characters
It seams to come back with file does not exist skip(S) retry(R) abort(A) but it just aborts.
Thanks
# VPSLink Sample Backup Script for WinSCP
option exclude "*.mp4; *.lnk; *.exe; *.msi; My Pictures; My Music; My Videos; @college; .metadata;"
# Comment out the next two lines to test
option batch on
option confirm off
# Connect - format: user:password@host
open user:pass@server.org
# Force binary mode transfer
option transfer binary
# Download backup file to remote directory
synchronize remote F:\+myfiles\ /home/user/recent
# Disconnect
close
# Exit WinSCP
exit
only seams to happen with script not with GUI but can not schedule the gui to run every night.