Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
Git is a content tracker, where content is de facto defined as «whatever is relevant to the state of a typical sourcecode tree». Basically, this is just files' data and «executable» attribute.
By design, git cannot track other aspects of the filesystem, including:
— File modes (except for the «executable» bit, and being symbolic link)
— File ownership (commits, however, remember 'author' and 'committer' info)
— File modification and access times (these are set to checkout time for files which are modified during checkout)
— File ACLs and extended attributes
— Hard links
— Empty directories (although it is not a fundamental limitation, git just automatically removes empty directories and does not add empty directories)
И немного не понял, как вы собираетесь копировать — хроном запускать коммит в корне сайта?Можно inotify прикрутить.
При бэкапе с помощью SVN не сохраняются права на папки
Напишите, пожалуйста, Ваше мнение об идее