2 lines
41 B
Bash
2 lines
41 B
Bash
#!/bin/bash
|
|
tar cf backup.tar BlogState/
|
#!/bin/bash
|
|
tar cf backup.tar BlogState/
|