summaryrefslogtreecommitdiff
path: root/bin/locmaint
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-03 11:11:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-03 11:11:19 -0700
commit7491903264dfc48b09466e50c8d8270a8c6b696a (patch)
tree6cd63d6f69d0366ff8cca0e83caaa3c3cf7201ff /bin/locmaint
parentaa71d22f815535d0199e4f92622c3a5187e214e5 (diff)
downloaddotfiles-7491903264dfc48b09466e50c8d8270a8c6b696a.tar.gz
require answer on duply full vs. incremental
Diffstat (limited to 'bin/locmaint')
-rwxr-xr-xbin/locmaint2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/locmaint b/bin/locmaint
index fc240027..624285f0 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -386,7 +386,7 @@ sub do_workstation_duplicity {
# user can override and force incremental if time or bandwidth is
# lacking
- $full = prompt_Yn("Run full duply backup? (requires time & bandwidth)")
+ $full = prompt_yn("Run full duply backup? (requires time & bandwidth)")
if $full;
system "duply $profile " . ($full ? "full+purgeFull --force" : "incr");