backup of files modified in last 24 hours [on hold]2019 Community Moderator Electionrenaming a directory and its subdirs without affecting their filesExecuting a program according to the last modified dateChanging a file's “Date Created” and “Last Modified” attributes to another file'sHow to find files which have been modified in the last 50 days?How can I backup directory and files including all sub directory and files using shell script?How do I create and automatically sync a “merged” directory from multiple other directories without duplicating files?Delete files older than X days with lastest modified fileWant to Zip files based on modified dateArchive directories with subdirectories not modified in x daysshow a recursive list of files modified since i last logged in
Do people actually use the word "kaputt" in conversation?
How do I Interface a PS/2 Keyboard without Modern Techniques?
Mimic lecturing on blackboard, facing audience
How to get directions in deep space?
Isometric embedding of a genus g surface
What is the meaning of "You've never met a graph you didn't like?"
Typing CO_2 easily
What the heck is gets(stdin) on site coderbyte?
How to test the sharpness of a knife?
Ways of geometrical multiplication
Alignment of six matrices
Why do Radio Buttons not fill the entire outer circle?
How would a solely written language work mechanically
What does "tick" mean in this sentence?
How do I fix the group tension caused by my character stealing and possibly killing without provocation?
Overlapping circles covering polygon
How were servants to the Kaiser of Imperial Germany treated and where may I find more information on them
Anime with legendary swords made from talismans and a man who could change them with a shattered body
How to make a list of partial sums using forEach
How to leave product feedback on macOS?
How can I safely use "Thalidomide" in my novel while respecting the trademark?
Giving feedback to someone without sounding prejudiced
What's the name of the logical fallacy where a debater extends a statement far beyond the original statement to make it true?
Did I make a mistake by ccing email to boss to others?
backup of files modified in last 24 hours [on hold]
2019 Community Moderator Electionrenaming a directory and its subdirs without affecting their filesExecuting a program according to the last modified dateChanging a file's “Date Created” and “Last Modified” attributes to another file'sHow to find files which have been modified in the last 50 days?How can I backup directory and files including all sub directory and files using shell script?How do I create and automatically sync a “merged” directory from multiple other directories without duplicating files?Delete files older than X days with lastest modified fileWant to Zip files based on modified dateArchive directories with subdirectories not modified in x daysshow a recursive list of files modified since i last logged in
Write a shell script that will take a backup of all files in a directory and its subdirectories,
that has been modified within the last 24 hours.The script will create a backup directory in the
parent directory with name backup_today's date, where it will copy all the files.
linux
New contributor
put on hold as unclear what you're asking by Kusalananda, msp9011, Mr Shunz, nwildner, ilkkachu 11 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
Write a shell script that will take a backup of all files in a directory and its subdirectories,
that has been modified within the last 24 hours.The script will create a backup directory in the
parent directory with name backup_today's date, where it will copy all the files.
linux
New contributor
put on hold as unclear what you're asking by Kusalananda, msp9011, Mr Shunz, nwildner, ilkkachu 11 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
This is not a Script delivery service. Please do tell us what you have done and how we might enlighten your Unix path.
– Rui F Ribeiro
19 hours ago
You may want look into existing backup solutions rather than writing your own script to do it. This is safer and quicker. There are, for example good deduplicating backup programs likeborgbackup
andrestic
that are fairly easy to use.
– Kusalananda
18 hours ago
Could I bring you a cup of coffee, too?
– Seamus
15 hours ago
To me, this looks like a assignment question. @jyoti Did you tried some code and possibly hit a road block ?
– Atul
15 hours ago
add a comment |
Write a shell script that will take a backup of all files in a directory and its subdirectories,
that has been modified within the last 24 hours.The script will create a backup directory in the
parent directory with name backup_today's date, where it will copy all the files.
linux
New contributor
Write a shell script that will take a backup of all files in a directory and its subdirectories,
that has been modified within the last 24 hours.The script will create a backup directory in the
parent directory with name backup_today's date, where it will copy all the files.
linux
linux
New contributor
New contributor
edited 19 hours ago
Rui F Ribeiro
41.6k1483141
41.6k1483141
New contributor
asked 20 hours ago
jyotijyoti
1
1
New contributor
New contributor
put on hold as unclear what you're asking by Kusalananda, msp9011, Mr Shunz, nwildner, ilkkachu 11 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Kusalananda, msp9011, Mr Shunz, nwildner, ilkkachu 11 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
This is not a Script delivery service. Please do tell us what you have done and how we might enlighten your Unix path.
– Rui F Ribeiro
19 hours ago
You may want look into existing backup solutions rather than writing your own script to do it. This is safer and quicker. There are, for example good deduplicating backup programs likeborgbackup
andrestic
that are fairly easy to use.
– Kusalananda
18 hours ago
Could I bring you a cup of coffee, too?
– Seamus
15 hours ago
To me, this looks like a assignment question. @jyoti Did you tried some code and possibly hit a road block ?
– Atul
15 hours ago
add a comment |
1
This is not a Script delivery service. Please do tell us what you have done and how we might enlighten your Unix path.
– Rui F Ribeiro
19 hours ago
You may want look into existing backup solutions rather than writing your own script to do it. This is safer and quicker. There are, for example good deduplicating backup programs likeborgbackup
andrestic
that are fairly easy to use.
– Kusalananda
18 hours ago
Could I bring you a cup of coffee, too?
– Seamus
15 hours ago
To me, this looks like a assignment question. @jyoti Did you tried some code and possibly hit a road block ?
– Atul
15 hours ago
1
1
This is not a Script delivery service. Please do tell us what you have done and how we might enlighten your Unix path.
– Rui F Ribeiro
19 hours ago
This is not a Script delivery service. Please do tell us what you have done and how we might enlighten your Unix path.
– Rui F Ribeiro
19 hours ago
You may want look into existing backup solutions rather than writing your own script to do it. This is safer and quicker. There are, for example good deduplicating backup programs like
borgbackup
and restic
that are fairly easy to use.– Kusalananda
18 hours ago
You may want look into existing backup solutions rather than writing your own script to do it. This is safer and quicker. There are, for example good deduplicating backup programs like
borgbackup
and restic
that are fairly easy to use.– Kusalananda
18 hours ago
Could I bring you a cup of coffee, too?
– Seamus
15 hours ago
Could I bring you a cup of coffee, too?
– Seamus
15 hours ago
To me, this looks like a assignment question. @jyoti Did you tried some code and possibly hit a road block ?
– Atul
15 hours ago
To me, this looks like a assignment question. @jyoti Did you tried some code and possibly hit a road block ?
– Atul
15 hours ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
This is not a Script delivery service. Please do tell us what you have done and how we might enlighten your Unix path.
– Rui F Ribeiro
19 hours ago
You may want look into existing backup solutions rather than writing your own script to do it. This is safer and quicker. There are, for example good deduplicating backup programs like
borgbackup
andrestic
that are fairly easy to use.– Kusalananda
18 hours ago
Could I bring you a cup of coffee, too?
– Seamus
15 hours ago
To me, this looks like a assignment question. @jyoti Did you tried some code and possibly hit a road block ?
– Atul
15 hours ago