You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unco uses link(2) to create backups when link(2) replaces / unlink(2) removes an existing file (note: the cannot be implemented using copy, since the file being replaced / removed might be linked from another location and it is essential to restore that state).
However link(2) cannot link files on different partitions. So it is better to create a backup directory on every partition, and use the appropriate one to store a backup.
The text was updated successfully, but these errors were encountered:
Unco uses
link(2)
to create backups whenlink(2)
replaces /unlink(2)
removes an existing file (note: the cannot be implemented using copy, since the file being replaced / removed might be linked from another location and it is essential to restore that state).However
link(2)
cannot link files on different partitions. So it is better to create a backup directory on every partition, and use the appropriate one to store a backup.The text was updated successfully, but these errors were encountered: