[IMP]Rsync backup should delete obsolete files
This commit is contained in:
parent
a1a4fd6ec8
commit
9a491bf66f
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rsync -av ${SOURCE} ${DEST}
|
||||
rsync -av --delete ${SOURCE} ${DEST}
|
||||
|
Loading…
Reference in New Issue
Block a user