Also, Epoch1970's question is relevant: is the ftp command being initiated on the server...i.e. is the sever "pulling" the data as part of the backup routine? Or are the clients initiating the ftp session and "pushing" the data to the server? If so, what's the OS on the client machines?
Results 901 to 910 of 2059
-
2009-08-17, 12:17 #901
-
2009-08-17, 12:25 #902
No, your English is excellent, especially in comparison to my Deutsch, which ist sehr schlecht.
I'm just trying to verify that SrvrPowerCtrl still installs via the repo with SC 7.3.4. Give me a little more time to test that and then I'll have a recommendation for you.
Thanks for your patience.
-
2009-08-17, 12:31 #903Senior Member
- Join Date
- Jan 2006
- Location
- Reading, England
- Posts
- 377
-
2009-08-17, 12:49 #904
I just verified that SrvrPowerCtrl, at least on my Fedora box, installs just fine via the 7.3.4 Extension downloader and the repo. I really don't know what could be going wrong in your case.
But, assuming that this problem doesn't magically fix itself, here are instructions to "manually" install SrvrPowerCtrl in Ubuntu:
From a terminal prompt, perform these commands (you may want to copy them from here, one at a time, and paste them into the terminal window):
I hope this gets you up and running.Code:cd /var/lib/squeezecenter/Plugins sudo /etc/init.d/squeezecenter stop wget http://srvrpowerctrl.googlecode.com/files/SrvrPowerCtrl_latest.zip -O SrvrPowerCtrl.zip unzip ./SrvrPowerCtrl.zip sudo /var/lib/squeezecenter/Plugins/SrvrPowerCtrl/scripts/Debian/srvrpowerctrl-setup.sh sudo /etc/init.d/squeezecenter start
-
2009-08-17, 12:56 #905
Then please have a look at the "play_media_monkey.cmd" script I posted above. You ought to be able to modify that script pretty easily for your purposes.
Just curious: have you tried any of the windows rsync ports, rather than using ftp to push your backup data? Rsync might give you more control over your backup. DeltaCopy contains a windows port of rsync: http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
-
2009-08-17, 13:04 #906
Using SrvrPowerCtrl with Squeezebox Server 7.4
FYI, when using SrvrPowerCtrl with the 7.4 beta nightlies on linux, you'll need to "fix up" the entries in /etc/sudoers: replace all instances of the "squeezecenter" user name with "squeezeboxserver". To do this, execute these commands from a terminal:
This will open /etc/sudoers in the nano editor. Then just change 'squeezecenter' entries to 'squeezeboxserver'.Code:export VISUAL=nano sudo visudo
I'll have to figure out how I'm going to make my setup scripts version aware.Last edited by gharris999; 2009-08-27 at 08:01.
-
2009-08-17, 13:23 #907Senior Member
- Join Date
- Apr 2008
- Location
- Paris, France
- Posts
- 1,466
Sheesh. There is no way to get a user alias under Unix ? (I don't know any.) Adding to a secondary group, I know, but user (login) alias, I don't.
Anyway, you could test for what "/usr/bin/id squeezebox" returns ? And if there is an id, shove extra lines in sudoers.
Just an idea.
-
2009-08-17, 13:30 #908
-
2009-08-17, 13:35 #909Senior Member
- Join Date
- Jun 2005
- Posts
- 414
-
2009-08-17, 14:57 #910Senior Member
- Join Date
- Jan 2006
- Location
- Reading, England
- Posts
- 377
Yep, I'm intending to use the script you posted earlier.
On my (very long) list of things to do is try rsync. I've actually used a simple rsync config before, but didn't have the time to get everything as I wanted (I've got cygwin running on the Windows machine, principally to provide SSH access, but I also get rsync out of it too).
Cobian does pretty much all I want at the moment. I will take a look at deltacopy however.
Thanks
Chris.


Reply With Quote
