User Tools

Site Tools


handling_urbackkup_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
handling_urbackkup_server [2018/08/11 11:19] adminhandling_urbackkup_server [2024/10/29 21:41] (current) admin
Line 7: Line 7:
  
 Copy this line onto your commandline to install the client on Linux:\\ Copy this line onto your commandline to install the client on Linux:\\
-TF=`mktemp&& wget http://hndl.urbackup.org/Client/latest/UrBackup%20Client%20Linux%202.1.17.sh -O $TF && sh $TF; rm $TF\\+   TF=$(mktemp&& wget "https://hndl.urbackup.org/Client/2.4.11/UrBackup%20Client%20Linux%202.4.11.sh-O $TF && sh $TF; rm -f $TF
  
  
 **List the folders being backed up on clientside**\\ **List the folders being backed up on clientside**\\
-urbackupclientctl list +   urbackupclientctl list
  
 **Add a folder to be backed up on clientside**\\ **Add a folder to be backed up on clientside**\\
-urbackupclientctl add-backupdir -d /pathtobackup+   urbackupclientctl add-backupdir -d /pathtobackup 
 + 
 +**Stop or start urbackupservicesII**\\ 
 +   systemctl stop/start/status urbackupclientbackend.service 
 + 
 +**Client is not found or not backing-up**\\ 
 +   mv /usr/local/var/urbackup/server_idents.txt /usr/local/var/urbackup/server_idents.txt.org 
 +   rm /usr/local/var/urbackup/server_idents.txt 
 +   systemctl stop urbackupclientbackend.service (wait 5 minutes then...) 
 +   systemctl start urbackupclientbacend.service 
 + 
 +**For cleaning the database** 
 +   urbackupsrv repair-database 
 +    
 +**Removing unused links** 
 +   urbackupsrv remove-unknown  
 + 
 + 
 +** Adding a client to a new/existing server (when not detected)** 
 +   rm /usr/local/var/urbackup/server_idents.txt 
 +   systemctl stop urbackupclientbackend.service 
 +   (wait 5 min) 
 +   systemctl start urbackupclientbackend.service 
 + 
  
 Enjoy, Enjoy,
Line 22: Line 45:
 \\ \\
 \\ \\
 +
 **[[applications|BACK]]** **[[applications|BACK]]**
  
  
handling_urbackkup_server.1533979156.txt.gz · Last modified: 2018/08/11 11:19 by admin