• April 19, 2024, 02:00:21 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Vtcron And Grive2  (Read 2926 times)

koadrian

  • Level 2 Member
  • **
  • Posts: 36
Vtcron And Grive2
« 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?
Logged

vtverdohleb

  • Level 5 Member
  • *****
  • Posts: 712
    • Add-Ons for D-Link NAS
Re: Vtcron And Grive2
« Reply #1 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
Logged
Add-on Application questions and issues, please include the following minimal information in your post:
* ShareCenter Model
* Add-on Name
* Add-on Version
* Detailed Description of your Issue
Donate: http://dlink.vtverdohleb.org.ua/Add-On/donate.php

koadrian

  • Level 2 Member
  • **
  • Posts: 36
Re: Vtcron And Grive2
« Reply #2 on: November 12, 2015, 11:53:13 PM »

Thanks sorry late reply.
Logged

mdugre

  • Level 1 Member
  • *
  • Posts: 10
Re: Vtcron And Grive2
« Reply #3 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....
Logged

rusatch

  • Level 2 Member
  • **
  • Posts: 65
Re: Vtcron And Grive2
« Reply #4 on: April 12, 2016, 10:09:46 PM »

0 * * * * /mnt/HD/HD_a2/Nas_Prog/grive/bin/grive.sh > /dev/null 2>&1
Logged