Sean Hammond

Results 160 issues of Sean Hammond

Enhancement

When `--max-snapshots` is used and `_remove_oldest_snapshot()` doesn't actually reduce the number of snapshots reported to `_ls_snapshots()` (for example when `--dry-run` is used so that we don't actually run the `rm`...

For now users can get around this by using ssh keys instead of passwords to access remote hosts.

Enhancement

Found some bugs in it.

Enhancement

``` ~ snapshotter -h usage: snapshotter [-h] [-n] [--min-snapshots MIN_SNAPSHOTS] SRC DEST positional arguments: SRC the path to be backed up DEST the directory to create snapshots in optional arguments:...

Bug

`subprocess.check_output()` doesn't exist on 2.6.

Enhancement

Need to find a way to run a subprocess and gets its exit value, stdout and stderr, while also echoing the stdout and stderr to our stdout and stderr in...

Enhancement