Open emaildano opened 7 years ago
I've tried this a few different ways. @hideokamoto or @wokamoto can you confirm this is the proper syntax and method to exclude files?
wp shifter archive create archive.zip --exclude='.htaccess' --exclude='/wp-content/plugins/https-redirection' --exclude='cgi-bin'
I would like to exclude the following files and folders: .htaccess, https-redirection plugin, and cgi-bin.
.htaccess
https-redirection
cgi-bin
Trying this a few different ways the files are always included. I have to then download the archive and delete the files manually.
@wokamoto https://megumilog.backlog.jp/view/STATIC-751#comment-1171975056
@wokamoto @hideokamoto https://megumilog.backlog.jp/view/STATIC-811#comment-1171975851
I've tried this a few different ways. @hideokamoto or @wokamoto can you confirm this is the proper syntax and method to exclude files?
wp shifter archive create archive.zip --exclude='.htaccess' --exclude='/wp-content/plugins/https-redirection' --exclude='cgi-bin'
I would like to exclude the following files and folders:
.htaccess
,https-redirection
plugin, andcgi-bin
.Trying this a few different ways the files are always included. I have to then download the archive and delete the files manually.