X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bkmk-rsync;h=8e87e12b955f45014b14b156760befed5b78922a;hb=640a29c4011d07346413cf75f758e3d721d36d74;hp=2de2b30da8981ce0d49d315ab75dbe650362195e;hpb=7a1d1f8627690a2aac9ccf50bd9ef5f1f0557d52;p=bookmarks_db.git diff --git a/bkmk-rsync b/bkmk-rsync index 2de2b30..8e87e12 100755 --- a/bkmk-rsync +++ b/bkmk-rsync @@ -1,8 +1,21 @@ #! /bin/sh +# Synchronize bookmarks with remote workstations +# +# This file is a part of Bookmarks database and Internet robot. +# +# __version__ = "$Revision$"[11:-2] +# __revision__ = "$Id$"[5:-2] +# __date__ = "$Date$"[7:-2] +# __author__ = "Oleg Broytman " +# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design" +# __license__ = "GNU GPL" PATH=$HOME/lib/bookmarks_db:$PATH +umask 077 -mz2ns -mv bookmarks.html "$HOME/.netscape/bookmarks.html" +bkmk2db || exit 1 +db2bkmk.py || exit 2 +diff $HOME/.mozilla/bookmarks.html bookmarks.html > diff.out -exec distribute -r .netscape "$HOME/.netscape/bookmarks.html" +distribute -r .mozilla bookmarks.html +exec mv bookmarks.html "$HOME/.mozilla/bookmarks.html"