Add and update tasks

Always verify, by --dry-run, the result of a new task before executing it. After adding the task, select it, in Add task view, select the checker flag will execute a --dry-run. A task require as minimum a local catalog and a remote catalog. Enter tasks Using the Enter key will advance to next field. The Enter key will automatically add a new task after last input. Or the checkmark icon on the toolbar will add a new task....

September 3, 2024 · 2 min · 338 words · Thomas Evensen

Synchronize data

Always verify, by --dry-run, the result of a new task before executing it. The easiest way to verify a task, select the task and then the shortcut ⌘E for estimate. The main task view lets you execute all or selected tasks in one go. A double click on a task wil execute a --dry-run, the next double click will execute the real run. The following are allowed shortcut actions: Estimate - ⌘E estimates all or selected tasks Synchronize - ⌘R synchronize all or selected tasks Abort - ⌘K abort and halt any ongoing task When RsyncUI starts it automatically open the main view....

September 2, 2024 · 2 min · 237 words · Thomas Evensen

Snapshots

Utilizing snapshot is an effective method to restore old versions of data and deleted files. Snapshot utilize hardlinks and only changed and deleted files are saved as separate files in a snapshot. Files which are not changed are hardlinks to the original file. If a file.txt is saved in snapshot number one and never changed or deleted, the file file.txt in the latest snapshot is a hardlink only to the original file....

April 16, 2021 · 4 min · 767 words · Thomas Evensen

Quicktask

Use RsyncUI for quickly synchronize files to either local or remote storage. If synchronizing to a remote storage require setup of passwordless login. There are two types of quick tasks: synchronize - synchronize local files to remote syncremote - synchronize remote files to local If syncremote the localcatalog in the form is the remote data and remotecatalog is the local data where remote data will land when pulled. After entering data, default is a --dry-run task....

March 11, 2021 · 1 min · 167 words · Thomas Evensen

Restore data

Restore data from within RsyncUI is only allowed for remote servers. Restore data from attached volumes by macOS Finder only. A restore has to be executed to a temporary restore path. This is to secure not destroying any original data. A restore session might be as follows. List of filenames with more than 20,000 lines will be truncated due to performance and poorly responding UI. A workaround if list of filenames are truncated, either search for filenames by filter or go for a fulle restore, ....

March 11, 2021 · 1 min · 144 words · Thomas Evensen