0

i want to write bash file to do incremntal backup daily ... how i can do it ?

by svnlook youngest i can get the current svn repository revision ... how i can store the result of svnlook youngest in variable and how i can take the differant between to revision

to understand what i mean see the following :- svnadmin dump $SVN_REPOSITORY --revision old_revision_number:YOUNGEST_revision_number --incremental > $SHERD_AREA/incremental_backup"

Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54

1 Answers1

2
version=$(svnlook youngest)
topdog
  • 3,520
  • 17
  • 13