From 2bddad3d7e2e98ec27ca5e3ee77b544ba1770403 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 16 Sep 2012 14:41:57 -0400 Subject: [PATCH] new --- database/configuration/cron/backup_maildir.crontab | 12 ++++++++++++ database/configuration/vim/dotvimrc | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 database/configuration/cron/backup_maildir.crontab create mode 100644 database/configuration/vim/dotvimrc diff --git a/database/configuration/cron/backup_maildir.crontab b/database/configuration/cron/backup_maildir.crontab new file mode 100644 index 00000000..b0dc261c --- /dev/null +++ b/database/configuration/cron/backup_maildir.crontab @@ -0,0 +1,12 @@ + + +SHELL=/bin/bash + +# m h dom mon dow command + +USER=fred + +# backs up the maildir folder for fred monthly +* * 1 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/maildir_backup_$(date_stringer).tar.gz $HOME/Maildir) &>/tmp/maildir_backup_${USER}.log + + diff --git a/database/configuration/vim/dotvimrc b/database/configuration/vim/dotvimrc new file mode 100644 index 00000000..19970ad8 --- /dev/null +++ b/database/configuration/vim/dotvimrc @@ -0,0 +1,8 @@ + +set viminfo='100,<1000,s10,h +" cranks up the register saved buffer size to 1000 lines, since otherwise the cut buffer will only +" preserve the default 50 lines for a paste to another file. this makes all registers go up to +" this size though, so if you save to a lot of different ones, you will use more space in your +" viminfo file. + + -- 2.34.1