https://github.com/stefansbv/planned-copy
Planned copy
https://github.com/stefansbv/planned-copy
config-management perl
Last synced: 28 days ago
JSON representation
Planned copy
- Host: GitHub
- URL: https://github.com/stefansbv/planned-copy
- Owner: stefansbv
- Created: 2014-10-26T11:30:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T15:05:26.000Z (about 4 years ago)
- Last Synced: 2023-03-22T22:31:37.128Z (over 3 years ago)
- Topics: config-management, perl
- Language: Perl
- Homepage:
- Size: 5.51 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Planned Copy
============
Ștefan Suciu
2020-05-27
Version: 0.925
Planned Copy - an automated install/sync application for files on your
Linux/Windows box. See the manual for details.
Install
-------
Download the source package from the GitHub repository and install
like any other Perl package.
Download the distribution, unpack and install:
```
$ tar xaf App::PlannedCopy-0.NNN.tar.gz
$ cd App::PlannedCopy-0.NNN
```
Then as usual for a Perl application:
```
$ perl Makefile.PL
$ make
$ make test
$ make install
```
The second option is to clone the repository, build and install with
`dzil`.
Known Issues
------------
If the `diff` program is set to ignore whitespace, then when `plcp`
reports differences, the `diff` program may report identical files.
If the destination path for an item is too long, it will alter the
printing format.
License And Copyright
---------------------
Copyright (C) 2020 Ștefan Suciu
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 dated June, 1991 or at your option
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
A copy of the GNU General Public License is available in the source tree;
if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.