The call of sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production fails with many "operation not permitted" errors, if i mount the NTFS backup drive with user different than git (my gitlab user) Notes: uid=1001 -> git uid=1000 -> differnt user gid=34 -> backup group (both uid 1000 and 1001 are members of that group) umask= 002 -> user and group (backup) can read/write/execute (others can read) system=linux mint 16 (ubuntu 13.10)
UUID=XXXXXXXXXXXXXX /media/BackupExt ntfs-3g defaults,auto,uid=*1000*,gid=34,umask=002 0 0 -> failure UUID=XXXXXXXXXXXXXX /media/BackupExt ntfs-3g defaults,auto,uid=*1001*,gid=34,umask=002 0 0 -> works -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
