Bidirectional filesystem syncing - DirSync Pro vs. Unison


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Bidirectional filesystem syncing - DirSync Pro vs. Unison
# 1  
Old 12-03-2008
Bidirectional filesystem syncing - DirSync Pro vs. Unison

12-03-2008 02:00 AM
Everyone knows and loves rsync, the command that lets you clone a directory tree to another disk or system with the ability to keep the clone fresh in an incremental and bandwidth-efficient manner. Sometimes, however, you want to sync in the reverse direction. With bidirectional filesystem syncing tools, there is no primary filesystem -- you just tell the tool to make sure both target directories, or clones, are identical. Here's a hands-on look at two tools designed to accomplish that task: DirSync Pro and Unison.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

hwo to find shared filesystem and local filesystem in AIX

Hi, I wanted to find out that in my database server which filesystems are shared storage and which filesystems are local. Like when I use df -k, it shows "filesystem" and "mounted on" but I want to know which one is shared and which one is local. Please tell me the commands which I can run... (2 Replies)
Discussion started by: kamranjalal
2 Replies

2. UNIX for Advanced & Expert Users

Performance problem with bidirectional nc

Working on a simple, half duplex network diagnostic that will run anywhere using nc and dd. Performance is symmetrical with sink and source nc processes open as a server: nc -vkl 5000 > /dev/null & cat /dev/zero | nc -vkl 5001 & With this on the client: nc host0 5001 | dd of=/dev/null... (0 Replies)
Discussion started by: netdrx
0 Replies

3. UNIX for Dummies Questions & Answers

Rsync, Unison or other?

My client is using perforce. Like CVS, perforce has the feature where you can create your own branch and check broken code into the branch with out breaking the main line build. When you finally get to a point that you are not going to break the build, you merge your branch with mainline. ... (2 Replies)
Discussion started by: siegfried
2 Replies

4. UNIX for Dummies Questions & Answers

rsync v. unison

I was reading the man page for rsync expecting it to talk about synchronization. It says it is like a rcp. I was expecting it to have something to do with synchronization. I was expecting rsync to only copy those files that are newer and it does not look like this is what it was designed to do.... (4 Replies)
Discussion started by: siegfried
4 Replies

5. UNIX for Advanced & Expert Users

filesystem syncing

Does anyone know if there is free software that can keep 2 filesystem on remote machines , synced. This will be part of our Disaster Recovery to keep one machine off site , which will take over should the need arise.. Thanks (6 Replies)
Discussion started by: markdr011
6 Replies

6. UNIX for Dummies Questions & Answers

domain logon problem - FreeBSD PDC w/ win2k pro and winxp pro

this is the seventh problem i'm having with samba. for some reason, i cannot logon to the domain. i've created user accounts... and i was able to establish a connection between the samba server (my PDC) and my workstations by logging in as "root." however now when i try to logon it gives... (5 Replies)
Discussion started by: xyyz
5 Replies
Login or Register to Ask a Question
BTRFSCTL(8)						      System Manager's Manual						       BTRFSCTL(8)

NAME
btrfsctl - control a btrfs filesystem SYNOPSIS
btrfsctl [ -d file|directory ] [ -s snapshot-name directory ] [ -S subvolume-name directory ] [ -r [+-]size ] [ -A device ] [ -a ] [ -c ] DESCRIPTION
btrfsctl is used to control the filesystem and the files and directories stored. It is the tool to create a new snapshot for the filesys- tem. OPTIONS
-d file|directory Defragment a file or a directory. If the argument is a directory, the entire b-tree under the directory is defragged. -s snapshot-name directory Creates a new snapshot of the directory specified. -S subvolume-name directory Creates a new subvolume. -r [+|-]size Resizes the filesystem with the size specified. If the value is preceded with a signed symbol, the filesystem is resized with respect to the current filesystem size. size can be suffixed by k,m or g to represent kilobytes, megabytes, or gigabytes respec- tively. -A device Scans the device for btrfs filesystem. -a Scans all devices present in the system for btrfs filesystem. -c Forces a filesystem sync. AVAILABILITY
btrfsctl is part of btrfs-progs. Btrfs is currently under heavy development, and not suitable for any uses other than benchmarking and review. Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for further details. SEE ALSO
mkfs.btrfs(8) BTRFSCTL(8)