13-03-17, 10:14
Patrick L, avec inotify, il faut faire comment pour que la sauvegarde se fasse automatiquement à la fermeture de Darktable
installer inotify
sudo apt-get install inotify-tools
Je suppose que c'est dans un terminal :
inotifywait -m -e CLOSE_NOWRITE /usr/bin/darktable | while read l ; do
et après ?
rsync -avr --delete /home/philippe/Images/ /media/philippe/sauvegarde/Images
Ca sera automatique ?
installer inotify
sudo apt-get install inotify-tools
Je suppose que c'est dans un terminal :
inotifywait -m -e CLOSE_NOWRITE /usr/bin/darktable | while read l ; do
et après ?
rsync -avr --delete /home/philippe/Images/ /media/philippe/sauvegarde/Images
Ca sera automatique ?