Bug 135532 - [NEW PORT] sysutils/rdup - a tool to generate an (incremental) backup file list
Summary: [NEW PORT] sysutils/rdup - a tool to generate an (incremental) backup file list
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-13 06:50 UTC by Charlie Kester
Modified: 2009-06-19 06:30 UTC (History)
0 users

See Also:


Attachments
rdup.shar (4.78 KB, text/plain)
2009-06-13 06:50 UTC, Charlie Kester
no flags Details
rdup-1.0.0.shar.2 (4.78 KB, text/plain; charset=us-ascii)
2009-06-16 20:43 UTC, Charlie Kester
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Kester 2009-06-13 06:50:00 UTC
    rdup is a utility inspired by rsync and the Plan9 way of doing backups. 

    rdup itself does not backup anything; it only prints a list of the names of
    files that have changed since the last backup. It also handles files that are
    removed, allowing for correct incremental backups. 

    Example scripts that implement a backup strategy are included. 
    (These scripts require GNU date and cp, which are not installed by
    this FreeBSD port.)

    WWW: http://miek.nl/projects/rdup
Comment 1 Charlie Kester 2009-06-13 10:39:34 UTC
Oops. Header of Makefile has version info for another port (ccrypt) and
should be replaced before committing.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-06-14 09:31:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-06-15 23:51:47 UTC
State Changed
From-To: open->feedback

Howdy 

Build failed, 

http://64bit.miwibox.org/index.php?action=describe_port&id=769 
http://32bit.miwibox.org/index.php?action=describe_port&id=745 

could you please take a look? 

- Martin
Comment 4 Charlie Kester 2009-06-16 20:43:40 UTC
Here is a revised shar file for this port, which fixes the build
failures previously noted.
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2009-06-19 06:29:22 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-06-19 06:29:55 UTC
miwi        2009-06-19 05:29:46 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/rdup        Makefile distinfo pkg-descr 
    sysutils/rdup/files  patch-GNUmakefile.in patch-configure 
  Log:
  rdup is a utility inspired by rsync and the Plan9 way of doing backups.
  
  rdup itself does not backup anything; it only prints a list of the names of
  files that have changed since the last backup. It also handles files that are
  removed, allowing for correct incremental backups.
  
  Example scripts that implement a backup strategy are included.
  (These scripts require GNU date and cp, which are not installed by
  this FreeBSD port.)
  
  WWW: http://miek.nl/projects/rdup
  
  PR:             ports/135532
  Submitted by:   corky1951 at comcast.net
  
  Revision  Changes    Path
  1.1112    +1 -0      ports/sysutils/Makefile
  1.1       +57 -0     ports/sysutils/rdup/Makefile (new)
  1.1       +3 -0      ports/sysutils/rdup/distinfo (new)
  1.1       +37 -0     ports/sysutils/rdup/files/patch-GNUmakefile.in (new)
  1.1       +20 -0     ports/sysutils/rdup/files/patch-configure (new)
  1.1       +11 -0     ports/sysutils/rdup/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"