Skip to content

Backups up your PC folders to remote FTP server with a simple Command/Click.

License

Notifications You must be signed in to change notification settings

Batch-Man/Backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backup

Description

This program can backup your PC Folders to Your FTP server easily.

Author: Kvc

Usage

Call Backup

Example call Backup "D:\MyPrograms"

Installing the application

You can get the app from our GitHub page. Once you have downloaded this, you should have four files: Backup.bat, RunAS admin.bat, Settings.txt and 7za.exe (the last one in the files\ folder, as it is a dependency). The main application is backup.bat, and the RunAS batch file allows you to create a shortcut via the explorer shell. The Settings.txt file is where you will store the FTP server settings. Also, the FTP application uses 7zip to compress your backup before sending it to your FTP server. If 7zip is installed already, you can remove the portable one.

Initializing our settings

Now, in the settings file you will find the following:

# All Lines after '#' are comments

_FTPid=xxx
_Port=xxx
_User=xxx
_Password=xxx

_RemoteBackupPath=/_Backup


# Do not touch these settings...
_Mode=Binary

The settings are pretty straightforward for you to fill in. You will have to to specify the FTPid (or IP address), the FTP Port, the Username and Password, and the folder the backups will be placed in on your FTP server. Once you have filled those in, you are ready to proceed with the next steps.

Article- https://batch-man.com/easy-ftp-backup-with-batch-application/

Video- https://www.youtube.com/watch?v=pkmjEXsQOyo&ab_channel=BatchMan

About

Backups up your PC folders to remote FTP server with a simple Command/Click.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •