about summary refs log tree commit diff stats
path: root/leo.pl
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-09-03 21:03:13 +0530
committerAndinus <andinus@nand.sh>2020-09-03 21:03:13 +0530
commit574684fca66be90f789e5dbf5fd1a2bacaf84201 (patch)
tree681720209921763b00b1a3cb05cfe445a1e9b2e0 /leo.pl
parentbea671d1a148b19df5e843d9d3a98b78a20c8b77 (diff)
downloadleo-574684fca66be90f789e5dbf5fd1a2bacaf84201.tar.gz
Change default backup directory
Diffstat (limited to 'leo.pl')
-rwxr-xr-xleo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/leo.pl b/leo.pl
index 054b9a1..fcf3bef 100755
--- a/leo.pl
+++ b/leo.pl
@@ -20,7 +20,7 @@ GetOptions(
 ) or die "Error in command line arguments\n";
 
 my $ymd = ymd(); # YYYY-MM-DD.
-my $backup_dir = "/tmp/backup/$ymd";
+my $backup_dir = "/tmp/backups/$ymd";
 
 path($backup_dir)->mkpath; # Create backup directory.
 my $prof;