The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:File::Rsync"

File::Rsync - perl module interface to rsync(1) http://rsync.samba.org/rsync/ River stage one • 5 direct dependents • 7 total dependents

Perl Convenience wrapper for the rsync(1) program. Written for *rsync-2.3.2* and updated for *rsync-3.1.1* but should perform properly with most recent versions. File::Rsync::new $obj = new File::Rsync; or $obj = File::Rsync->new; or $obj = File::Rsy...

LEAKIN/File-Rsync-0.49 - 10 Mar 2016 15:55:42 UTC

File::Rsync::Mirror::Recent - mirroring via rsync made efficient River stage one • 1 direct dependent • 1 total dependent

ANDK/File-Rsync-Mirror-Recent-0.4.6 - 21 Jun 2020 21:09:09 UTC

File::Rsync::Mirror::Recentfile - mirroring via rsync made efficient River stage one • 1 direct dependent • 1 total dependent

Lower level than F:R:M:Recent, handles one recentfile. Whereas a tree is always composed of several recentfiles, controlled by the F:R:M:Recent object. The Recentfile object has to do the bookkeeping for a single timeslice....

ANDK/File-Rsync-Mirror-Recent-0.4.6 - 21 Jun 2020 21:09:09 UTC

File::Rsync::Mirror::Recentfile::Done - intervals of already rsynced timespans River stage one • 1 direct dependent • 1 total dependent

Keeping track of already rsynced timespans....

ANDK/File-Rsync-Mirror-Recent-0.4.6 - 21 Jun 2020 21:09:09 UTC

File::Rsync::Mirror::Recentfile::FakeBigFloat - pseudo bigfloat support River stage one • 1 direct dependent • 1 total dependent

We treat strings that look like floating point numbers. If the native floating point support is good enough we use it. If it isn't we make sure no two unequal numbers are treated the same and vice versa. Only comparison operators are supported, no ot...

ANDK/File-Rsync-Mirror-Recent-0.4.6 - 21 Jun 2020 21:09:09 UTC

File::RsyncP - Perl Rsync client River stage zero No dependents

File::RsyncP is a perl implementation of an Rsync client. It is compatible with Rsync 2.5.5 - 2.6.3 (protocol versions 26-28). It can send or receive files, either by running rsync on the remote machine, or connecting to an rsyncd deamon on the remot...

CBARRATT/File-RsyncP-0.76 - 25 Sep 2020 20:39:33 UTC

File::RsyncP::Digest - Perl interface to rsync message digest algorithms River stage zero No dependents

The File::RsyncP::Digest module allows you to compute rsync digests, including the RSA Data Security Inc. MD4 Message Digest algorithm, and Adler32 checksums from within Perl programs. Rsync Digests Rsync uses two main digests (or checksums), for che...

CBARRATT/File-RsyncP-0.76 - 25 Sep 2020 20:39:33 UTC

File::RsyncP::FileIO - Perl Rsync client file system IO River stage zero No dependents

File::RsyncP::FileIO contains all of the file system access functions needed by File::RsyncP. This functionality is relegated to this module so it can be subclassed or replaced by different code for applications where an rsync interface is provided f...

CBARRATT/File-RsyncP-0.76 - 25 Sep 2020 20:39:33 UTC

File::RsyncP::FileList - Perl interface to rsync file list encoding and decoding. River stage zero No dependents

The File::RsyncP::FileList module is used to encode and decode file lists in using the same format at Rsync. The sender side of Rsync creates a list of all the files the are going to be sent. This list is sent in a compact format to the receiver side...

CBARRATT/File-RsyncP-0.76 - 25 Sep 2020 20:39:33 UTC

RdistByRsync.pm River stage zero No dependents

MUIR/File-RdistByRsync-0.3 - 02 Feb 2002 03:32:00 UTC

File::RsyBak - Backup files/directories with histories, using rsync River stage one • 2 direct dependents • 2 total dependents

This module is basically just a wrapper around rsync to create a filesystem backup system. Some characteristics of this backup system: * Supports backup histories and history levels For example, you can create 7 level-1 backup histories (equals 7 dai...

PERLANCAR/File-RsyBak-0.361 - 11 Mar 2019 11:14:21 UTC

File::Ignore - Ignore files that are good to ignore River stage zero No dependents

RKRIMEN/File-Ignore-0.021 - 12 Nov 2007 03:04:43 UTC

File::Fetch - A generic file fetching mechanism River stage three • 27 direct dependents • 101 total dependents

File::Fetch is a generic file fetching mechanism. It allows you to fetch any file pointed to by a "ftp", "http", "file", "git" or "rsync" uri by a number of different means. See the "HOW IT WORKS" section further down for details....

BINGOS/File-Fetch-1.04 - 18 Jan 2022 20:50:47 UTC

File::Rdiff - generate remote signatures and patch files using librsync River stage zero No dependents

A more-or-less direct interface to librsync (<http://librsync.sourceforge.net/>). For usage examples (better than this very sparse documentation), see the two example scripts below. POD ERRORS Hey! The above document had some coding errors, which are...

MLEHMANN/File-Rdiff-1.0 - 24 Jul 2008 21:06:11 UTC

MacOSX::File - A collection of modules to manipulate files on MacOS X River stage zero No dependents

MacOSX::File is a collection of modules that allows you to do what binaries in /Developer/Tools allows you to do directly via perl. You can implement your own CpMac, MvMac, GetFileInfo and SetFile without calling these binaries....

DANKOGAI/MacOSX-File-0.71 - 19 Aug 2005 06:15:04 UTC

File::Remote - Read/write/edit remote files transparently River stage zero No dependents

This module takes care of dealing with files regardless of whether they're local or remote. It allows you to create and edit files without having to worry about their physical location on the network. If a file passed into a function is of the form "...

NWIGER/File-Remote-1.17 - 10 Jan 2005 21:51:10 UTC

File::Move::Undoable - Move file/directory using rename/rsync, with undo support River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/File-Move-Undoable-0.100 - 23 Feb 2024 01:56:46 UTC

File::Copy::Undoable - Copy file/directory using rsync, with undo support River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/File-Copy-Undoable-0.130 - 23 Feb 2024 01:56:12 UTC

File::AtomicWrite - writes files atomically via rename() River stage one • 4 direct dependents • 6 total dependents

This module offers atomic file writes via a temporary file created in the same directory (and therefore probably the same partition) as the specified file. After data has been written to the temporary file, the "rename" system call is used to replace...

JMATES/File-AtomicWrite-1.21 - 09 Oct 2018 13:39:13 UTC

File::RsyBak::Unpacked - Backup files/directories with histories, using rsync (unpacked version) River stage one • 1 direct dependent • 1 total dependent

This distribution is for testing/development purposes. Users should just install the File::RsyBak distribution because it has fewer dependencies....

PERLANCAR/File-RsyBak-Unpacked-0.29 - 22 Oct 2015 14:59:12 UTC
21 results (0.056 seconds)