4 lines
70 B
Text
4 lines
70 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
rsync -av --delete /home/ /media/DATA_400GB-2/homebackup/
|
||
|
|
|