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

Folder renamed = everything synced again #11847

Closed
christianrj opened this issue Oct 29, 2014 · 2 comments
Closed

Folder renamed = everything synced again #11847

christianrj opened this issue Oct 29, 2014 · 2 comments

Comments

@christianrj
Copy link

Steps to reproduce

  1. Rename a folder in your computer owncloud;
  2. Watch the sync client. Everything inside that folder will be synced with the server, instead of just renaming the folder. It's a waste of bandwidth;

Expected behaviour

The folder must just be renamed.

Actual behaviour

The folder will be renamed and EVERYTHING inside the folder synced again with the server.

Server configuration

Operating system: CentOS 6.5 64 bit

Web server: Apache 2.2.27

Database: MySQL 5.5.39

PHP version: PHP 5.5.16

ownCloud version: 6.0.5 stable

Updated from an older ownCloud or fresh install: 6.0.4

List of activated apps: Activity, Deleted files, Share files, Versions, Disable Remenber Login

The content of config/config.php:

  'instanceid' => '',
  'passwordsalt' => '',
  'trusted_domains' => 
  array (
    0 => '',
    1 => '',
    2 => '',
  ),
  'datadirectory' => '/oc/data',
  'dbtype' => 'mysql',
  'version' => '6.0.5.1',
  'dbname' => '',
  'dbhost' => '',
  'dbtableprefix' => '',
  'dbuser' => '',
  'dbpassword' => '',
  'installed' => true,
  'loglevel' => '1',
  'logdateformat' => 'd-m-Y - H:i:s',
  'logtimezone' => 'America/Sao_Paulo',
  'log_rotate_size' => 5242880,
  'mail_smtpmode' => '',
  'mail_smtphost' => '',
  'mail_smtpauth' => ,
  'mail_smtpname' => '',
  'mail_smtppassword' => '',
  'knowledgebaseenabled' => false,
  'maintenance' => false,
  'forcessl' => false,
  'updatechecker' => false,
  'default_language' => 'pt_BR',
  'theme' => '',
  'appstoreenabled' => false,
  'memcached_servers' => 
  array (
    0 => 
    array (
      0 => 'localhost',
      1 => 11211,
    ),
  ),
  'maxZipInputSize' => 2147483648,
  'allowZipDownload' => true,

Are you using external storage, if yes which one: local

Are you using encryption: no

Client configuration

Browser: Chrome 38

Operating system: Windows 8.1 PRO 64 bit

Logs

Web server error log

No relevant logs to show

ownCloud log (data/owncloud.log)

http://pastebin.com/LxNcg0Tb
http://pastebin.com/9Um96fxh
http://pastebin.com/A2jfYuGi

Browser log

No relevant logs to show
@karlitschek
Copy link
Contributor

I can´t reproduce this with the latest version.
Can you try again with ownCloud 7 please?

@christianrj
Copy link
Author

This is impossible right now.

We was using ownCloud 7 before but due to too much instability and bugs, our server was downgraded to owncloud 6. We plan to stay with version 6 for as long as possible. Very stable with just minor problems like the one I'm reporting right now. I think there is a reason that ownCloud Enterprise is still with version 6.

If you can't try to reproduce this with version 6 (with is still supported), no problem. Thank you anyway.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants