
You can download FreeFileSync from its official website. Lsyncd has the feature of syncing from one source to multiple targets. FreeFileSync is a free and open source application that synchronizes your files and folders across folders and drives. Lsyncd aggregates events up to 1000 separate events, or a 15-second delay before synchronizing, whichever happens first, so our changes may not be synced immediately. $ echo "This is line 2" > sample/source/file01.bin If we edit files in the source directory, lsyncd will automatically reflect it in the target directory: $ cat sample/source/file01.bin The FreeFileSync project is 100 dependent on ad revenue and donations to stay alive. $ lsyncd -rsync /home/baeldung/sample/source /home/baeldung/sample/targetġ5:41:03 Normal: - Startup, daemonizing - FileRun - File Sharing: access your files anywhere through self-hosted secure cloud storage, file backup and sharing for your photos, videos, files and more. Create a new basic task and follow the wizard. The command above will copy/mirror the source directory recursively to the target directory: $ tree sample Open the Task Scheduler either via the start menu, or enter taskschd.msc in the run dialog (keyboard shortcut: Windows + R).

If the target directory is on a different machine: $ lsyncd -rsyncssh /home/baeldung/sample/source/ target-path/ Let’s set up a local lsync: $ lsyncd -rsync /home/baeldung/sample/source /home/baeldung/sample/target Our ~/sample/source directory will now sync to ~/sample/target directory every minute. Offline access (sync) When you right-click on any file within pCloud Drive, youll see this option in the context menu. The script removed the files in the target directory successfully. Let’s delete a file ( ~/sample/source/file01.bin) from the source to see if it will also delete the same file from the target: $ rm sample/source/file01.bin
