We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When i try remote-sync file is uploaded, but files is empty on destination location. Please help.
[ansible@server Direct]$ ls -l total 0 -rw-rw-r--. 1 ansible ansible 0 May 28 09:54 info [ansible@server Direct]$ cat info
{
Thank you.
The text was updated successfully, but these errors were encountered:
Sorry. Package work good. I need first save all changes in Atom.
Sorry, something went wrong.
No branches or pull requests
Hi,
When i try remote-sync file is uploaded, but files is empty on destination location. Please help.
[ansible@server Direct]$ ls -l total 0 -rw-rw-r--. 1 ansible ansible 0 May 28 09:54 info
[ansible@server Direct]$ cat info
"logger": {
"title": "Remote Sync"
},
"uploadOnSave": true,
"useAtomicWrites": false,
"deleteLocal": false,
"hostname": "192.168.0.105",
"port": "22",
"target": "/home/ansible",
"ignore": [
".remote-sync.json",
".git/**"
],
"username": "ansible",
"password": "ansible",
"watch": [],
"transport": "scp"
}
Thank you.
The text was updated successfully, but these errors were encountered: