-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added general info about utility
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |