If you want block efficient, then zfs is your friend 1) make the 'dir' be a distinct zfs filestore in the zpool 2) run zfssnap on some duty cycle 3) profit
seriously: as long as the copy can be maintained readonly, in sync with the source, the block level copy of zfs snapshots under some serial/time cycle, does the job. I ran this over mbuffer to get around ssh insane packet behaviour, I only stopped when the client wanted to prune the copy and it ceased to be a zfs snapshot copy. Its much faster than rsync. Its at the filesystem block level. On Thu, Oct 13, 2016 at 3:59 PM, Franco Fichtner <[email protected]> wrote: > >> On 13 Oct 2016, at 6:39 AM, reko.turja--- via freebsd-ports >> <[email protected]> wrote: >> >> The software should be relatively lightweight - no fullblown >> mirroring/backup is needed. Also hints how to achieve similar ends using >> maybe tar/ssh might do. > > Try cpdup(1). > > > Cheers, > Franco > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
