Ask your questions here.
Post a reply

Re: [SOLVED] Squeeze snapshot

Tue Apr 23, 2013 2:20 pm

I've been using these excludes for round about 2 years with no problems.
My username is user
- /home/user/data/*
- /home/user/aries-nas
- /home/user/Downloads/*
- /home/user/Dropbox
- /home/ukbrian/*


I just tried both of these twice on 2 different machines and both failed to copy the last named folder so the trailing slash does not seem necessary or do anything whereas the "/*" does exactly what I want
- /home/user/data/
- /home/user/Downloads/
- /home/user/Dropbox
and
- /home/user/data*
- /home/user/Downloads*
- /home/user/Dropbox
Post a reply