Skip to content

A program that makes periodic backups with Golang.

Notifications You must be signed in to change notification settings

bedirhandogan/backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduled Backup System

A program that makes periodic backups with Golang. You can specify the source and target folder and continue to take backups periodically within the time interval you specify.

Setup

# install program
$ git clone https://github.com/bedirhandogan/backup.git

# to see usage
$ go run .

Usage

# usage
$ go run . -source [source path] -destination [destination path] -duration [backup duration]

# back up every 1 day e.g
$ go run . -source C:/Users/John/Project -destination C:/Users/John/Backup -duration "d:1 h:0 m:0 s:0"

About

A program that makes periodic backups with Golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages