This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*- | |
| # vim: set filetype=sh sw=3 sts=3 expandtab autoindent: | |
| # | |
| # duplicity script for backupninja | |
| # requires duplicity >= 0.4.4, and >= 0.4.9 when using a custom tmpdir. | |
| # | |
| getconf options | |
| getconf testconnect yes | |
| getconf nicelevel 0 |
OlderNewer