Questions tagged [exclude]

40 questions
0
votes
1 answer

FreeNAS - how to "Exclude from file" in Rsyncd (GUI)

I am trying to set rsync tasks to Pull user profiles from 11 Windows machines running DeltaCopy Server and then configure ZFS periodic snapshot tasks for a backup solution. So far this has been working fine, although i would like to exclude certain…
user179181
  • 13
  • 2
  • 5
0
votes
3 answers

input wget exclusions from a file?

i'm crawling a forum and I keep stumbling across certain threads that have been going on for ten years. i can certainly exclude these using wget option: -X…
mcwizard
  • 103
  • 2
0
votes
1 answer

Robocopy exclude folders/subfolders containing a file named nobackup.txt

We backup a large directory structure but want to exclude some directories. Is it possible to exclude subfolders when the parent folder contains a file named "nobackup.txt"?
andre
  • 1
0
votes
1 answer

Use tar to exclude one directory (but not another) that matches a pattern

I'm working on doing a pretty straightforward tar for a site, but there's a wrinkle. Here's the file structure of the site: ... files/ images/ images/visitors/ ... logs/ ... visitors/ Here's the problem: I want to exclude all the…
0
votes
1 answer

Robocopy - include subdirectories of an excluded directory

I'm using Robocoy to transfer a directory and all it's contents. I use the following command as part of a batch file to copy the directories wile ignoring the images subdirectories. ROBOCOPY C:\source C:\destination /S /L /XD C:\source\images Most…
fearoffours
  • 101
  • 3
0
votes
1 answer

TAR and excluding directory files but kee directory

Noob alert: Can I exclude files in the directory "imagecache" but still make the directory a part of the TAR archive?
Cudos
  • 539
  • 2
  • 7
  • 18
0
votes
1 answer

What directories to/not backup

I'm setting up rsnapshot to backup a production LAMP server. These are the directories that currently are going to be backed up. /home /etc /usr/local /root /var What directories can I exclude from /var? Anything else that should be backed…
Markus Hedlund
  • 1,127
  • 2
  • 19
  • 33
0
votes
2 answers

zip to exclude all .svn folders

trying to exclude all .svn folders in the zipped subfolders zip -urq bebe.zip * -x .svn doesn't work...
Michael
  • 397
  • 1
  • 7
  • 15
0
votes
2 answers

I want to exclude specific words from the results when piping tail into grep

I am using "tail -f /var/log/fail2ban.log -f /var/log/ufw.log | grep -e Ban -e BLOCK -e ALLOW" (without the quotes) and it is working but I want to exclude the results that have the words UDP and ICMP in them. When I try "tail -f…
Greg Azar
  • 1
  • 2
-1
votes
1 answer

What would be the easiest way to exclude 206 requests from apache xampp log ? Thanks

What would be the easiest way to exclude 206 requests from apache xampp log ? Thanks
1 2
3