source: tools/vmailbackup.sh@ 331

Last change on this file since 331 was 216, checked in by Rick van der Zwet, 14 years ago

Por mans configuration backup

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 193 bytes
Line 
1#!/bin/sh
2#
3# $Id: vmailbackup.sh 216 2010-11-06 16:38:30Z rick $
4# Poor mans virtual mailbox backup.
5# Rick van der Zwet <info@rickvanderzwet.nl>
6
7
8TARGET=/usr/local/backup/vmailbackup/virtual.tar.gz
9tar -C /var/mail -czf $TARGET virtual
10
Note: See TracBrowser for help on using the repository browser.