Autor Thema: Sync/Backup Tools diverses ...  (Gelesen 245809 mal)

0 Mitglieder und 5 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
ImageUSB 1.5.1000
« Antwort #4110 am: 26 Oktober, 2019, 11:00 »
ImageUSB is a free utility which lets you write an image concurrently to multiple USB Flash Drives. Capable of creating exact bit-level copies of USB Flash Drive (UFDs), ImageUSB is an extremely effective tool for the mass duplication of UFDs. ImageUSB can also be used to install OSFClone to a USB Drive for use with PassMark OSForensics™.

Unlike other USB duplication tools, ImageUSB can preserve all unused and slack space during the cloning process, including the Master Boot Record (MBR). ImageUSB can perform flawless mass duplications of all UFD images, including bootable UFDs.

Freeware

Changelog

    Support for extraction the contents of the ISO image.

    EXPERIMENTAL - Software will try to detect if ISO image is bootable and if so write appropriate bootloader. As of release only booting through UEFI seems to be working. Tested with Windows 10 ISO, Linux (Porteus-5.0rc, Ubuntu-19.04 and Mint 19.2 ISO images).

NOT ALL ISO IMAGES WILL WORK. This functionality is experimental and may be removed from software at any time.

    Log moved into it's own window to allow for larger visible USB Drive List.

[close]

http://www.osforensics.com/tools/write-usb-images.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Rclone 1.50.0
« Antwort #4111 am: 26 Oktober, 2019, 21:10 »
Seamlessly copy and synchronize the files and folders in multiple cloud storage you use at the same time using this command line app.

MIT License

Changelog

* New backends
    * [Citrix Sharefile](/sharefile) (Nick Craig-Wood)
    * [Chunker](/chunker) - an overlay backend to split files into smaller parts (Ivan Andreev)
    * [Mail.ru Cloud](/mailru) (Ivan Andreev)
* New Features
    * encodings (Fabian Möller & Nick Craig-Wood)
        * All backends now use file name encoding to ensure any file name can be written to any backend.
        * See the [restricted file name docs](/overview/#restricted-filenames) for more info and the [local backend docs](/local/#filenames).
        * Some file names may look different in rclone if you are using any control characters in names or [unicode FULLWIDTH symbols](https://en.wikipedia.org/wiki/Halfwidth_and_Fullwidth_Forms_(Unicode_block)).
    * build
        * Update to use go1.13 for the build (Nick Craig-Wood)
        * Drop support for go1.9 (Nick Craig-Wood)
        * Build rclone with GitHub actions (Nick Craig-Wood)
        * Convert python scripts to python3 (Nick Craig-Wood)
        * Swap Azure/go-ansiterm for mattn/go-colorable (Nick Craig-Wood)
        * Dockerfile fixes (Matei David)
        * Add [plugin support](https://github.com/rclone/rclone/blob/master/CONTRIBUTING.md#writing-a-plugin) for backends and commands (Richard Patel)
    * config
        * Use alternating Red/Green in config to make more obvious (Nick Craig-Wood)
    * contrib
        * Add sample DLNA server Docker Compose manifest. (pataquets)
        * Add sample WebDAV server Docker Compose manifest. (pataquets)
    * copyurl
        * Add `--auto-filename` flag for using file name from URL in destination path (Denis)
    * serve dlna:
        * Many compatability improvements (Dan Walters)
        * Support for external srt subtitles (Dan Walters)
    * rc
        * Added command core/quit (Saksham Khanna)
* Bug Fixes
    * sync
        * Make `--update`/`-u` not transfer files that haven't changed (Nick Craig-Wood)
        * Free objects after they come out of the transfer pipe to save memory (Nick Craig-Wood)
        * Fix `--files-from without --no-traverse` doing a recursive scan (Nick Craig-Wood)
    * operations
        * Fix accounting for server side copies (Nick Craig-Wood)
        * Display 'All duplicates removed' only if dedupe successful (Sezal Agrawal)
        * Display 'Deleted X extra copies' only if dedupe successful (Sezal Agrawal)
    * accounting
        * Only allow up to 100 completed transfers in the accounting list to save memory (Nick Craig-Wood)
        * Cull the old time ranges when possible to save memory (Nick Craig-Wood)
        * Fix panic due to server-side copy fallback (Ivan Andreev)
        * Fix memory leak noticeable for transfers of large numbers of objects (Nick Craig-Wood)
        * Fix total duration calculation (Nick Craig-Wood)
    * cmd
        * Fix environment variables not setting command line flags (Nick Craig-Wood)
        * Make autocomplete compatible with bash's posix mode for macOS (Danil Semelenov)
        * Make `--progress` work in git bash on Windows (Nick Craig-Wood)
        * Fix 'compopt: command not found' on autocomplete on macOS (Danil Semelenov)
    * config
        * Fix setting of non top level flags from environment variables (Nick Craig-Wood)
        * Check config names more carefully and report errors (Nick Craig-Wood)
        * Remove error: can't use `--size-only` and `--ignore-size` together. (Nick Craig-Wood)
    * filter: Prevent mixing options when `--files-from` is in use (Michele Caci)
    * serve sftp: Fix crash on unsupported operations (eg Readlink) (Nick Craig-Wood)
* Mount
    * Allow files of unkown size to be read properly (Nick Craig-Wood)
    * Skip tests on <= 2 CPUs to avoid lockup (Nick Craig-Wood)
    * Fix panic on File.Open (Nick Craig-Wood)
    * Fix "mount_fusefs: -o timeout=: option not supported" on FreeBSD (Nick Craig-Wood)
    * Don't pass huge filenames (>4k) to FUSE as it can't cope (Nick Craig-Wood)
* VFS
    * Add flag `--vfs-case-insensitive` for windows/macOS mounts (Ivan Andreev)
    * Make objects of unknown size readable through the VFS (Nick Craig-Wood)
    * Move writeback of dirty data out of close() method into its own method (FlushWrites) and remove close() call from Flush() (Brett Dutro)
    * Stop empty dirs disappearing when renamed on bucket based remotes (Nick Craig-Wood)
    * Stop change notify polling clearing so much of the directory cache (Nick Craig-Wood)
* Azure Blob
    * Disable logging to the Windows event log (Nick Craig-Wood)
* B2
    * Remove `unverified:` prefix on sha1 to improve interop (eg with CyberDuck) (Nick Craig-Wood)
* Box
    * Add options to get access token via JWT auth (David)
* Drive
    * Disable HTTP/2 by default to work around INTERNAL_ERROR problems (Nick Craig-Wood)
    * Make sure that drive root ID is always canonical (Nick Craig-Wood)
    * Fix `--drive-shared-with-me` from the root with lsand `--fast-list` (Nick Craig-Wood)
    * Fix ChangeNotify polling for shared drives (Nick Craig-Wood)
    * Fix change notify polling when using appDataFolder (Nick Craig-Wood)
* Dropbox
    * Make disallowed filenames errors not retry (Nick Craig-Wood)
    * Fix nil pointer exception on restricted files (Nick Craig-Wood)
* Fichier
    * Fix accessing files > 2GB on 32 bit systems (Nick Craig-Wood)
* FTP
    * Allow disabling EPSV mode (Jon Fautley)
* HTTP
    * HEAD directory entries in parallel to speedup (Nick Craig-Wood)
    * Add `--http-no-head` to stop rclone doing HEAD in listings (Nick Craig-Wood)
* Putio
    * Add ability to resume uploads (Cenk Alti)
* S3
    * Fix signature v2_auth headers (Anthony Rusdi)
    * Fix encoding for control characters (Nick Craig-Wood)
    * Only ask for URL encoded directory listings if we need them on Ceph (Nick Craig-Wood)
    * Add option for multipart failiure behaviour (Aleksandar Jankovic)
    * Support for multipart copy (庄天翼)
    * Fix nil pointer reference if no metadata returned for object (Nick Craig-Wood)
* SFTP
    * Fix `--sftp-ask-password` trying to contact the ssh agent (Nick Craig-Wood)
    * Fix hashes of files with backslashes (Nick Craig-Wood)
    * Include more ciphers with `--sftp-use-insecure-cipher` (Carlos Ferreyra)
* WebDAV
    * Parse and return Sharepoint error response (Henning Surmeier)
[close]

https://github.com/rclone/rclone

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Horodruin 5.9.433.0
« Antwort #4112 am: 27 Oktober, 2019, 21:30 »
Horodruin allows you to synchronize more than 2 folders with just few clicks.

Freeware

Latest Changes

    (Copy engine) improved internal synchronization.
    Minor internal improvements.
    Minor fixes.

http://stefanobordoni.interfree.it/Stefano/loading.htm?Horodruin

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
jaBuT 2019.10 Build 26096
« Antwort #4113 am: 30 Oktober, 2019, 19:15 »
jaBuT (just another Backup Tool) is an easy, flexible, powerful backup and synchronization program. It supports different processing modes including copy, move, and compress with and without file comparison, as well as mirror and sync. The program includes exclusion/inclusion of processed data, a variety of profile options, scheduled execution, and a variety of file comparison options.

Supports batch processing, GUI customization, rich tray control, the command-line options, and more.

Freeware for non-commercial use

Whats new:>>

Fixed an issue which caused removing the source/dest path from the input field when opening and closing the "Browse..." dialogue

https://jabut.de/en

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Macrium Reflect Free Edition 7.2 Build 4523
« Antwort #4114 am: 31 Oktober, 2019, 18:30 »
Macrium Reflect: Erstellt Disk-Images und führt Backups der Systempartition auch bei laufendem Betriebssystem durch; legt die Images auf USB-Stick, Firewire-Laufwerk, DVD oder im Netzwerk ab und erzielt laut Hersteller hohe Kompressionsraten; bietet die Systemwiederherstellung über eine Live-CD mit einem kompakten Linux-Derivat an; auch als kostenpflichtige Version mit erweitertem Funktionsumfang erhältlich.

kostenlos (Free-Version für private Nutzung)

Changelog

    XP Boot Menu:

    Windows XP can now handle boot menu creation when the 'C:' drive has the compressed attribute set.
    Auto System restore
    A "Backup is running" message box could be incorrectly shown on Windows Vista when performing an automatic restore. This has been resolved.

    SQL Continuous backup:

    The Start end End time calculations didn't take into account the local time zone. This has been resolved.

    Rescue Media Builder:

    On multi-boot systems, Windows RE WIM files for a different architecture to the current OS will now be ignored when scanning.
    When building rescue media with a custom wim for a different architecture to the running OS (eg. a 32-bit custom wim on a 64-bit system), RMBuilder will now detect the architecture mismatch and will not try to copy drivers from the host OS.
    On Windows Vista, RMBuilder would sometimes give "WIM file not found" error messages when a valid Wim file was present. This has been resolved.
    Since Windows PE does not support wifi, Windows PE rescue media will no longer give Unsupported Devices messages for wifi devices.
    In certain cases, 64-bit drivers could be automatically copied into the 32-bit drivers folder. This has been resolved.
    USB root hubs will now be shown in the list of devices on RMBuilder's Devices And Drivers options tab.
    If the Windows ADK is installed but a newer version of Windows PE is available from a zip file, RMBuilder will now build rescue media from the zip file wim rather than the ADK wim..
    When performing an automatic restore on a system with multiple network adapters, the rescue media would sometimes not correctly set the network configuration for all adapters. This has been resolved.
    USB Devices in RMBuilder now show the volume label as well as the drive letter.
    The 'Backup Selection' dialog in Reflect and the 'Update Drivers' dialog in RMBuilder have been updated to allow for easier browsing for network folders.

[close]

http://www.macrium.com/reflectfree.asp

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Iperius Backup 6.3.1
« Antwort #4115 am: 31 Oktober, 2019, 21:20 »
Wenn Sie eine Basis-Lösung mit leistungsstarken und professionellen Funktionen brauchen, ist die kostenlose Version von Iperius die ideale Lösung.

Changelog

Neue Eigenschaften

    Exchange Online Backup (Office 365): new option to include archive mailboxes
    Improved interface to configure zip file encryption and password protection.
    New warning message from traybar icon if there are backups "not completed"
    Updated OneDrive backup tutorial to resolve "Service Not Available" error
    Iperius Remote: new apps for iOS and Android: https://www.iperiusremote.com/news.aspx

Gelöste Programmfehler

    Restore from OneDrive: fixed a problem in browsing remote folders
    Fixed some "access denied" errors in writing configuration files when Iperius was not run with elevated privileges
    Backup Drive Image: solved an error in backing up MBR disks.

[close]

http://www.iperiusbackup.com/index.aspx

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
SymmetricDS 3.10.5
« Antwort #4116 am: 01 November, 2019, 19:15 »
SymmetricDS is a useful tool for the database administrators who need to replicate or  synchronize database content over the network. It allows you to save time by configuring automatic synchronizations for multiple databases.

The application supports asynchronous data replication and can be implemented for most of the database servers such as Oracle, SQL, MySQL, PostgreSQL, Firebird or DB2.

License: LGPL

Changelog

    [Improvement] In PostgreSQL trigger function should be SECURITY DEFINER (elong)
    [Improvement] Truncate host name to fit into 60 char database limit (elong)
    [Improvement] Logging of data gaps in router service can use too much memory (elong)
    [Improvement] Optimize network usage on pull by closing connection as soon as batches are transferred (elong)
    [Bug] Failed to delete blocking row (elong)
    [Bug] Batch staging manager does not purge old .create files (elong)
    [Improvement] Snapshot: use log file names from log4j configuration to filter files to include in snapshot (pmarzullo)
    [Improvement] Improve performance of purge stranded data (elong)
    [Bug] Postgres Time column type can't be converted to Timestamp column type without a cast when restoring the data (pmarzullo)
    [Bug] MySQL zero date to null works on initial load but not change capture (elong)
    [Bug] Bulk loading performance into Postgres degraded in 3.10 (elong)
    [Bug] Sym file snapshot batch sent as part of initial load (josh-a-hicks)
    [Improvement] DBFill support for auto increment columns (josh-a-hicks)
    [Bug] DB2 AS400 dialect is mis-identified as Generic (elong)
    [Bug] Extraction of double byte characters from sym_data exceeding a size of 4000 will fail and not fall back (josh-a-hicks)
    [Improvement] Upgrade redshift driver (elong)
    [Bug] Server node with at least one offline client does not update its heartbeat (elong)
    [Improvement] Excluded columns that are part of an index but the index remains in table object (elong)
    [New Feature] Add a IClientReloadListener to add a hook for reloads on the client (elong)
    [Improvement] Processed count job stats for purge and staging clean (elong)
    [Improvement] Add data_event_type variable to subselect router (elong)
    [Bug] DB2 AS400 error trying to remove a column (elong)
    [Bug] Oracle character set problem with "value too large for column" (elong)
    0004137: [Bug] Initial load table with 0 rows doesn't close off all estimated batches (pmarzullo)
    [Bug] LOBs that have values too large to store in a java array will crash the SymmetricDS JVM (josh-a-hicks)

[close]

http://www.jumpmind.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Duplicati 2.0.4.33 Canary
« Antwort #4117 am: 01 November, 2019, 20:20 »
Changelog

    Re-added support for buffering requests via the http module, thanks @tygill
    Fixed an issue with invalid DateTimeOffset, thanks @warwickmm
    Added new macOS launchers that play nice with Gatekeeper in macOS Catalina, thanks @kenkendk
    Fixed an issue where Exclude files whose names contains would create invalid filters, thanks @kenkendk

[close]

http://www.duplicati.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Rclone 1.50.1
« Antwort #4118 am: 03 November, 2019, 11:40 »
Seamlessly copy and synchronize the files and folders in multiple cloud storage you use at the same time using this command line app.

MIT License

https://github.com/rclone/rclone

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Karen's Replicator 3.7.5
« Antwort #4119 am: 03 November, 2019, 19:30 »
Karen's Replicator will automatically backup files, directories, even entire drives! Karen's Replicator copies selected files from one drive/folder to another.

Source and Destination folders can reside anywhere on your network. Files larger than 2 GB are supported.

Options include repeated copies at intervals as short as a few minutes, or as long as several months, copy only files that have changed, and the replication of file deletions.

Freeware

Changelog

    Free Space progress bar and Global Exclusions now work for drives accessed using the direct UNC \? prefix on Source and Destination Folder path names.
    Pause Job button added. Also added warning dialog when pausing or aborting a job when a file copy is still in progress.
    Job index # column added so you can sort back to how it was after accidentally sorting by another column.
    Warning dialog when minimizing to System Tray because Windows 10 hides those icons by default and that confuses everyone eventually.
    Added FAQ button to main window which will ask the user if they want to open the frequently asked and answered questions page on our website.

[close]

https://www.karenware.com/powertools/karens-replicator-backup-utility

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Syncthing 1.3.1
« Antwort #4120 am: 05 November, 2019, 12:19 »
Share various documents between different devices by relying on this handy application that comes with a smooth, user-friendly interface.

License: MPL

Changelog

Bugfixes

    #5993: Build information missing in discovery and relay server binaries
    #5995: Usage-reported transfer stats are meaningless
    #6008: Changed file in receive-only folder cannot be ignored
    #6040: Shows authentication warning when listening on UNIX socket
    #6049: Hostnames resolving to localhost are not considered ‘local’ in remote access warning

Enhancements

    #5583: White tab in black Interface ?
    #5627: Stalled scans need better UI representation

Other issues

    #6010: STUN server stun·voxgratia·org should be removed

[close]

https://syncthing.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Duplicati 2.0.4.34 Canary
« Antwort #4121 am: 05 November, 2019, 17:15 »
Changelog

Stapling macOS notarization to bundles, thanks @kenkendk
Removed option to store fileset in memory, thanks @tygill
Fixed failure on password-protected servers introduced in 2.0.4.32, thanks @warwickmm
Improved progress reporting, thanks @ltfish

[close]

http://www.duplicati.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
WinDataReflector 3.2.1
« Antwort #4122 am: 06 November, 2019, 17:30 »
WinDataReflector is a lightweight file synchronization and backup tool that wraps up fast file comparison and transfer algorithms into a simple and clear interface that offers you visual comparison of files and folders before synchronizing and backing them up and support for two way synchronization with fully customizable rules.

Freeware

Whats new:>>

Minor fixes and maintenance.

http://veridium.net/windatareflector/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Syncios 6.6.4
« Antwort #4123 am: 07 November, 2019, 05:45 »
Whats new:>>

    Added support for Android 10.
    Ability to access app document on iOS 13 and later.
    Other bug fixes and optimizations.

http://www.syncios.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Personal Backup 6.0.11.0
« Antwort #4124 am: 07 November, 2019, 13:41 »
Mit dem Gratis-Tool können Sie Ihre persönlichen Daten in einem beliebigen Ziel-Verzeichnis auf Ihrer Festplatte oder in einem Netzwerk sichern. Die Auswahl der zu sichernden Daten wird verzeichnisweise vorgenommen - Unterverzeichnisse werden automatisch mit gesichert.

Auf Wunsch werden die Daten komprimiert gespeichert. Filterfunktionen erlauben auch das bequeme Backup von ausgewählten Dateien - zum Beispiel aller Word-Dokumente. Das Erstellen eines Backups erfolgt entweder manuell oder automatisch - zu einem festgelegten Zeitpunkt oder bei jedem An- oder Abmelden des Benutzers.

Auch als 64-Bit-Variante verfügbar.

Freeware: Für privaten und kommerziellen Gebrauch

Changelog

  - Änderungen:

    - Einstellungen für das Herunterfahren: Bei Einschalten des Sperrbildschirms
      kann der Hybridmodus nicht ausgewählt werden
    - Zusätzliche Befehlszeilenoption: /end:lockdown (Sperren und Herunterfahren)
    - Dialog für Desktop-Verknüpfungen
    - Programmupdate im Kontextmenu der Taskleiste
    - Fortschrittsanzeige beim Löschen von Dateien im Ziel (full,diff,incr)
    - Farbliche Kennzeichnung von aktivierten automatischen Aufträgen
    - Auswahl des Zielverzeichnisses bei FTP-Backup
    - Protokolldatei bei Wiederherstellung mit TbBackup
    - PbMon: Neue Option "Benutzereingabe bei Fehlern anzeigen"

  - Fehlerkorrekturen:

    - Konsolenanzeige bei Ausführung von externen Programmen
    - Auswahl der Wochentage bei automatischen backups nach Sprachwechsel
    - Fortschrittsanzeige beim Prügen von Zip-Archiven
    - Restore per FTP hängt sich auf
    - Geschwindigkeitsanzeige bei Sicherung in Zip-Archive
    - Ausführen von externen Programmen
    - Sicherheitskopie beim Synchronisieren per FTP in ein Unterverzeichnis

[close]

http://personal-backup.rathlev-home.de/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )