A small backup utility to automatically copy changed files at specified intervals.
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 toLinux:
bak --input ~/.dotfiles --output /media/backup/.dotfiles --interval 1hWindows:
bak.exe --input C:\Users\me\AppData\Local\Astro\Saved\Savegames --output D:\backup\Astro\Savegames --interval 10mJust grab the latest executable for your operating system from the Releases.