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










0















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.










share|improve this question









New contributor




jyoti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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 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











  • To me, this looks like a assignment question. @jyoti Did you tried some code and possibly hit a road block ?

    – Atul
    15 hours ago















0















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.










share|improve this question









New contributor




jyoti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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 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











  • To me, this looks like a assignment question. @jyoti Did you tried some code and possibly hit a road block ?

    – Atul
    15 hours ago













0












0








0








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.










share|improve this question









New contributor




jyoti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question









New contributor




jyoti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




jyoti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 19 hours ago









Rui F Ribeiro

41.6k1483141




41.6k1483141






New contributor




jyoti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 20 hours ago









jyotijyoti

1




1




New contributor




jyoti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





jyoti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






jyoti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




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 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











  • 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





    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











  • 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










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.