Killeroo / gobackitup

Small cross platform backup program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gobackitup

Go Report Card

Small and simple cross platform backup program. Download it here.

Usage

[-s] [-source]       path   Path to backup
[-d] [-destination]  path   Path to save backup to
[-n] [-name]         name   Name of folder to save backup to (optional)
[-z] [-zip]                 Compress the backup (optional)

Example

gobackitup --source C:\Some\Thing --destination H:\
gobackitup --s /Volumes/USB --d /home/ --n MY_BACKUP
gobackitup --s /Volumes/USB2 --d /home/documents --n MY_ZIP_BACKUP --zip

About

Small cross platform backup program

License:MIT License


Languages

Language:Go 90.9%Language:Batchfile 9.1%