Official Xtreamer Forums: rdiff-backup package discussion - Official Xtreamer Forums

Jump to content

  • (3 Pages)
  • +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • This topic is locked

rdiff-backup package discussion A remote incremental backup of all your files

#41 User is offline   TheHijacker 

  • App Installer Guru
  • View blog
  • Group: Developers
  • Posts: 3525
  • Joined: 26-August 09
  • Country:Slovenia

Posted 09 September 2010 - 18:51

1.0.6 hasn't been release yet. Fixed version I mean.
My projects:

APP Installer - easily install additional application and extend the basic usage of your Xtreamer product.
tvheadend guide - guide on how to use the tvheadend TV backend on OpenELEC OS for Ultra

Follow me on my blog.
Subscribe to APP Installer packages RSS feed: eTRAYz, Prodigy/SW3.


If you like my project and want to contribute, you can show your appreciation with a small donation.
0

#42 User is offline   tomsowerby 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 17-March 10
  • City:Luga
  • Country:Malta

Posted 20 September 2010 - 16:22

Has anyone had any luck getting the cron job working with the v1.0.7 etrayz firmware?
Mine still doesn't seem to be running :S
0

#43 User is offline   TheHijacker 

  • App Installer Guru
  • View blog
  • Group: Developers
  • Posts: 3525
  • Joined: 26-August 09
  • Country:Slovenia

Posted 20 September 2010 - 16:31

Running this as cronjob should work now just fine:

5 0 * * * /usr/bin/rdiff-backup.sh >/dev/null 2>&1

My projects:

APP Installer - easily install additional application and extend the basic usage of your Xtreamer product.
tvheadend guide - guide on how to use the tvheadend TV backend on OpenELEC OS for Ultra

Follow me on my blog.
Subscribe to APP Installer packages RSS feed: eTRAYz, Prodigy/SW3.


If you like my project and want to contribute, you can show your appreciation with a small donation.
0

#44 User is offline   tomsowerby 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 17-March 10
  • City:Luga
  • Country:Malta

Posted 27 September 2010 - 06:30

View PostTheHijacker, on 20 September 2010 - 16:31, said:

Running this as cronjob should work now just fine:

5 0 * * * /usr/bin/rdiff-backup.sh >/dev/null 2>&1



Sorry Hijacker, that still doesn't seem to be doing anything. Yet it runs fine when running it manually.
Are there any logs where I can check what's going on with rdiff and the cron job?
0

#45 User is offline   TheHijacker 

  • App Installer Guru
  • View blog
  • Group: Developers
  • Posts: 3525
  • Joined: 26-August 09
  • Country:Slovenia

Posted 27 September 2010 - 06:40

First of all check if cron is even running:

/etc/init.d/cron status


You should see something like this cron (pid 999) is running....

If it's not running then start it:

/etc/init.d/cron start


Also give me the output of this command:

crontab -l

My projects:

APP Installer - easily install additional application and extend the basic usage of your Xtreamer product.
tvheadend guide - guide on how to use the tvheadend TV backend on OpenELEC OS for Ultra

Follow me on my blog.
Subscribe to APP Installer packages RSS feed: eTRAYz, Prodigy/SW3.


If you like my project and want to contribute, you can show your appreciation with a small donation.
0

#46 User is offline   vpeter 

  • Developer and Modder
  • View blog
  • Group: Moderators
  • Posts: 3131
  • Joined: 09-October 09
  • City:basement
  • Country:Slovenia

Posted 27 September 2010 - 07:33

What about
ls -al /usr/bin/rdiff-backup.sh

ShairPort emulates AirPort Express to receive AirPlay audio streams
Please vote for coreboot support on Xtreamer Ultra - coreboot replaces the proprietary BIOS with much faster one - would be great with OpenELEC -- seems this will newer happen
Projects: BBC iPlayer , SVTPlay, my OpenELEC version
normal user, software developer and integrator
You can support my work with paypal donation


#47 User is offline   epox 

  • Member
  • Group: Members
  • Posts: 139
  • Joined: 10-January 10
  • City:Glasgow
  • Country:Scotland

Posted 28 September 2010 - 08:53

hi HJ

get this

[3:~]$ crontab -l
no crontab for root
[4:~]$

any help B)
Xtreamer Mk1, eTRAYz and Ultra
0

#48 User is offline   TheHijacker 

  • App Installer Guru
  • View blog
  • Group: Developers
  • Posts: 3525
  • Joined: 26-August 09
  • Country:Slovenia

Posted 28 September 2010 - 08:59

Well. You have no jobs for it then.

Edit crontab file with:

crontab -e


Paste this line inside:

5 0 * * * /usr/bin/rdiff-backup.sh >/dev/null 2>&1


And save it.

Then type crontab -l again to see if he added it inside.
My projects:

APP Installer - easily install additional application and extend the basic usage of your Xtreamer product.
tvheadend guide - guide on how to use the tvheadend TV backend on OpenELEC OS for Ultra

Follow me on my blog.
Subscribe to APP Installer packages RSS feed: eTRAYz, Prodigy/SW3.


If you like my project and want to contribute, you can show your appreciation with a small donation.
0

#49 User is offline   epox 

  • Member
  • Group: Members
  • Posts: 139
  • Joined: 10-January 10
  • City:Glasgow
  • Country:Scotland

Posted 28 September 2010 - 18:12

ok 1.07
python

everything seems to be working :mrgreen: :mrgreen: :mrgreen:

thanks for the help
Xtreamer Mk1, eTRAYz and Ultra
0

#50 User is offline   tomsowerby 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 17-March 10
  • City:Luga
  • Country:Malta

Posted 29 September 2010 - 06:27

View PostTheHijacker, on 27 September 2010 - 06:40, said:

First of all check if cron is even running:

/etc/init.d/cron status


You should see something like this cron (pid 999) is running....

If it's not running then start it:

/etc/init.d/cron start


Also give me the output of this command:

crontab -l



Hello HJ,
Thanks for the replies and support with this.

Your prediction was correct - the cron was not running! (A good lesson in not assuming things).
The rdiff task shows up in crontab -l so hopefully it'll run later today.

I'll look into why the cron isn't starting when the system boots.

Thanks for your help.
0

#51 User is offline   intrax 

  • Member
  • PipPip
  • Group: Suspected Troll
  • Posts: 116
  • Joined: 06-September 09
  • City:Rotterdam
  • Country:Netherlands

Posted 18 October 2010 - 17:25

Hi,


First of all thank you very much for all the nice work you did on e-TRAYz and the app installer !

I installed rdiff-backup and noticed there is a web frontend for it (rdiffweb).

Would it be possible to make an epkg pakket for it and add rdiffweb to the etrayz installer ?

Would be really nice !

rgds,
intrax
0

#52 User is offline   TheHijacker 

  • App Installer Guru
  • View blog
  • Group: Developers
  • Posts: 3525
  • Joined: 26-August 09
  • Country:Slovenia

Posted 18 October 2010 - 17:44

Bit busy at the moment. Will put it in to-do list and check it out.
My projects:

APP Installer - easily install additional application and extend the basic usage of your Xtreamer product.
tvheadend guide - guide on how to use the tvheadend TV backend on OpenELEC OS for Ultra

Follow me on my blog.
Subscribe to APP Installer packages RSS feed: eTRAYz, Prodigy/SW3.


If you like my project and want to contribute, you can show your appreciation with a small donation.
0

#53 User is offline   aggelef 

  • Newbie
  • Group: Members
  • Posts: 1
  • Joined: 04-January 10
  • Country:Country:

Posted 02 November 2010 - 15:03

Hello TheHijacker,

I want to thank you for the great web app and the work you've spent. it works great :-)

Is it possible to connect to an external Ethernet hardisk. (perm. samba mount)
And use Rdiff to backup/sync to the new samba mount. (external Ethernet hardisk)

thks
Frank
0

#54 User is offline   TheHijacker 

  • App Installer Guru
  • View blog
  • Group: Developers
  • Posts: 3525
  • Joined: 26-August 09
  • Country:Slovenia

Posted 02 November 2010 - 16:02

You can mount it using NFS like so:

mount -t nfs 'SERVER_ip:/home/somefolder/subfolder' '/mounting/point'


To make it mount also on reboot add this to /etc/fstab:

SERVER_IP:/home/somefolder/subfolder /mounting/point nfs rw 0 0


It can probably mounted by samba, but I don't know exactly how.
My projects:

APP Installer - easily install additional application and extend the basic usage of your Xtreamer product.
tvheadend guide - guide on how to use the tvheadend TV backend on OpenELEC OS for Ultra

Follow me on my blog.
Subscribe to APP Installer packages RSS feed: eTRAYz, Prodigy/SW3.


If you like my project and want to contribute, you can show your appreciation with a small donation.
0

#55 User is offline   mikeo 

  • Advanced Member
  • Group: Members
  • Posts: 323
  • Joined: 18-October 09
  • City:Noord-Holland
  • Country:Netherlands

Posted 16 February 2011 - 12:24

There is a GUI for rdiff-backup.

Would be nice if you can put thuis in program.
http://rdiffbackupweb.sourceforge.net/
0

#56 User is offline   TheHijacker 

  • App Installer Guru
  • View blog
  • Group: Developers
  • Posts: 3525
  • Joined: 26-August 09
  • Country:Slovenia

Posted 16 February 2011 - 12:28

Please don't open new topics if they already exist for specific application.
My projects:

APP Installer - easily install additional application and extend the basic usage of your Xtreamer product.
tvheadend guide - guide on how to use the tvheadend TV backend on OpenELEC OS for Ultra

Follow me on my blog.
Subscribe to APP Installer packages RSS feed: eTRAYz, Prodigy/SW3.


If you like my project and want to contribute, you can show your appreciation with a small donation.
0

#57 User is offline   aam 

  • Newbie
  • Group: Members
  • Posts: 8
  • Joined: 03-December 09
  • Country:Country:

Posted 04 January 2012 - 08:36

Hi,
Can you please tell me if it is possible to use rdiff-backup to create a mirror of the Etrayz operating system partition.

I have FHEM loaded and working perfectly but have had to load additional modules, tweek config files ect to get it right.
Its been a lot of work so would like to be able to restore the whole system back as it is now should I have to reload the OS in the future.

Thankyou
Alan
0

#58 User is offline   ariznaf 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 17-April 10
  • City:Asturias
  • Country:Spain

Posted 21 October 2012 - 20:02

I am still using etrayz as the family NAS and backup solution.

I am having problems with user creation or modification, but the system is otherwise working well.

I want to thank you, TheHiJacker (never did before) for your efforts and the plugins provided.
They are good workarrounds for etrayz weakness issues.

I am using rdiff-backup for the backup of etrayz data in its own disk, and rsync for syncing with xtreamer.

I would like to use rsync to sync data fron the PCs of my family to etrayz, but it lacks a good interface in windows and detecting of file change (to sync files with the etrayz as soon as a change happens).
For this purpose I use another app running in the windows machines (SyncBack Pro).

Then, once a day, a cron job uses rdiff-backup to do incremental backups of user data, which is maintained 90 days, and deleted afterwards.

From time to time, I manually run a script in my xtremer (old first version) to sync most important data (mainly my photos, videos and films) with it, to hace a copy in case etrayz burn out (and a local copy to see the films).
All that is about 500+ GB of data.

I have tried the gui mentioned above, rdiffbackupweb, as I was looking for a way to be able to view files in a snapshot backup, and restore just selected ones.
But it does not work well. The web page hungs for ever, it is too slow, as etrayz seems to be too slow to the task.

Thank you for your efforts.

By the way, do you know if there is an active user forum of etrayz, as xtremer.net has closed down all etrayz forums?
0

Share this topic:


  • (3 Pages)
  • +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users