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)
bknad source target
# example:
bknad Music /media/Music# compile it and save it to your bin directory
make
cp bknad /your/bin/directory- replace files with modified timestamp
- add an option to ignore caps (for FAT32)