Skip to content

Instantly share code, notes, and snippets.

@rkennesson
Created November 25, 2015 22:48
Show Gist options
  • Select an option

  • Save rkennesson/4e74104f0d758afece8f to your computer and use it in GitHub Desktop.

Select an option

Save rkennesson/4e74104f0d758afece8f to your computer and use it in GitHub Desktop.
duplicity usage
#list files in duplicity backup and search for 'bash' in the list of files.
#the third '/' is required after 'file://'
duplicity list-current-files file:///home/wbronski/Downloads/Backup | grep bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment