summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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