search for: tcrx

Displaying 1 result from an estimated 1 matches for "tcrx".

Did you mean: crx
2014 Aug 21
0
Smbclient With Tarmode and Excludes
...kup so I use excludes. Initially I was unsure about the syntax and I found a bug report to this: https://bugzilla.samba.org/show_bug.cgi?id=4734 Now I used the following command line to perform the backup: smbclient \\\\christian.knebb.de\\C "xxxxx" -U backuppc -E -d 2 -c tarmode\ full -TcrX - "\Apps" >/bu.tar In contrast to the above mentioned bug report smbclient does *NOT* exclude the directories! I have to use wildcards to get this: smbclient \\\\christian.knebb.de\\C "xxxxx" -U backuppc -E -d 2 -c tarmode\ full -TcrX - "\Apps\*" >/bu.tar Now...