Skip to content

Instantly share code, notes, and snippets.

View timri's full-sized avatar

Tim Riemenschneider timri

  • Bremen, Germany
View GitHub Profile
@timri
timri / log-lost-pack
Created December 4, 2013 22:30
Test with "lost" packfile
tim@rohan:/tmp$ rm -rf src/* rest/* bup/
tim@rohan:/tmp$ bup init
Initialisierte leeres Git-Repository in /tmp/bup/
tim@rohan:/tmp$ ls /etc/ >> src/file1
tim@rohan:/tmp$ bup index src ; bup save -n save-etc src
Indexing: 2, done.
Reading index: 2, done.
Saving: 100.00% (7/7k, 2/2 files), done.
bloom: creating from 1 file (10 objects).
tim@rohan:/tmp$ ls /usr/ >> src/file2