Skip to content

niljimeno/bknad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BKNad -> File backup cli app

Backup application that copies files from a source to a target, ignoring already existing files and deleting files that aren't in the source.

It's meant to be a simpler replacement to rsync that is less resource-intense (useful for USB backups).

Please note that you may get errors for the following reasons:

  • If the output directory does not exist (just run mkdir for now)
  • If there are invalid characters in the file names (like : for instance)

Usage

bknad source target

# example:
bknad Music /media/Music

Installation

# compile it and save it to your bin directory
make
cp bknad /your/bin/directory

To do:

  • replace files with modified timestamp
  • add an option to ignore caps (for FAT32)

About

Low-resource backup utility

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors