i want to make backups of specific subdirs in my users home directories. For example the typical home dir looks like:
\home\alice\backup
\home\alice\something_else
\home\bob\backup\
\home\bob\trivia
...
and i would like to preserve the directory structure, but backup only the backup dirs
i tried with
backup /home/*/backup homes/
but that failed. any help would be greatly appreciated
edit: additional info: this is being done on a centos 5.9 machine with a normal install of rsnapshot; the backup like i refer to is the rsnapshot.conf line.
i can only assume it uses rsync.
to further explain my question, i am interested in what is the correct syntax for the rsnapshot.conf file, to backup only a single subdirectory of all user directories in home.