diff options
Diffstat (limited to 'backup.sh')
-rw-r--r-- | backup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backup.sh b/backup.sh new file mode 100644 index 000000000000..bbc316732498 --- /dev/null +++ b/backup.sh @@ -0,0 +1,2 @@ +#!/bin/bash +tar cf backup.tar BlogState/ |