DokuWiki

It's better when it's simple

User Tools

Site Tools


tips:backup_script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tips:backup_script [2014-02-06 00:00] – [Backup Script] Folded in correction comment 203.97.166.194tips:backup_script [2024-01-08 13:29] (current) 84.136.35.186
Line 28: Line 28:
 -- dp <paul@thewall.de> -- dp <paul@thewall.de>
  
-<code bash>+<file bash dw-backup.sh>
 #!/bin/sh #!/bin/sh
 # $Id: dw-backup.sh 328 2004-12-22 13:15:20Z dp $ # $Id: dw-backup.sh 328 2004-12-22 13:15:20Z dp $
Line 97: Line 97:
 mv "/tmp/data.1.tar.bz2" "${BACKUPPATH}/data/daily" mv "/tmp/data.1.tar.bz2" "${BACKUPPATH}/data/daily"
 mv "/tmp/media.1.tar.bz2" "${BACKUPPATH}/media/daily" mv "/tmp/media.1.tar.bz2" "${BACKUPPATH}/media/daily"
-</code>+</file>
  
  
Line 108: Line 108:
 This script is far from being well written, so please feel free to do any improvements you like!  This script is far from being well written, so please feel free to do any improvements you like! 
  
-<code bash> +<file bash rsync-dw-backup.sh
-#!/bin/sh+#!/bin/bash
 #======================== #========================
 # backup script for stuff on wiki to be run periodically through a crontab on a trusted server # backup script for stuff on wiki to be run periodically through a crontab on a trusted server
Line 193: Line 193:
     tar -cjf ${backupdir}/archive/${bkname}-${mydate}.tar.bz2 ./${bkname}-0     tar -cjf ${backupdir}/archive/${bkname}-${mydate}.tar.bz2 ./${bkname}-0
 fi fi
-</code+</file
-The script uses an //exclude// file, listing all file and dir "pattern name" you wish not to include in the backup. Here is a copy of my ''wwwbackup-exclude-list.txt'' file:+The script uses an //exclude// file, listing all file and dir "pattern name" you wish not to include in the backup.\\ 
 +Here is a copy of my ''wwwbackup-exclude-list.txt'' file:
 <file> <file>
 data/.cache/* data/.cache/*
Line 346: Line 347:
 ===== windows command line script ===== ===== windows command line script =====
  
-Although wndows "ms dos shell" is not powerful as Unix shells, it can handle a lot of problems with or without thirdy part programs ([[http://www.robvanderwoude.com/batchfiles.php|Some examples]]). For this script you must install (or unzip) the [[http://www.ncftp.com/ncftp/|ncftp client executables]], and then you can run the following script:+Although wndows "ms dos shell" is not powerful as Unix shells, it can handle a lot of problems with or without third party programs ([[http://www.robvanderwoude.com/batchfiles.php|Some examples]]). For this script you must install (or unzip) the [[http://www.ncftp.com/ncftp/|ncftp client executables]], and then you can run the following script:
  
 <code dos ncFtpGetDokuWikiBackup.bat> <code dos ncFtpGetDokuWikiBackup.bat>
tips/backup_script.1391641258.txt.gz · Last modified: 2014-02-06 00:00 by 203.97.166.194

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki