4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
|
#!/bin/bash
|
||
|
sudo mkdir -p /BACKUP/
|
||
|
cp -rp /opt/ /BACKUP/opt-$(date +"%d-%m-%Y")/
|