Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added general info about utility
  • Loading branch information
kutsyk authored Sep 12, 2017
1 parent 29c0964 commit 37dd931
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# BackupUtility
You can use this utility to shedule backups of chosen directory to your FTP server.
Write properties for FTP connection and folder path.
Set the time for making backup.

```
ftp=ftp.some-ftp-example.com
user=guest
pass=guest
path=software/backup
time=12:34
```

You can download builded **BackupUtil.zip** and unzip it into the folder you want to backup and just run it; Put this jar into the directory you want to backup. Opened for issues;

0 comments on commit 37dd931

Please sign in to comment.