Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

import waybackpack downloads to git repo

License

Notifications You must be signed in to change notification settings

jwilk-archive/waybackpack2git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

waybackpack2git imports waybackpack downloads into a git repository:

$ waybackpack --quiet --to-date 2002 --dir example.org-wayback http://example.org/

$ waybackpack2git example.org-git example.org-wayback/2002*
Initialized empty Git repository in /home/jwilk/example.org-git/.git/
HEAD is now at f70bc8d

$ git -C example.org-git/ log -3 --stat
commit f70bc8d86022b0910651bccfbcbb18eb1ec60063
Author: Jakub Wilk <[email protected]>
Date:   2002-11-29 11:14:05 +0000

 example.org/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6ffe5c3abda59e29e622ff464b6628963611f5b4
Author: Jakub Wilk <[email protected]>
Date:   2002-11-28 04:56:17 +0000

 example.org/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 67ad72c0a706057ee4ada03876c9f22eacfdebc9
Author: Jakub Wilk <[email protected]>
Date:   2002-11-21 09:48:39 +0000

 example.org/index.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Prerequisites

  • git (v1.8.5 or later)

About

import waybackpack downloads to git repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages