Skip to content

zikes/bak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bak

A small backup utility to automatically copy changed files at specified intervals.

Usage

Note: On Windows the file will be bak.exe

bak [flags] Flags: -h, --help help for bak --input string the path to the file or directory to watch --interval duration the interval to back up changed files (default 5m0s) --output string the path to the directory where files should be backed up to

Examples

Linux:

bak --input ~/.dotfiles --output /media/backup/.dotfiles --interval 1h

Windows:

bak.exe --input C:\Users\me\AppData\Local\Astro\Saved\Savegames --output D:\backup\Astro\Savegames --interval 10m

Installation

Just grab the latest executable for your operating system from the Releases.

About

A small backup utility to automatically copy changed files at specified intervals.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors