Browse Source

talk about the new arguments to find..

main
John-Mark Gurney 4 years ago
parent
commit
c1bb866a94
Signed by: jmg GPG Key ID: 205F0B33DD006ADA
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      README.md

+ 12
- 0
README.md View File

@@ -20,6 +20,18 @@ $chmod 755 snapaid.sh
$./snapaid.sh find
```

When running with the find argument, you can provide additional terms
and/or selections as arguments. If you want to automatically download
the latest FreeBSD CURRENT snapshot vmdk that is xz compressed for the
for amd64 architecture, you run the command:
```
sh snapaid.sh find CURRENT vmdk xz amd64 1
```

Each term between `find` and `1` refines the search, and the `1` selects
the first image. The list is sorted by date, then by release, where
the latest is shown first.

Notes
-----



Loading…
Cancel
Save