baco
baco (BackupCopy) is a Mono / .NET program for
easy backing up your files to a volume that supports hard links (ext2, ext3, ReiserFS, NTFS, ...).
It runs on Unix/Linux (with Mono) and Windows (with Mono or .NET).
Every run of baco produces a snapshot of all your files in a new folder named by current date and
time. But if there are unchanged files (compared by content), these files will not need new
hard disk space. Instead baco produces hard links. (Hard link: two or more file
entries on the same volume share their data bytes.)
To configure the list of files and folders you want to have backed up, you
edit a simple XML file. Run baco without parameters to see an
example.
This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either version 2 of
the License, or any later version.
Copyright (C) 2006..2008 Udo Liess
2008-02-05: version 0.106 fix: wrong compare function
2008-04-08: version 0.109 fix: timestamp of file was not set
2008-07-15: version 0.110 add: copy directory properties
2008-07-17: version 0.112
Download latest binaries
Download latest sources