Feat(Makefile): rsync_cleUSB vers k1

This commit is contained in:
Bertrand Benjamin 2018-11-08 20:04:10 +01:00
parent 63794f761c
commit 2709aaa1f5
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ rsync_upload:
rsync -e "ssh" -P -rvzc --delete $(GIT_EXCLUDE) $(SRC_EXCLUDE) $(CURDIR)/ $(SSH_CONF):$(SSH_TARGET_DIR) --cvs-exclude
rsync_cleUSB:
rsync --progress --modify-window=1 --update --recursive --times --del ./ $(GIT_EXCLUDE) /run/media/lafrite/CLE32_FAT
rsync -av --del ./ $(GIT_EXCLUDE) /run/media/lafrite/CLE32_ext4
rsync --progress --modify-window=1 --update --recursive --times --del ./ $(GIT_EXCLUDE) /run/media/lafrite/K1
#rsync -av --del ./ $(GIT_EXCLUDE) /run/media/lafrite/CLE32_ext4
.PHONY: