------------------------------------------------------------------------ r50 | dpavlin | 2008-01-22 19:04:36 +0100 (Tue, 22 Jan 2008) | 1 line Changed paths: M /trunk/psinib.pl handle case where local copy of directory which is backuped is empty ------------------------------------------------------------------------ r49 | dpavlin | 2007-02-15 13:32:09 +0100 (Thu, 15 Feb 2007) | 1 line Changed paths: M /trunk/psinib.pl don't show ignored files when using --diff without --verbose ------------------------------------------------------------------------ r48 | dpavlin | 2007-02-14 16:59:40 +0100 (Wed, 14 Feb 2007) | 1 line Changed paths: M /trunk/psinib.pl added --only to backups just some shares, documented --diff ------------------------------------------------------------------------ r47 | dpavlin | 2007-02-14 03:00:23 +0100 (Wed, 14 Feb 2007) | 1 line Changed paths: M /trunk/psinib.pl don't re-create local directories over and over again ------------------------------------------------------------------------ r46 | dpavlin | 2007-02-14 03:00:06 +0100 (Wed, 14 Feb 2007) | 1 line Changed paths: M /trunk/fdupes-ln.pl minor fix ------------------------------------------------------------------------ r45 | dpavlin | 2007-02-14 02:55:36 +0100 (Wed, 14 Feb 2007) | 1 line Changed paths: M /trunk/psinib.pl make Perl::Critic not critical, fixed temporary name creation [1.0-rc3] ------------------------------------------------------------------------ r44 | dpavlin | 2007-02-14 02:42:48 +0100 (Wed, 14 Feb 2007) | 2 lines Changed paths: M /trunk/psinib.pl added long forgot --diff option which output just compact changes ------------------------------------------------------------------------ r43 | dpavlin | 2007-02-14 02:30:09 +0100 (Wed, 14 Feb 2007) | 1 line Changed paths: M /trunk/fdupes-ln.pl make Perl::Critic happy ------------------------------------------------------------------------ r42 | dpavlin | 2007-02-14 02:29:56 +0100 (Wed, 14 Feb 2007) | 1 line Changed paths: M /trunk/Makefile critic target ------------------------------------------------------------------------ r41 | dpavlin | 2007-02-14 01:54:16 +0100 (Wed, 14 Feb 2007) | 1 line Changed paths: M /trunk/fdupes-ln.pl skip directories (fdupes would groak, so why let him?) ------------------------------------------------------------------------ r40 | dpavlin | 2007-02-14 00:19:53 +0100 (Wed, 14 Feb 2007) | 1 line Changed paths: M /trunk/fdupes-ln.pl proper pod docs ------------------------------------------------------------------------ r39 | dpavlin | 2007-02-14 00:19:40 +0100 (Wed, 14 Feb 2007) | 1 line Changed paths: M /trunk/Makefile use svk instead of svn ------------------------------------------------------------------------ r38 | dpavlin | 2007-02-14 00:12:27 +0100 (Wed, 14 Feb 2007) | 2 lines Changed paths: A /trunk/fdupes-ln.pl helper script to recover from network errors (and this broken chain-of-hardlinks in some shares) ------------------------------------------------------------------------ r37 | dpavlin | 2007-02-13 23:22:11 +0100 (Tue, 13 Feb 2007) | 3 lines Changed paths: M /trunk/psinib.pl 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] ------------------------------------------------------------------------ r36 | dpavlin | 2005-06-09 18:05:43 +0200 (Thu, 09 Jun 2005) | 2 lines Changed paths: M /trunk/psinib.pl fix verbose ------------------------------------------------------------------------ r35 | dpavlin | 2004-07-08 15:00:57 +0200 (Thu, 08 Jul 2004) | 5 lines Changed paths: M /trunk/psinib.pl 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 ------------------------------------------------------------------------ r34 | dpavlin | 2004-06-30 15:23:01 +0200 (Wed, 30 Jun 2004) | 2 lines Changed paths: M /trunk/psinib.pl There is a problem with List::Compare up to 0.30, so we require 0.30 or newer ------------------------------------------------------------------------ r33 | dpavlin | 2004-06-13 15:28:25 +0200 (Sun, 13 Jun 2004) | 2 lines Changed paths: M /trunk/psinib.pl --backupdest now takes arguments (stupid bug) and typo fix ------------------------------------------------------------------------ r32 | dpavlin | 2004-06-13 15:24:31 +0200 (Sun, 13 Jun 2004) | 2 lines Changed paths: M /trunk/psinib.pl bug fix: change file and share size to Kb before comparison ------------------------------------------------------------------------ r31 | dpavlin | 2004-06-12 01:26:43 +0200 (Sat, 12 Jun 2004) | 6 lines Changed paths: M /trunk/psinib.pl 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 ------------------------------------------------------------------------ r30 | dpavlin | 2004-05-15 15:06:32 +0200 (Sat, 15 May 2004) | 2 lines Changed paths: M /trunk/psinib.pl improved documentation ------------------------------------------------------------------------ r29 | dpavlin | 2004-05-14 12:02:40 +0200 (Fri, 14 May 2004) | 2 lines Changed paths: A /trunk/Makefile M /trunk/psinib.pl release of version 0.8 ------------------------------------------------------------------------ r28 | dpavlin | 2004-05-14 11:27:29 +0200 (Fri, 14 May 2004) | 2 lines Changed paths: M /trunk/psinib.pl use rmtree instead of rmdir, and check if directory exists ------------------------------------------------------------------------ r27 | dpavlin | 2004-03-01 20:38:16 +0100 (Mon, 01 Mar 2004) | 5 lines Changed paths: M /trunk/psinib.pl 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?) ------------------------------------------------------------------------ r26 | dpavlin | 2003-11-08 02:46:53 +0100 (Sat, 08 Nov 2003) | 2 lines Changed paths: M /trunk/psinib.pl don't warn on undef if there isn't subjects.txt file ------------------------------------------------------------------------ r25 | dpavlin | 2003-11-08 01:31:14 +0100 (Sat, 08 Nov 2003) | 4 lines Changed paths: M /trunk/psinib.pl A /trunk/subjects.txt 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) ------------------------------------------------------------------------ r24 | dpavlin | 2003-10-27 20:07:32 +0100 (Mon, 27 Oct 2003) | 2 lines Changed paths: M /trunk/psinib.pl remove non-valid latest links ------------------------------------------------------------------------ r23 | dpavlin | 2003-10-27 19:58:41 +0100 (Mon, 27 Oct 2003) | 2 lines Changed paths: M /trunk/psinib.pl spit fatal errors on screen even if quiet (use -q -q to supress all output) ------------------------------------------------------------------------ r22 | dpavlin | 2003-10-26 15:04:17 +0100 (Sun, 26 Oct 2003) | 2 lines Changed paths: M /trunk/psinib.pl verbose, quiet options and added documentation for command line options ------------------------------------------------------------------------ r21 | dpavlin | 2003-10-26 13:55:56 +0100 (Sun, 26 Oct 2003) | 2 lines Changed paths: M /trunk/psinib.pl use tcp syn ping to check if host if up ------------------------------------------------------------------------ r20 | dpavlin | 2003-10-12 23:46:42 +0200 (Sun, 12 Oct 2003) | 2 lines Changed paths: M /trunk/psinib.pl doc add-on ------------------------------------------------------------------------ r19 | dpavlin | 2003-10-12 20:47:35 +0200 (Sun, 12 Oct 2003) | 2 lines Changed paths: M /trunk/psinib.pl command-line options ------------------------------------------------------------------------ r18 | dpavlin | 2003-10-12 19:44:21 +0200 (Sun, 12 Oct 2003) | 2 lines Changed paths: M /trunk/psinib.pl remove stale entries in .md5sum ------------------------------------------------------------------------ r17 | dpavlin | 2003-10-12 18:13:38 +0200 (Sun, 12 Oct 2003) | 3 lines Changed paths: M /trunk/psinib.pl better logging, report correct number of dirs, don't create local file if remote permission doesn't allow reading ------------------------------------------------------------------------ r16 | dpavlin | 2003-10-12 17:58:28 +0200 (Sun, 12 Oct 2003) | 2 lines Changed paths: M /trunk/psinib.pl add support for ip=1.2.3.4 option which overrides nmblookup ------------------------------------------------------------------------ r15 | dpavlin | 2003-07-15 19:41:45 +0200 (Tue, 15 Jul 2003) | 2 lines Changed paths: M /trunk/psinib.pl removed all debugging output ------------------------------------------------------------------------ r14 | dpavlin | 2003-07-15 19:40:32 +0200 (Tue, 15 Jul 2003) | 2 lines Changed paths: M /trunk/TODO M /trunk/psinib.pl fixed bugs dealing with latest links and smb mounts which aren't available ------------------------------------------------------------------------ r13 | dpavlin | 2003-03-04 22:08:43 +0100 (Tue, 04 Mar 2003) | 2 lines Changed paths: M /trunk/TODO M /trunk/psinib.pl some more warnings ------------------------------------------------------------------------ r12 | dpavlin | 2003-01-31 23:32:42 +0100 (Fri, 31 Jan 2003) | 2 lines Changed paths: M /trunk/TODO allmost at version 0.9 ------------------------------------------------------------------------ r11 | dpavlin | 2003-01-31 23:31:41 +0100 (Fri, 31 Jan 2003) | 6 lines Changed paths: M /trunk/psinib.pl Lot of changes: - ping using tcp connect to port 139 - save warn and die in log - use newest directory as latest (or partial) if latest symlink doesn't exist - actually CREATE latest symlink ------------------------------------------------------------------------ r10 | dpavlin | 2003-01-21 22:30:19 +0100 (Tue, 21 Jan 2003) | 2 lines Changed paths: M /trunk/psinib.pl how to erase old snapshots ------------------------------------------------------------------------ r9 | dpavlin | 2003-01-21 20:50:47 +0100 (Tue, 21 Jan 2003) | 2 lines Changed paths: M /trunk/psinib.pl append log entries to log ------------------------------------------------------------------------ r8 | dpavlin | 2003-01-04 16:59:14 +0100 (Sat, 04 Jan 2003) | 3 lines Changed paths: M /trunk/psinib.pl creates .md5sum files (but still doesn't use them) better documentation ------------------------------------------------------------------------ r7 | dpavlin | 2003-01-04 14:34:38 +0100 (Sat, 04 Jan 2003) | 2 lines Changed paths: A /trunk/mountscript.example example of mountscript used for configuration (created with LinNeighborhood) ------------------------------------------------------------------------ r6 | dpavlin | 2003-01-04 14:29:12 +0100 (Sat, 04 Jan 2003) | 2 lines Changed paths: M /trunk/TODO M /trunk/psinib.pl start of POD documentation -- use 'perldoc psinib.pl' to read it ------------------------------------------------------------------------ r5 | dpavlin | 2003-01-04 13:14:54 +0100 (Sat, 04 Jan 2003) | 2 lines Changed paths: M /trunk/TODO M /trunk/psinib.pl added locking using logfile ------------------------------------------------------------------------ r1 | dpavlin | 2003-01-04 12:42:55 +0100 (Sat, 04 Jan 2003) | 2 lines Changed paths: A /trunk A /trunk/TODO A /trunk/psinib.pl Initial revision ------------------------------------------------------------------------