Changes between Version 24 and Version 25 of SysAdmin/Pootle


Ignore:
Timestamp:
05/24/13 12:07:51 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin/Pootle

    v24 v25  
    130130#!/bin/sh
    131131NOW=\$(date +"%Y-%m-%d")
    132 tar cvf /root/po-\$NOW.tar
     132tar cvf /root/po-\$NOW.tar /var/www/pootle/po
    133133gzip -9 /root/po-\$NOW.tar
    134134mysqldump pootle> /root/backup-\$NOW.sql