meta data for this page
  •  

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
sw:urbackup [2020/12/16 10:07] niziaksw:urbackup [2024/12/21 18:50] (current) niziak
Line 1: Line 1:
 ====== UrBackup ====== ====== UrBackup ======
 +
 +Download location:
 +  * server: [[https://hndl.urbackup.org/Server/|Server]]
 +  * client: [[https://hndl.urbackup.org/Client/|Client]]
 +
 +Changelog:
 +  * server 
 +  * client [[https://www.urbackup.org/client_changelog.html]]
 +
 +[[https://forums.urbackup.org/t/my-2-cents-summary-of-urbackup-server-options-btrfs-vs-zfs-vs-windows-ntfs/7419|My 2 cents summary of urbackup server options BTRFS vs ZFS vs windows-N]]
  
 ===== Server ===== ===== Server =====
Line 5: Line 15:
   * Disable Image backups (can be enabled per client/group)   * Disable Image backups (can be enabled per client/group)
   * Server --> Settings --> Advanced --> Run backups with background priority on the clients   * Server --> Settings --> Advanced --> Run backups with background priority on the clients
 +
 +==== Windows ====
 +
 +Latest version for Windows 7: [[https://hndl.urbackup.org/Server/2.4.9/|2.4.9]]
 +
 +URI: [[http://localhost:55414]]
 +
 +Server warning under Windows:
 +
 +> (dos_names_created)
 +> MS-DOS 8.3 compatibility names are created on the backup storage. This can lead to problems. You can disable 8.3 name generation > by runnning
 +
 +<code bash>fsutil 8dot3name set Z: 1</code>
 +
 +> as administrator. UrBackup will stop showing this error after you run this command.
 +
 +
  
 ===== Client ===== ===== Client =====
  
 ==== Windows ==== ==== Windows ====
 +
 +Latest version for Windows 7: [[https://hndl.urbackup.org/Client/2.4.11/|2.4.11]]
  
   * By default ''C:\Users'' is added to ''Default directories to backup'' list.   * By default ''C:\Users'' is added to ''Default directories to backup'' list.
Line 14: Line 43:
   * Also, ''Included files (with wildcards)'' list is generat ''C:\Users\:\Documents\*;C:\Users\:\Pictures\*;C:\Users\:\Music\*;C:\Users\:\Videos\*;C:\Users\:\Desktop\*''   * Also, ''Included files (with wildcards)'' list is generat ''C:\Users\:\Documents\*;C:\Users\:\Pictures\*;C:\Users\:\Music\*;C:\Users\:\Videos\*;C:\Users\:\Desktop\*''
     * NOTE: '':'' character is special UrBackup wildard character which matches every character except the path separator (/ or \).      * NOTE: '':'' character is special UrBackup wildard character which matches every character except the path separator (/ or \). 
-    * **ATTENTION**: If inlcusion list if not empty ONLY files matching inclusion list are backed-up!+    * **ATTENTION**: If inlcusion list is not empty **ONLY** files matching inclusion list are backed-up! All not listed are excluded from backup.
       * To add new folder to backup you have to add it in two places:       * To add new folder to backup you have to add it in two places:
         * ''Default directories to backup'', e.g: ''C:\Users;D:\Projects''         * ''Default directories to backup'', e.g: ''C:\Users;D:\Projects''
         * ''Included files (with wildcards)'', e.g: ''D:\Projects\*;C:\Users\:\Documents\*;C:\Users\:\...''         * ''Included files (with wildcards)'', e.g: ''D:\Projects\*;C:\Users\:\Documents\*;C:\Users\:\...''