Update README.md
This commit is contained in:
parent
4983049a69
commit
261dbed101
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ content that was put on Youtube since the last sync.
|
||||||
|
|
||||||
Add this to cron to delete synced videos that have been published:
|
Add this to cron to delete synced videos that have been published:
|
||||||
|
|
||||||
`*/10 * * * * (/bin/ls /tmp/ | /bin/grep -q ytsync && /usr/bin/find /tmp/ytsync* -mmin +20 -delete) || true
|
`*/10 * * * * (/bin/ls /tmp/ | /bin/grep -q ytsync && /usr/bin/find /tmp/ytsync* -mmin +20 -delete) || true`
|
||||||
|
|
Loading…
Reference in a new issue