summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2011-04-12 21:48:50 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2011-04-12 21:48:50 +0200
commit9680eef7efbf86252dccac4da67feda750b2b0b1 (patch)
treea2df40353a5ce1c37a1c9f5e06c5ceed5cfc81a8
parent52168e249770818ab658aeefbd25ad54bc5ed4b6 (diff)
downloadrybackup-9680eef7efbf86252dccac4da67feda750b2b0b1.tar.xz
rybackup: update copyright and remove missleading exclude
-rw-r--r--exclude.lst2
-rwxr-xr-xrybackup.py2
-rwxr-xr-xryrestore.py2
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. <anrxc sysphere.org>
+# Copyright (C) 2011 Adrian C. <anrxc sysphere.org>
# 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. <anrxc sysphere.org>
+# Copyright (C) 2011 Adrian C. <anrxc sysphere.org>
# 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