Start New Discussion Reply to this Discussion script backup
how can i create a script to backup sub-directories using Tar & Gzip, define threshold, and SSH file to
remote host
Related Article: C Shell Wrapper script for cat command in linux
is a Linux and Unix discussion thread by msrikanth that has 2 replies, was last updated 1 year ago and has been tagged with the keywords: cat, linux, script, shell, wrapper, software.
dihmen
Newbie Poster
6 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
CimmerianX
Posting Pro
525 posts since Jul 2010
Reputation Points: 49
Solved Threads: 65
Skill Endorsements: 10
yes you can go through rsync but as you are interested in ssh...
its easy to prepare a script for tarring then zipping and then do scp...
What is the threshold you are talking about ? is it the size if it is so
use
size = du -s <directory name> | awk '{print $1}' ---> To store the file size in variable size.
Then check if the variable size is more than your threshold. If it is you can proceed with tar then zip then scp and then recreate the directory.
ashiiiish
Light Poster
36 posts since Jun 2011
Reputation Points: 10
Solved Threads: 1
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page generated in 0.0670 seconds
using 2.63MB