Feat: ok pour la syncro avec la clé usb
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bd1c0ee4dc
commit
ef14b2725a
5
Makefile
5
Makefile
@ -24,8 +24,9 @@ clean:
|
||||
rsync_cleUSB: clean
|
||||
#rsync --progress --modify-window=1 --update --recursive --times --del ./ $(GIT_EXCLUDE) /run/media/lafrite/K1
|
||||
rsync -av --del --exclude "venv" ./ $(COMMON_EXCLUDE) /run/media/lafrite/$(CLEUSB)/Enseignements
|
||||
rsync -av ../../Divers/ /run/media/lafrite/$(CLEUSB)/Divers
|
||||
rsync -av ../../Production\ eleves/ /run/media/lafrite/$(CLEUSB)/Productions/
|
||||
rsync -av $(COMMON_EXCLUDE) ../Divers/ /run/media/lafrite/$(CLEUSB)/Divers
|
||||
rsync -av $(COMMON_EXCLUDE) ../Notes/ /run/media/lafrite/$(CLEUSB)/Notes
|
||||
rsync -av $(COMMON_EXCLUDE) ../Productions\ Eleves/ /run/media/lafrite/$(CLEUSB)/Productions
|
||||
|
||||
# rsync -av /run/media/lafrite/$(CLEUSB)/Productions/$(YEAR) ../../Production\ eleves/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user