Skip to content
/ rfr Public

Simple script to rsync files newer than X days from remote host to the local directory.

Notifications You must be signed in to change notification settings

allep/rfr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

rsync_remote.sh

rsync_remote.sh is a very simple script originated from the skeleton found on:

https://superuser.com/questions/297342/rsync-files-newer-than-1-week/297343

It uses rsync to synchronize files newer that X days from a remote server via ssh to the local directory. It must be run from the directory where you would like to rsync files to.

Some notes:

  • Remote directory to be rsynced: defined inside the script.
  • Remote host and credentials: defined inside the script.

About

Simple script to rsync files newer than X days from remote host to the local directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages