Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Revision Log
2008/01/22 18:04:36 50 50 dpavlin handle case where local copy of directory which is backuped is empty
2007/02/15 12:32:09 49 49 dpavlin don't show ignored files when using --diff without --verbose
2007/02/14 15:59:40 48 48 dpavlin added --only to backups just some shares, documented --diff
2007/02/14 02:00:23 47 47 dpavlin don't re-create local directories over and over again
2007/02/14 02:00:06 46 46 dpavlin minor fix
2007/02/14 01:55:36 45 45 dpavlin make Perl::Critic not critical, fixed temporary name creation [1.0-rc3]
2007/02/14 01:42:48 44 44 dpavlin added long forgot --diff option which output just compact changes
2007/02/14 01:30:09 43 43 dpavlin make Perl::Critic happy
2007/02/14 01:29:56 42 42 dpavlin critic target
2007/02/14 00:54:16 41 41 dpavlin skip directories (fdupes would groak, so why let him?)
2007/02/13 23:19:53 40 40 dpavlin proper pod docs
2007/02/13 23:19:40 39 39 dpavlin use svk instead of svn
2007/02/13 23:12:27 38 38 dpavlin helper script to recover from network errors (and this broken
chain-of-hardlinks in some shares)
2007/02/13 22:22:11 37 37 dpavlin be a bit more chatty at default verbosity 1, transfer files to temporary
ones and rename them after succesfull transfer (instead of doing it in-place
and possibly corrupting files because of network errors) [1.0-rc1]
2005/06/09 16:05:43 36 36 dpavlin fix verbose
2004/07/08 13:00:57 35 35 dpavlin checking for host_up is much more agressive now (so it will detect machines
which have firewall enabled, but also allowed file sharing). It will also
always use IP address when connecting to SMB share, with fallback to
host if nmblookup didn't return IP
2004/06/30 13:23:01 34 34 dpavlin There is a problem with List::Compare up to 0.30, so we require 0.30 or newer
2004/06/13 13:28:25 33 33 dpavlin --backupdest now takes arguments (stupid bug) and typo fix
2004/06/13 13:24:31 32 32 dpavlin bug fix: change file and share size to Kb before comparison
2004/06/11 23:26:43 31 31 dpavlin Major improvement and fixups for version 0.9:
- added options --max_share_size, --max_file_size, --min_free_space and --help
- display all values in Kb
- enable warn and die before log is opened
- documentation fixes