[ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

[ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by QNAP_Stephane »

Image
Source : https://github.com/TurboGit/hubicfuse

x86 Version : http://www.positiv-it.fr/QNAP/APP/Hubic ... 6.qpkg.zip
ARM7 Version http://www.positiv-it.fr/QNAP/APP/Hubic ... 1.qpkg.zip

Note :

Step 1

once Application installed and you Hubic account correctly setup
log in SSH on your NAS and execute : "/opt/HubicFS/hubic_token -k"

and follow instructions, open my HubicFS Webui and copy and paste the informations (replace the following lines below)

Code: Select all

        client_id=[Hubic client id for the registered application]
        client_secret=[Hubic client secret for the registered application]
        refresh_token=[A refresh token you got from the script]
Stop and restart QPKG, it is done

Step 2

create a share within QTS called "HubicDrive"
your Hubic is now accessible within your share directory (HubicDrive), you can now use RTRR to backup your file.

Code: Select all

Known issue :

temp files are not automaicaaly removed (i put a script to clean directory on each Start) "https://github.com/TurboGit/hubicfuse/issues/89"
HubicDrive not set in 777 as a default share hubicfuse limitation even if i use force umask
Image
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by QNAP_Stephane »

armv7 version added
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
wonderiuy
Easy as a breeze
Posts: 263
Joined: Sat Apr 18, 2009 4:20 pm

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by wonderiuy »

So the usage is to backup all data you need to the target share called "HubicDrive", do i got it right?
To the unmoderated moderator: There is no stupid questions or users, but only offensive answers

NAS Model: TS-853 Pro 8Gb | Firmware: 4.3,3
No. of HDDs: 4x4TB (RAID 5) + 1x2TB + 1x8TB
HDD Model: WD40EFRX RED + Seagate st8000vn0022 Iron Wolf
Ext. Devices: APC UPS 1500VA
NAS Speed/MTU: 1000+1000+1000+1000 Mbps Link Aggregation Trunked, MTU 9000
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by QNAP_Stephane »

you right

HubicDrive share is a mount point pointing with set with Fuse to the Hubic user space in the cloud
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
wonderiuy
Easy as a breeze
Posts: 263
Joined: Sat Apr 18, 2009 4:20 pm

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by wonderiuy »

This is fantastic Stephane, and will make happy a lot of ppl around.
Is this the only solution for hubic or there will be (in the future) a native implementation inside the Backup Station (like elephantDrive, Amazon S3 or Symform)???
To the unmoderated moderator: There is no stupid questions or users, but only offensive answers

NAS Model: TS-853 Pro 8Gb | Firmware: 4.3,3
No. of HDDs: 4x4TB (RAID 5) + 1x2TB + 1x8TB
HDD Model: WD40EFRX RED + Seagate st8000vn0022 Iron Wolf
Ext. Devices: APC UPS 1500VA
NAS Speed/MTU: 1000+1000+1000+1000 Mbps Link Aggregation Trunked, MTU 9000
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by QNAP_Stephane »

There will be an implementation in the next cloud Station in some month
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
okeanikor
New here
Posts: 3
Joined: Wed Nov 25, 2015 1:11 am

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by okeanikor »

Hello QNAP_Stephane. I try to follow your installation instructions. I execute : "/opt/HubicFS/hubic_token -k" in a SSH Putty session, but I do not know what I must answer to those questions :
client_id (the app's id):
client_secret (the app's secret):
redirect_uri (declared at app's creation):

Could you give me more details please ?

Thank tou so much.

Okeanikor
Last edited by okeanikor on Wed Nov 25, 2015 1:55 am, edited 1 time in total.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by QNAP_Stephane »

you have to log on your Hubic account and create an app over development tab to have this informations

;)
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
okeanikor
New here
Posts: 3
Joined: Wed Nov 25, 2015 1:11 am

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by okeanikor »

Thank you for your so quick help ! I have already tried, but what do I have to write for "Domaine de redirection" (redirection domain) ?
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by QNAP_Stephane »

i personnaly put http://localhost/
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
okeanikor
New here
Posts: 3
Joined: Wed Nov 25, 2015 1:11 am

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by okeanikor »

I use "Hubic Client For QNAP" as name and http://localhost" as Redirection Domain, but it causes an error message : Server response : Invalid application name
I have tried some other names... same error message.

I do not find any solution on the Hubic Forum about this.

Do you have an idea ?

Thanks.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by QNAP_Stephane »

here are my settings on Hubic Side :

http://www.positiv-it.fr/QNAP/PAGE/hubic_ter.png
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
RubberDuck1983
Starting out
Posts: 36
Joined: Mon Aug 11, 2014 5:06 am

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by RubberDuck1983 »

Hi,

the APP works fine. Thanks for that.

When I use them now for RTRR so whats happened with my space on my QNAP?!

It will be also smaller or how it works?!

Regards
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by QNAP_Stephane »

nothing change...

Fuse mount the remote hubic filesystem in your share directory
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
rex_ita
New here
Posts: 8
Joined: Sun Jan 06, 2013 8:02 pm

Re: [ Hubic Drive ] [ 2.1.0 ] Your Hubic Space in your File System (compatible RTRR)

Post by rex_ita »

Let me resume this post to ask if someone has a version of Hubic Drive for QNAP TS-419P+. The version published in this post doesn't work (invalid architecture).

Thanks in advance
Post Reply

Return to “Community Apps”