From fc116e4ad2129c7a61f058f29231d3e29a0ed8e1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 14 Feb 2010 15:32:07 -0500 Subject: Add var/empty to excludes list --- etc/rc.create_full_backup | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.create_full_backup b/etc/rc.create_full_backup index 40cdda2..179636d 100644 --- a/etc/rc.create_full_backup +++ b/etc/rc.create_full_backup @@ -8,6 +8,7 @@ tar czPf /root/$FILENAME --exclude dev/* \ --exclude var/run/* \ --exclude root/* \ --exclude var/empty/* \ + --exclude var/empty \ / echo ">>> Backup completed. Note: this backup includes config.xml!" echo ">>> To restore this backup run this command:" -- cgit v1.1