[IMP]Rsync backup should delete obsolete files

This commit is contained in:
Fabien Bourgeois 2016-10-09 07:30:40 +02:00
parent a1a4fd6ec8
commit 9a491bf66f
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
rsync -av ${SOURCE} ${DEST}
rsync -av --delete ${SOURCE} ${DEST}