en:backup:server

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
en:backup:server [2022/02/26 07:34] – [Server & desktop backup solutions] Added information about how long a backup will take. danen:backup:server [2022/02/26 23:07] – added syncthing dan
Line 1: Line 1:
 ====== Server & desktop backup solutions ====== ====== Server & desktop backup solutions ======
  
-The first backup of the two options takes a while. The following ones are much faster, but it depends on how much you change. Only the changes are saved.+The first backups will take a while. The following ones are much faster, but it depends on how much you change. Only the changes are saved. 
 ===== rsync ===== ===== rsync =====
  
Line 117: Line 118:
  
  
-===== Crontab =====+===== Crontab - rsync and borg =====
  
 Follow our [[en:server:services:crontab|crontab]] tutorial first and add the following for your root user: Follow our [[en:server:services:crontab|crontab]] tutorial first and add the following for your root user:
Line 123: Line 124:
 <code> <code>
 @daily /root/rsnapbackup.sh @daily /root/rsnapbackup.sh
 +</code>
 +<code>
 +@daily /root/bsnapbackup.sh
 </code> </code>
  
Line 132: Line 136:
   * ''@hourly''   * ''@hourly''
   * ''@reboot''   * ''@reboot''
 +
 +
 +===== Syncthing =====
 +
 +Follow our [[en:server:services:syncthing|Syncthing]] tutorial for both devices (backup server and your data device).
 +
 +
 +==== Add device ====
 +
 +Add the backup server to your client under ''Remote Devices''
 +
 +
 +==== Add folder ====
 +
 +  * Add a folder under ''Folder'' and select the folder you want to backup under ''General''
 +  * Select your backup server under ''Sharing''.
 +  * Under ''File Versioning'' you could add ''Staggered File Versioning'' which gives you more certainty, but have a look at https://docs.syncthing.net/users/versioning.html and choose what suits you best.
 +  * Also check ''Advanced'' and ''Folder type'' and again choose what suits you best. For example, Keepass can be used with ''Send & Receive'' if you want sync your database on both devices.
 +
 +
 +
 + 
  
  • en/backup/server.txt
  • Last modified: 2022/10/24 08:24
  • by 127.0.0.1