/[adm]/puppet/modules/planet/templates/backup_planet-files.sh
ViewVC logotype

Diff of /puppet/modules/planet/templates/backup_planet-files.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1610 by dams, Wed Mar 30 12:50:48 2011 UTC revision 1611 by boklm, Sun May 15 17:53:29 2011 UTC
# Line 11  do Line 11  do
11          then          then
12                  /bin/mkdir $PATH_TO_FILE/$locale                  /bin/mkdir $PATH_TO_FILE/$locale
13          fi          fi
14          rsync -aHP --delete /var/www/html/planet.<%= domain %>/$locale $PATH_TO_FILE/$locale/$locale-$COUNT          rsync -aHP --delete <%= planet_location %>/$locale $PATH_TO_FILE/$locale/$locale-$COUNT
15  done  done
16  # Check count file to have a week of backup in the directory  # Check count file to have a week of backup in the directory
17  if [ $COUNT -ne 6 ]  if [ $COUNT -ne 6 ]

Legend:
Removed from v.1610  
changed lines
  Added in v.1611

  ViewVC Help
Powered by ViewVC 1.1.30