5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/sh
|
|
|
|
cd /home/horseman
|
|
|
|
tar -cf backups/$(date +%Y-%m-%d).tar Documents
|