D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => ShareCenter® Add-on Applications => Topic started by: koadrian on November 10, 2015, 01:06:07 AM

Title: Vtcron And Grive2
Post by: koadrian on November 10, 2015, 01:06:07 AM
vtcron and grive2 how can i use vtcron schedule for grive to auto sync every 5 mins?
Title: Re: Vtcron And Grive2
Post by: vtverdohleb on November 10, 2015, 01:15:08 AM
vtcron and grive2 how can i use vtcron schedule for grive to auto sync every 5 mins?

5 minutes - it too often! Once per hour:
Code: [Select]
0 */1 * * * /mnt/HD/HD_a2/Nas_Prog/grive/bin/grive.sh > /dev/null 2>&1
Title: Re: Vtcron And Grive2
Post by: koadrian on November 12, 2015, 11:53:13 PM
Thanks sorry late reply.
Title: Re: Vtcron And Grive2
Post by: mdugre on April 12, 2016, 02:25:22 PM
I did install Vtcron & Grive2 on my DNS-320L.
Everything works fine except for one thing...

I'd like to sync files every hour ... so I add to following command in VTCRON:
0 */1 * * * /mnt/HD/HD_a2/Nas_Prog/grive/bin/grive.sh > /dev/null 2>&1

But the script doesn't run at all....
Title: Re: Vtcron And Grive2
Post by: rusatch on April 12, 2016, 10:09:46 PM
0 * * * * /mnt/HD/HD_a2/Nas_Prog/grive/bin/grive.sh > /dev/null 2>&1