Feat(Makefile): rsync_cleUSB vers k1
This commit is contained in:
parent
63794f761c
commit
2709aaa1f5
4
Makefile
4
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue