Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--skip server & DELETE REMOTE issue #49

Open
kaczy44 opened this issue Jan 23, 2017 · 6 comments
Open

--skip server & DELETE REMOTE issue #49

kaczy44 opened this issue Jan 23, 2017 · 6 comments

Comments

@kaczy44
Copy link

kaczy44 commented Jan 23, 2017

Hi,
I excluded by '--skip-server' all videos on server side (.mp4,.mov,*.3gp), but when I delete some video file on local and do sync with '--allowDelete remote' they were deleted also on server, so it seems --skip-server ignores my request. How can I exclude video files form deletion at remote side ?

@leocrawford
Copy link
Owner

leocrawford commented Jan 28, 2017

Just to check, you are using --skipserver rather than --skip-server aren't you?

You should get a line printed along the lines of Excluding ... on client and ... on server. What exactly does it print for you?

@kaczy44
Copy link
Author

kaczy44 commented Jan 28, 2017

This is exact command line that I execute:
picasawebsync.py -v -d D:\DCIM\ -m syncUpload --allowDelete remote -f both --skipserver ".mp4" ".mov" ".3gp" -s ".mp4" ".mov" ".3gp"

I have first line like this:
Excluding ..mp4\Z(?ms)|..mov\Z(?ms)|..3gp\Z(?ms) on client and ..mp4\Z(?ms)|..mov\Z(?ms)|..3gp\Z(?ms) on server

I'm on Windows 10 (python 2.7.13)

@leocrawford
Copy link
Owner

leocrawford commented Jan 28, 2017 via email

@leocrawford
Copy link
Owner

I've checked and you definitely need to use *.extension. I'll close for now. re-open if that still doesn't work.

@kaczy44
Copy link
Author

kaczy44 commented Jan 30, 2017

I used it like this, but no effect:
picasawebsync.py -v -d D:\DCIM\ -m syncUpload --allowDelete remote -f both --skipserver "*.mp4" "*.mov" "*.3gp" -s "*.mp4" "*.mov" "*.3gp"
Could you please test it at your side ?

@leocrawford
Copy link
Owner

a) Are you remembering they are case sensitive? (this is possibly a problem if you are running WIndows?)
b) Do you need the quotes around each?
c) What "Excluding" line is now produced?

@leocrawford leocrawford reopened this Jan 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants