Skip to main content
deleted 42 characters in body
Source Link
BowPark
  • 5.2k
  • 13
  • 54
  • 78

In Ubuntu 14.04 systems I would like to store the same contents of a directory in two physical different deviceshosts (1). This is to let the same person work on different workstations on the same LAN, having the same files available at any time, regardless of the workstation he decided to work with: they can be text files, configuration files, but also pdf and so on. (2)

Both the workstations can use sshfs, but not NFS. I need real-time (so no rsync), bi-directional (so no lsyncd) syncronization between the two directories.

Does exist a tool, or filesystem, which is able to perform this?


(1) This is also to make a backup: if one workstation is down, the other already has all the files. I don't need neither symbolic links, nor mount --bind, because the contents should be stored in different devices and none of those solutions would allow this.

(2) This is the main scenario. A unique USB key can be used, but often the number of files and their total dimensions are huge, so they would require a hard disk.

In Ubuntu 14.04 systems I would like to store the same contents of a directory in two physical different devices (1). This is to let the same person work on different workstations on the same LAN, having the same files available at any time, regardless of the workstation he decided to work with: they can be text files, configuration files, but also pdf and so on. (2)

Both the workstations can use sshfs, but not NFS. I need real-time (so no rsync), bi-directional (so no lsyncd) syncronization between the two directories.

Does exist a tool, or filesystem, which is able to perform this?


(1) I don't need neither symbolic links, nor mount --bind, because the contents should be stored in different devices and none of those solutions would allow this.

(2) This is the main scenario. A unique USB key can be used, but often the number of files and their total dimensions are huge, so they would require a hard disk.

In Ubuntu 14.04 systems I would like to store the same contents of a directory in two different hosts (1). This is to let the same person work on different workstations on the same LAN, having the same files available at any time, regardless of the workstation he decided to work with: they can be text files, configuration files, but also pdf and so on. (2)

Both the workstations can use sshfs, but not NFS. I need real-time (so no rsync), bi-directional (so no lsyncd) syncronization between the two directories.

Does exist a tool, or filesystem, which is able to perform this?


(1) This is also to make a backup: if one workstation is down, the other already has all the files. I don't need neither symbolic links, nor mount --bind, because the contents should be stored in different devices.

(2) This is the main scenario. A unique USB key can be used, but often the number of files and their total dimensions are huge, so they would require a hard disk.

deleted 42 characters in body
Source Link
BowPark
  • 5.2k
  • 13
  • 54
  • 78

In a Ubuntu 14.04 systemsystems I would like to store the same contents of a directory in two physical different devices (1). This should result in having in the filesystem tree two directories dirA and dirB withis to let the same contents. I would like toperson work on themdifferent workstations on the same LAN, keeping them synced. Any modifications made inhaving dirB shouldthe same files available at any time, regardless of the workstation he decided to work with: they can be mirrored intext files, configuration files, but also dirApdf and viceversaso on. (2)

I did not chooseBoth the workstations can use rsync becausesshfs, but not NFS. I need a real-time syncronization to be set once;(so no rsync), bi-directional (so no lsyncd works well in (almost) real-timesyncronization between the two directories.

Does exist a tool, but it has some issues when tryingor filesystem, which is able to use it bidirectionally.perform this?


(1) I don't need neither symbolic links, nor mount --bind, because the contents should be stored in different devices and none of those solutions would allow this.

There should not be a client and a server:(2) This is the actions performed against dirA shouldmain scenario. A unique USB key can be replicated atused, but often the same time in dirBnumber of files and viceversatheir total dimensions are huge, so they would require a hard disk.

  • Does exist a tool, or filesystem, which is able to perform this?

  • Does such a tool/filesystem exist when dirB is in another machine?

In a Ubuntu 14.04 system I would like to store the same contents of a directory in two physical different devices. This should result in having in the filesystem tree two directories dirA and dirB with the same contents. I would like to work on them, keeping them synced. Any modifications made in dirB should be mirrored in dirA and viceversa.

I did not choose rsync because I need a real-time syncronization to be set once; lsyncd works well in (almost) real-time, but it has some issues when trying to use it bidirectionally. I don't need neither symbolic links, nor mount --bind, because the contents should be stored in different devices and none of those solutions would allow this.

There should not be a client and a server: the actions performed against dirA should be replicated at the same time in dirB and viceversa.

  • Does exist a tool, or filesystem, which is able to perform this?

  • Does such a tool/filesystem exist when dirB is in another machine?

In Ubuntu 14.04 systems I would like to store the same contents of a directory in two physical different devices (1). This is to let the same person work on different workstations on the same LAN, having the same files available at any time, regardless of the workstation he decided to work with: they can be text files, configuration files, but also pdf and so on. (2)

Both the workstations can use sshfs, but not NFS. I need real-time (so no rsync), bi-directional (so no lsyncd) syncronization between the two directories.

Does exist a tool, or filesystem, which is able to perform this?


(1) I don't need neither symbolic links, nor mount --bind, because the contents should be stored in different devices and none of those solutions would allow this.

(2) This is the main scenario. A unique USB key can be used, but often the number of files and their total dimensions are huge, so they would require a hard disk.

Tweeted twitter.com/StackUnix/status/834666593397460993
added 24 characters in body
Source Link
BowPark
  • 5.2k
  • 13
  • 54
  • 78

In a Ubuntu 14.04 system I would like to store the same contents of a directory in two physical different devices. This should result in having in the filesystem tree two directories dirA and dirB with the same contents. I would like to work on them, keeping them synced. Any modifications made in dirB should be mirrored in dirA and viceversa.

I did not choose rsync because I need a real-time syncronization to be set once; lsyncd works well in (almost) real-time, but it has some issues when trying to use it bidirectionally. I don't need neither symbolic links, nor mount --bind, because the contents should be stored in different devices and none of those solutions would allow this.

There should not be a client and a server: the actions performed against dirA should be replicated at the same time in dirB and viceversa.

  • Does exist a tool, or filesystem, which is able to perform this?

  • Does such a tool/filesystem exist when dirB is in another machine?

In a Ubuntu 14.04 system I would like to store the same contents of a directory in two physical different devices. This should result in having in the filesystem tree two directories dirA and dirB with the same contents. I would like to work on them, keeping them synced. Any modifications made in dirB should be mirrored in dirA and viceversa.

I did not choose rsync because I need a real-time syncronization to be set once; lsyncd works well in (almost) real-time, but it has some issues when trying to use it bidirectionally.

There should not be a client and a server: the actions performed against dirA should be replicated at the same time in dirB and viceversa.

  • Does exist a tool, or filesystem, which is able to perform this?

  • Does such a tool/filesystem exist when dirB is in another machine?

In a Ubuntu 14.04 system I would like to store the same contents of a directory in two physical different devices. This should result in having in the filesystem tree two directories dirA and dirB with the same contents. I would like to work on them, keeping them synced. Any modifications made in dirB should be mirrored in dirA and viceversa.

I did not choose rsync because I need a real-time syncronization to be set once; lsyncd works well in (almost) real-time, but it has some issues when trying to use it bidirectionally. I don't need neither symbolic links, nor mount --bind, because the contents should be stored in different devices and none of those solutions would allow this.

There should not be a client and a server: the actions performed against dirA should be replicated at the same time in dirB and viceversa.

  • Does exist a tool, or filesystem, which is able to perform this?

  • Does such a tool/filesystem exist when dirB is in another machine?

added 24 characters in body
Source Link
BowPark
  • 5.2k
  • 13
  • 54
  • 78
Loading
added 41 characters in body
Source Link
BowPark
  • 5.2k
  • 13
  • 54
  • 78
Loading
edited tags
Link
terdon
  • 252.2k
  • 69
  • 480
  • 718
Loading
added 23 characters in body
Source Link
BowPark
  • 5.2k
  • 13
  • 54
  • 78
Loading
Source Link
BowPark
  • 5.2k
  • 13
  • 54
  • 78
Loading