1. Subscriptions
  2. Services
  3. Hardware
  4. Support

ClearFoundation

Forums
Welcome, Guest
HOWTO - BackupPC ClearOS Module
(1 viewing) 1 Guest
Go to bottomPage: 1...7891011121314
TOPIC: HOWTO - BackupPC ClearOS Module
***
#21573
Re:HOWTO - BackupPC ClearOS Module 1 Year, 5 Months ago  
The update is available To upgrade to Samba 3.5.6, run:

yum --enablerepo=base-plus upgrade samba tdb-tools libtalloc

This update will get pushed through the regular software update system over the next couple of weeks.
Peter Baldwin
Developer
Posts: 1165
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#21578
Re:HOWTO - BackupPC ClearOS Module 1 Year, 5 Months ago  
I have installed the update, and re-installed Windows Live Messenger.
smbclient -L \\\\mylaptop -U MACHINE\\myusername works OK.
BackupPC works OK.

Gets the thumbs up from me.
AndyL
Gold Boarder
Posts: 226
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#21587
Re:HOWTO - BackupPC ClearOS Module 1 Year, 5 Months ago  
Thanks Peter for the quick turn around!
Tim Burgess
Moderator
Posts: 4623
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#22293
Re:HOWTO - BackupPC ClearOS Module 1 Year, 4 Months ago  
When I install BackupPC, in the System Module When I Click "Go", its give me an error 403. What I can do?
Juan Camilo Gomez Pineda
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#22304
Re:HOWTO - BackupPC ClearOS Module 1 Year, 4 Months ago  
Try and restart the webconfig service so that it knows about the BackupPC alias
Code:

service webconfig restart

Tim Burgess
Moderator
Posts: 4623
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#25368
Re:HOWTO - BackupPC ClearOS Module 1 Year, 2 Months ago  
UPDATE: BackupPC 3.2 is now available

To upgrade (grab the RPM direct from here
Or setup the community repo as per instructions HERE and run
Code:

yum --enablerepo=timb upgrade BackupPC

Tim Burgess
Moderator
Posts: 4623
graph
User Offline Click here to see the profile of this user
Last Edit: 2011/03/09 09:41 By timb80.
The administrator has disabled public write access.
 
#25453
Re:HOWTO - BackupPC ClearOS Module 1 Year, 2 Months ago  
Thanks 3.2 seems to be working well.

One question I have it working with local and remote hosts doing rsync or smb.
Now I like to setup a connection to a remote host over ssh.
That seems to be a problem.
I have followed the instructions and it expects me to setup the keys under the backuppc user though that account is set as a "Nologin" account.
What do I do now?
Thanks
augustynr
Senior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#25481
Re:HOWTO - BackupPC ClearOS Module 1 Year, 2 Months ago  
Hi Augustynr, can you post your existing BackupPC user details?
Code:

grep backuppc /etc/passwd



you can modify the backuppc account to give it shell access. Note i've also added it's home folder which is set to /var/lib/BackupPC, change to whatever you wish
Code:

usermod -s /bin/bash -d /var/lib/BackupPC backuppc

Tim Burgess
Moderator
Posts: 4623
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#26075
Re:HOWTO - BackupPC ClearOS Module 1 Year, 1 Month ago  
Great package. Allready got it working; but here are some tips for the chalenges I encountered:

PAR-Support:
Although there are no RPM's for Clearos 5.2, you can build them yourself (Install development-tools first) with this script:
Code:


wget http://garr.dl.sourceforge.net/sourceforge/parchive/par2cmdline-0.4.tar.gz
wget http://sage.math.washington.edu/home/binegar/src/par2cmdline-0.4-gcc4.patch
tar zxf par2cmdline-0.4.tar.gz
cd par2cmdline-0.4
patch <../par2cmdline-0.4-gcc4.patch reedsolomon.cpp
./configure
make
make check
make install
cd ..



Backing Up Administrative shares on Win7 machines:

Enable it with this registry-file; because natively they are disabled and UAC blocks access:
Code:


REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"LocalAccountTokenFilterPolicy"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"AutoShareWks"=dword:00000001



So far my bits. On my wishlist are selective file/folder selections; because from some drives I wish to backup only some select folders. And no, i don't wish to create a share for each selection

Happy backupping!
Paul van Voorst
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/03/27 12:10 By PvVoorst.
The administrator has disabled public write access.
Paul

ClearOs Dutch Languageteam since 2004
 
#26086
Re:HOWTO - BackupPC ClearOS Module 1 Year, 1 Month ago  
Thanks Paul! glad you found it useful
Tim Burgess
Moderator
Posts: 4623
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1...7891011121314
  get the latest posts directly to your desktop