add script for checking dropbox file sync
This commit is contained in:
parent
4aa66896e1
commit
1d7fedefe4
5
scripts/dpcheck
Executable file
5
scripts/dpcheck
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Check which files dropbox is modifying
|
||||
|
||||
ls -l /proc/$(pidof dropbox)/fd | egrep -v 'pipe:|socket:|/dev' | grep "$DROPBOX_DIR/[^.]"
|
||||
|
Loading…
Reference in New Issue
Block a user