Repository List
/
psinib
/
trunk
/
psinib.pl @ HEAD
English
Français
Chinese (Simplified)
Chinese (Traditional)
Blame/Annotate
Checkout
View File
RSS Feed
Show last: 20 ,
50
,
100
,
All
Next page
Date
File
Revision
Author
Diff
Revision Log
2008/10/26 10:33:49
51
51
dpavlin
HTML
|
TEXT
We never want to pull .md5sum from client back to server, because
it should end up on client only if we restored our backup on it.
And if it does, it's probably wrong...
2008/01/22 18:04:36
50
50
dpavlin
HTML
|
TEXT
handle case where local copy of directory which is backuped is empty
2007/02/15 12:32:09
49
49
dpavlin
HTML
|
TEXT
don't show ignored files when using --diff without --verbose
2007/02/14 15:59:40
48
48
dpavlin
HTML
|
TEXT
added --only to backups just some shares, documented --diff
2007/02/14 02:00:23
47
47
dpavlin
HTML
|
TEXT
don't re-create local directories over and over again
2007/02/14 01:55:36
45
45
dpavlin
HTML
|
TEXT
make Perl::Critic not critical, fixed temporary name creation [1.0-rc3]
2007/02/14 01:42:48
44
44
dpavlin
HTML
|
TEXT
added long forgot --diff option which output just compact changes
2007/02/13 22:22:11
37
37
dpavlin
HTML
|
TEXT
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
HTML
|
TEXT
fix verbose
2004/07/08 13:00:57
35
35
dpavlin
HTML
|
TEXT
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
HTML
|
TEXT
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
HTML
|
TEXT
--backupdest now takes arguments (stupid bug) and typo fix
2004/06/13 13:24:31
32
32
dpavlin
HTML
|
TEXT
bug fix: change file and share size to Kb before comparison
2004/06/11 23:26:43
31
31
dpavlin
HTML
|
TEXT
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
2004/05/15 13:06:32
30
30
dpavlin
HTML
|
TEXT
improved documentation
2004/05/14 10:02:40
29
29
dpavlin
HTML
|
TEXT
release of version 0.8
2004/05/14 09:27:29
28
28
dpavlin
HTML
|
TEXT
use rmtree instead of rmdir, and check if directory exists
2004/03/01 19:38:16
27
27
dpavlin
HTML
|
TEXT
if home directory isn't writable (for e.g. if you are running psinib under
backup user with Debian) it will fallback to /tmp directory (which is
somewhat bad -- why whould you want to run under user without writable home
dir?)
2003/11/08 01:46:53
26
26
dpavlin
HTML
|
TEXT
don't warn on undef if there isn't subjects.txt file
2003/11/08 00:31:14
25
25
dpavlin
fixed division by zero if no valid mounts are found in mountscript
added --email option to send e-mails (use Mail::Send)
implemented cycling subjects (use Tie::File)