diff options
Diffstat (limited to 'modules/blog')
-rwxr-xr-x | modules/blog/templates/backup_blog-files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/templates/backup_blog-files.sh b/modules/blog/templates/backup_blog-files.sh index 16ad4a49..bf08580d 100755 --- a/modules/blog/templates/backup_blog-files.sh +++ b/modules/blog/templates/backup_blog-files.sh @@ -11,7 +11,7 @@ do then /bin/mkdir $PATH_TO_FILE/$locale fi - tar zcf $PATH_TO_FILE/$locale/$locale-$COUNT.tar.gz /var/www/html/blog.<%= domain %>/$locale + tar Jcf $PATH_TO_FILE/$locale/$locale-$COUNT.tar.xz /var/www/html/blog.<%= domain %>/$locale done # Check count file to have a week of backup in the directory if [ $COUNT -ne 6 ] |