Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

First you need to create your batch file using a text editor and add the following:

...

Info

If your backup fails with errors about client encoding then you may need to set the PGCLIENTENCODING environment variable in the top line of your batch file. For example, to set the encoding to LATIN1, add the following line at the top:

Code Block
titleSet encoding
set PGCLENTENCODING=LATIN1

...

Select the Program radio button and click OK.

Program Task details

Name

Enter a unique name for your task e.g. iShare Backup

Details

Program

Use the browse button to select the batch file that you have just created.

...