From 9680eef7efbf86252dccac4da67feda750b2b0b1 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 12 Apr 2011 21:48:50 +0200 Subject: rybackup: update copyright and remove missleading exclude --- exclude.lst | 2 -- rybackup.py | 2 +- ryrestore.py | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/exclude.lst b/exclude.lst index 6dadfd0..88ea0e5 100644 --- a/exclude.lst +++ b/exclude.lst @@ -8,5 +8,3 @@ adir/asubdir/* somedir somefile -# full path example -- /home/user/.mplayer/Skin diff --git a/rybackup.py b/rybackup.py index e4fb8e2..de50728 100755 --- a/rybackup.py +++ b/rybackup.py @@ -2,7 +2,7 @@ # rybackup -- rsync based backup script with rotating backup-snapshots, # based on the idea and implementation found on mikerubel.org -# Copyright (C) 2010 Adrian C. +# Copyright (C) 2011 Adrian C. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ryrestore.py b/ryrestore.py index 7eee594..e059794 100755 --- a/ryrestore.py +++ b/ryrestore.py @@ -2,7 +2,7 @@ # ryrestore -- restore script for rybackup, rsync based backup script # with rotating backup-snapshots -# Copyright (C) 2010 Adrian C. +# Copyright (C) 2011 Adrian C. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.3