cannot exclude specific subdirectory with -P
"YAMAMOTO.Taku" <[email protected]>
| Newsgroups | gmane.comp.sysutils.backup.dar.support |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm having problem. -P doesn't work following command line. -- # cd / && mkdir -p /mnt/Backup/`hostname`/`date -I` && \ nice time dar -v -z9 \ -c /mnt/Backup/`hostname`/`date -I`/`hostname`_`date -I`_full-home \ -R / \ -g etc \ -g home/ \ -g var \ -g mnt/Users -P "*/AppData/*" \ -P "*/Application Data/*" \ -P "var/cache/*" \ -P "*/.mozilla/*/Cache/*" -P "*/.mozilla/Cache/*" -P "*/download*/*" -P "*/tmp/*" \ -P "*/.ccache/*" -P "*/.elmo/cache" -P "home/*/tmp/*" \ -P "home/taku/.cache" \ -P "home/*/.emacs.d/semanticdb/" \ -P "*/Downloads/*" \ -P "*/Archives/*" \ -P "*/Videos/*" \ -P "*/Music/*" \ -P "*/bzr_work/*" \ 2>&1 | tee /home/taku/log/backup/`hostname`_`date -I`_full-home.log; -- -- YAMAMOTO.Taku E-Mail: [email protected] Mobile: 080-4198-4698