Development

#3032 (Server synchronization and "rsync_exclude.txt")

You must first sign up to be able to contribute.

Ticket #3032 (closed enhancement: fixed)

Opened 9 months ago

Last modified 9 months ago

Server synchronization and "rsync_exclude.txt"

Reported by: michael.piecko Assigned to: fabien
Priority: minor Milestone: 1.1.0
Component: tasks Version: 1.1.0 DEV
Keywords: Cc:
Qualification: Unreviewed

Description

In "properties.ini" we can setup different servers for the symfony sync command:

name=myProject
 
[customer_1]
  host=myapp.customer_1.com
  port=22
  user=customer_1
  dir=/home/myaccount/myproject/

[customer_2]
  host=myapp.customer_2.com
  port=22
  user=customer_2
  dir=/home/myaccount/myproject/

It would be nice if we could setup or use rsync_exclude.txt the same way, so we can exclude different things for different servers. In my situation i have one project, which i deploy for many customers. Every costumer has it's own set of templates, in different folders.

For now i don't change anything in rsync_exclude.txt when i'm synchronizing one server, so every customer gets also all the template folders of the others. Thats not the best way, but better than remembering, which folders to exclude when synchronizing.

Michael

Change History

03/07/08 15:25:58 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 1.1.0.

in r7766