similar to: ZFS on Linux testing

Displaying 20 results from an estimated 13000 matches similar to: "ZFS on Linux testing"

2013 Dec 18
1
ZFS on Linux testing
On 12/18/2013, 04:00 , lists at benjamindsmith.com wrote: > I may be being presumptuous, and if so, I apologize in advance... > > It sounds to me like you might consider a disk-to-disk backup solution. > I could suggest dirvish, BackupPC, or our own home-rolled rsync-based > solution that works rather well:http://www.effortlessis.com/backupbuddy/ > > Note that with these
2013 Nov 30
5
ZFS on Linux testing effort
Hey, http://zfsonlinux.org/epel.html If you have a little time and resource please install and report back any problems you see. A filesystem or Volume sits within a zpool a zpool is made up of vdevs vdevs are made up of block devices. zpool is similar to LVM volume vdev is similar to raid set devices can be files. Thanks, Andrew
2017 Feb 09
2
Huge directory tree: Get files to sync via tools like sysdig
On Thu, 9 Feb 2017 10:55:51 +0100 Axel Kittenberger <axkibe at gmail.com> wrote: > > Has someone experience with collecting the changed files > > with a third party tool which detects which files were changed? > > I don't know of sysdig but am the developer of Lsyncd which does > exactly that, collect file changes via inotify event mechanism and > then calls
2010 Nov 20
4
How to sync an exact list of files, Including deletes!?
Hello, I'm author of Lsyncd - the live syncing deamon - http://code.google.com/p/lsyncd/ - a daemon that uses Linux` inotify to watch for filesystem changes - aggregates them for a few seconds and then periodically calls rsync to transfer the changes to target(s). Version 1 was simply aware of directories only, and it called rsync once with --delete -d for every directory in which anything
2018 Apr 28
4
sysvol files - 'The data area passed to a system call is too small'
On Fri, 27 Apr 2018 22:40:41 +0100 Jonathan Hunter via samba <samba at lists.samba.org> wrote: > OK - some more detail I have found in the meantime. > > I have compiled & ran listxattr, and I can now see a difference > between a working and a broken file: > > me at dc2:~/download $ > sudo ./listxattr /usr/local/samba/var/locks/sysvol/ >
2008 Oct 16
3
Alternatives to programmatically calling the rsync binary a lot
Dear list, I'd like to have your expertise opinion on following issue. Out of a concrete need we developed an application that will rsync any changes on a local directory structure to a remove system the moment they happen using the linux kernel watch feature. This is in our opinion much more elegant compared to invoking rsync every x seconds/minutes from cron, or having to use a special
2013 Dec 19
0
ZFS on Linux testing
On 12/19/2013, 04:00 , lists at benjamindsmith.com wrote: > BackupPC is a great product, and if I knew of it and/or it was available > when I started, I would likely have used it instead of cutting code. Now > that we've got BackupBuddy working and integrated, we aren't going to be > switching as it has worked wonderfully for a decade with very few issues > and little
2013 Oct 24
4
ZFS on Linux in production?
We are a CentOS shop, and have the lucky, fortunate problem of having ever-increasing amounts of data to manage. EXT3/4 becomes tough to manage when you start climbing, especially when you have to upgrade, so we're contemplating switching to ZFS. As of last spring, it appears that ZFS On Linux http://zfsonlinux.org/ calls itself production ready despite a version number of 0.6.2, and
2006 Jan 04
3
backup scripts
I was just curious if anyone knew if any good backup scripts...I found one the other day on freshmeat called ibackup which does a great number of things, but I just wanted an idea of what was being used these days. -- Andrew Rice Jr
2006 Jan 11
1
Backup strategy using 2 HDD + 2 drawers
Hi, One of my CentOS 4 server is a repository for backups for other machines. In this server, there is a 3ware RAID card and 2 HDD for the OS + data of this server. I also have 2 drawers (each containing one 200GB hdd), connected to a promise TX2000 card. One disk will remain in the server and one will be taken outside. What would be the best strategy for syncing the hdd when I swap
2018 Apr 29
1
sysvol files - 'The data area passed to a system call is too small'
HI, We have done something similar using inotify. On the DC1. we watch the "/usr/local/samba/var/locks/sysvol" folder and if there is any change, (add, modify or delete), we run "samba-tool ntacl sysvolreset" and we push those changes to other DCs using rsync. We have created a shell script that is put in rc.local so that this starts even if the server reboots. We chose
2017 Feb 09
4
Huge directory tree: Get files to sync via tools like sysdig
Hi, we have a huge directory tree. * 17M files (number of files) * 2.2TBytes of data. * Only 0.1% changes per day Current pain: rsyncs directory tree traversal needs to long to discover the changed files. Only few files change. I discovered the tool sysdig which could be used to monitor the files which were changed. Then we could feed the list of changed files to rsync and avoid the
2013 May 22
1
getting problems with lsyncd.
Hello All, When i run lsyncd using *lsyncd -rsync /home/abc/source /home/abc/dest*then i am able to sync the two directories of the local system. But when i run using *lsyncd -rsync /home/abc/source 10.5.1.12:/home/abc/dest* where 10.5.1.12 is the ip address of the local machine then i am unable to sync the both directories on the local machine. Please leave your suggestions. Thank you, --
2014 Oct 09
4
file system replication
Hi Everyone, I need to keep 2 systems identical. Mostly e-mail directories, web directories, mysql, etc. The goal here is to have a 2nd system ready to go it the first one starts to exhibit hardware issues. What are options to have this happen? I'm going out on a limb and thinking rsync but I haven't used it past just simple use cases. Can anyone provide some insight for me? CentOS
2017 Feb 09
1
Huge directory tree: Get files to sync via tools like sysdig
On Thu, 9 Feb 2017 14:43:57 +0100 Axel Kittenberger <axkibe at gmail.com> wrote: > > > > Not only that, but inotify is not guaranteed. (At least not on > > 3.16.0. Can't say regards later versions.) So you might miss some > > changes. > > > > Got any info on that? > > I noted that MOVE_FROM and MOVE_TO events are not guaranted to arrive
2020 Oct 21
1
pattern geeks?
hi guys, I'm trying lsyncd with some patterns which should be just rsync's own patterns and I have these: rsync = {? _extra = { ??????? "--include=samba**", ??????? "--include=postfix**", ??????? "--include=openvpn**", ??????? "--include=strongswan**", ??????? "--include=httpd/conf.d/cluster.d**", ??????? "--exclude=**", ??? } }
2010 Oct 08
3
ZFS equivalent of inotify
Is there a ZFS equivalent (or alternative) of inotify? You have some thing, which wants to be notified whenever a specific file or directory changes. For example, a "live" sync application of some kind... -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 Apr 28
0
sysvol files - 'The data area passed to a system call is too small'
Hi Rowland On 28 April 2018 at 09:17, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Fri, 27 Apr 2018 22:40:41 +0100 > Jonathan Hunter via samba <samba at lists.samba.org> wrote: > > > OK - some more detail I have found in the meantime. > > > > I have compiled & ran listxattr, and I can now see a difference > > between a working
2018 Apr 29
1
sysvol files - 'The data area passed to a system call is too small'
On Sun, 29 Apr 2018 00:42:47 +0100 Jonathan Hunter <jmhunter1 at gmail.com> wrote: > Hi Rowland > > On 28 April 2018 at 09:17, Rowland Penny via samba > <samba at lists.samba.org> wrote: > > > On Fri, 27 Apr 2018 22:40:41 +0100 > > Jonathan Hunter via samba <samba at lists.samba.org> wrote: > > > > > OK - some more detail I have found
2007 Jan 17
4
OOT: Advice on failover rsync setup
Hi all, I have a task on setting up a cluster of 2 servers for providing ftp service. We use RH's Cluster suite. However the cluster setup is lack of shared network storage, so the /var/ftp/pub is mounted on each server. The cluster is set with Master and Slave configuration (when the master is down, slave serves. and when master is up again, slaves gives up the service back to master). We