Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

how to add timestamp to file names when moving them to cloud storage using cron job in ssh

I have built an ftp server on google compute engine that receives data from on prem systems as csv. I want to move this data after receiving it to a google cloud storage using a cron job from the vm ...
Be2's user avatar
  • 55
0 votes
1 answer
1k views

Automating SFTP transfers

I'm new - Very new to UNIX and have been dropped in the deep end. I an trying to automate the transfer of files from a remote SFTP server back to our SFTP server, I need to login using an SSH ...
Paul's user avatar
  • 1
0 votes
1 answer
540 views

Crontab does not launch when log out

On a google Cloud Ubuntu VM, I have setup few crontab like below : 0 15 * * * sudo /home/username/bin/python /home/username/project27/scheduler/batch.py &>> /home/username/project27/...
quantCode's user avatar
  • 111
0 votes
1 answer
85 views

synchronize folders which are located on different servers [duplicate]

Possible Duplicate: Synchronise system changes on two computers? how to synchronize two folders which are located on different servers. I need that if someone put any data on folder A then it ...
Anonymous Anurag's user avatar